Answer:
Ponding will occur in 40mins
Explanation:
We say that the infiltration rate is the velocity or speed at which water enters into the soil. This often times is measured by the depth (in mm) of the water layer that can enter the soil in one hour. An infiltration rate of 15 mm/hour means that a water layer of 15 mm on the soil surface, will take one hour to infiltrate.
Consider checking attachment for the step by step solution.
Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
Answer:
connecting two independent clauses
Answer:
radius = 0.045 m
Explanation:
Given data:
density of oil = 780 kg/m^3
velocity = 20 m/s
height = 25 m
Total energy is = 57.5 kW
we have now
E = kinetic energy+ potential energy + flow work
![E = \dot m ( \frac{v^2}{2] + zg + p\nu)](https://tex.z-dn.net/?f=E%20%3D%20%5Cdot%20m%20%28%20%5Cfrac%7Bv%5E2%7D%7B2%5D%20%2B%20%20zg%20%2B%20p%5Cnu%29)
![E = \dot m( \frac{v^2}{2] + zg + p_{atm} \frac{1}{\rho})](https://tex.z-dn.net/?f=E%20%3D%20%5Cdot%20m%28%20%5Cfrac%7Bv%5E2%7D%7B2%5D%20%2B%20%20zg%20%2B%20p_%7Batm%7D%20%5Cfrac%7B1%7D%7B%5Crho%7D%29)

solving for flow rate
![\dot m = 99.977we know that [tex]\dot m = \rho AV](https://tex.z-dn.net/?f=%5Cdot%20m%20%3D%2099.977%3C%2Fp%3E%3Cp%3Ewe%20know%20that%20%3C%2Fp%3E%3Cp%3E%5Btex%5D%5Cdot%20m%20%20%3D%20%5Crho%20AV)

solving for d

d = 0.090 m
so radius = 0.045 m