Expand your technical knowledge, form global networks and balance life & work commitments. Our advanced diplomas remain current with technological and industry developments.
the required documents is 3000
Answer:
The fluid level difference in the manometer arm = 22.56 ft.
Explanation:
Assumption: The fluid in the manometer is incompressible, that is, its density is constant.
The fluid level difference between the two arms of the manometer gives the gage pressure of the air in the tank.
And P(gage) = ρgh
ρ = density of the manometer fluid = 60 lbm/ft³
g = acceleration due to gravity = 32.2 ft/s²
ρg = 60 × 32.2 = 1932 lbm/ft²s²
ρg = 1932 lbm/ft²s² × 1lbf.s²/32.2lbm.ft = 60 lbf/ft³
h = fluid level difference between the two arms of the manometer = ?
P(gage) = 9.4 psig = 9.4 × 144 = 1353.6 lbf/ft²
1353.6 = ρg × h = 60 lbf/ft³ × h
h = 1353.6/60 = 22.56 ft
A diagrammatic representation of this setup is presented in the attached image.
Hope this helps!
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!