Answer:
y ≈ 2.5
Explanation:
Given data:
bottom width is 3 m
side slope is 1:2
discharge is 10 m^3/s
slope is 0.004
manning roughness coefficient is 0.015
manning equation is written as

where R is hydraulic radius
S = bed slope



P is perimeter 

![Q = (2+2y) y) \times 1/0.015 [\frac{(3+2y) y}{(3+2\sqrt{5} y)}]^{2/3} 0.004^{1/2}](https://tex.z-dn.net/?f=Q%20%3D%20%282%2B2y%29%20y%29%20%5Ctimes%201%2F0.015%20%5B%5Cfrac%7B%283%2B2y%29%20y%7D%7B%283%2B2%5Csqrt%7B5%7D%20y%29%7D%5D%5E%7B2%2F3%7D%200.004%5E%7B1%2F2%7D)
solving for y![100 =(2+2y) y) \times (1/0.015) [\frac{(3+2y) y}{(3+2\sqrt{5} y)}]^{2/3} \times 0.004^{1/2}](https://tex.z-dn.net/?f=100%20%3D%282%2B2y%29%20y%29%20%5Ctimes%20%281%2F0.015%29%20%5B%5Cfrac%7B%283%2B2y%29%20y%7D%7B%283%2B2%5Csqrt%7B5%7D%20y%29%7D%5D%5E%7B2%2F3%7D%20%5Ctimes%200.004%5E%7B1%2F2%7D)
solving for y value by using iteration method ,we get
y ≈ 2.5
Answer:
The answer is 0.727
Explanation:
lemme know if that's right
Answer:
the percent increase in the velocity of air is 25.65%
Explanation:
Hello!
The first thing we must consider to solve this problem is the continuity equation that states that the amount of mass flow that enters a system is the same as what should come out.
m1=m2
Now remember that mass flow is given by the product of density, cross-sectional area and velocity
(α1)(V1)(A1)=(α2)(V2)(A2)
where
α=density
V=velocity
A=area
Now we can assume that the input and output areas are equal
(α1)(V1)=(α2)(V2)

Now we can use the equation that defines the percentage of increase, in this case for speed

Now we use the equation obtained in the previous step, and replace values

the percent increase in the velocity of air is 25.65%
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
Answer:
The mechanical gauge would be the one for the job
Explanation: