Answer:
a) 42.08 ft/sec
b) 3366.33 ft³/sec
c) 0.235
d) 18.225 ft
e) 3.80 ft
Explanation:
Given:
b = 80ft
y1 = 1 ft
y2 = 10ft
a) Let's take the formula:

1 + 8f² = (20+1)²
= 8f² = 440
f² = 55
f = 7.416
For velocity of the faster moving flow, we have :
V1 = 42.08 ft/sec
b) the flow rate will be calculated as
Q = VA
VA = V1 * b *y1
= 42.08 * 80 * 1
= 3366.66 ft³/sec
c) The Froude number of the sub-critical flow.
V2.A2 = 3366.66
Where A2 = 80ft * 10ft
Solving for V2, we have:
= 4.208 ft/sec
Froude number, F2 =
F2 = 0.235
d)
= 18.225ft
e) for critical depth, we use :
= 3.80 ft
Answer:
4.17x10^-3 kW/K
Explanation:
Detailed explanation and calculation is shown in the image below
Answer:
START
READ ID_Number
READ Item_description
READ length_of_auction_Days
READ minimum_required_bid
IF minimum_required_bid GREATER THAN 100
THEN
DISPLAY
Item Details are
Item Id : ID_Number
Item Description: Item_description
Length Action days: length_of_auction_Days
Minimum Required Bid: minimum_required_bid
END
Explanation: