Answer:
33.56 ft^3/sec.in
Explanation:
Duration = 6 hours
drainage area = 185 mi^2
constant baseflow = 550 cfs
<u>Derive the unit hydrograph using the inverse procedure </u>
first step : calculate for the volume of direct runoff hydrograph using the details in table 2 attached below
Vdrh = sum of drh * duration
= 29700 * 6 hours ( 216000 secs )
= 641,520,000 ft^3.
next step : Calculate the volume of runoff in equivalent depth
Vdrh / Area = 641,520,000 / 185 mi^2
= 1.49 in
Finally derive the unit hydrograph
Unit of hydrograph = drh / volume of runoff in equivalent depth
= 50 ft^3 / 1.49 in = 33.56 ft^3/sec.in
Answer:
please give brainliest my brother just got the corona virus
Explanation:
this is my brothers account he wants to get 5 brainliest
Answer:
Using the above algorithm matches one pair of Ghostbuster and Ghost. On each side of the line formed by the pairing, the number of Ghostbusters and Ghosts are the same, so use the algorithm recursively on each side of the line to find pairings. The worst case is when, after each iteration, one side of the line contains no Ghostbusters or Ghosts. Then, we need n/2 total iterations to find pairings, giving us an P(
)- time algorithm.
Answer:
import java.util.Scanner;
public class InputExample {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int birthMonth;
int birthYear;
birthMonth = scnr.nextInt();
birthYear = scnr.nextInt();
System.out.println(birthMonth+"/"+birthYear);
}
}
Answer:
Find the answer in the attached in the order
Option a, Option c and Option b
Explanation: