Answer:

Explanation:
Given data:
flow rate = 10 gallon per minute = 0.0223 ft^3/sec
diameter = 0.75 inch
we know discharge is given as
Q = VA
solve for velocity V = \frac{Q}{A}[/tex]

V = 7.27 ft/sec
we know that Reynold number



calculate the
ratio to determine the fanning friction f

from moody diagram f value corresonding to Re and
is 0.037
for horizontal pipe


where 1.94 slug/ft^3is density of water

Umm the Water cycle sorry I’m trying
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
The match
Explanation:
You can light both the lantern and the candle if you light the match first.
I don't know of this is a homework question, but I answered it anyway :)