Answer:
80.7lbft/hr
Explanation:
Flow rate of water in the system = 3.6x10^-6
The height h = 100
1s = 1/3600h
This implies that
Q = 3.6x10^-6/[1/3600]
Q = 0.0000036/0.000278
Q = 0.01295
Then the power is given as
P = rQh
The specific weight of water = 62.3 lb/ft³
P = 62.3 x 0.01295 x 100
P = 80.675lbft/h
When approximated
P = 80.7 lbft/h
This is the average power that could be generated in a year.
This answers the question and also corresponds with the answer in the question.
Answer:
B. The thickness of the heated region near the plate is increasing.
Explanation:
First we know that, a boundary layer is the layer of fluid in the immediate vicinity of a bounding surface where the effects of viscosity are significant. The fluid is often slower due to the effects of viscosity. Advection i.e the transfer of heat by the flow of liquid becomes less since the flow is slower, thereby the local heat transfer coefficient decreases.
From law of conduction, we observe that heat transfer rate will decrease based on a smaller rate of temperature, the thickness therefore increases while the local heat transfer coefficient decreases with distance.
Answer:
Option B: An MSDS
Explanation:
A dictionary is used to check up the meaning of general words and not for checking if a substance being used is hazardous. Option A is wrong.
MSDS means "Material Safety Data Sheet" and it contains documents with information that relates to occupational health & safety for checking various substances and products. Thus, option B is correct.
SAE stands for Society of Automotive Engineering and their standards pertain to mainly Automobiles. Thus option C is wrong.
EPA guidelines are mainly for checking facility and environmental health and safety compliance. Thus, option D is wrong.
Answer:
def extract_word_with_given_letter(sentence, letter):
words = sentence.split()
for word in words:
if letter in word.lower():
return word
return ""
# Testing the function here. ignore/remove the code below if not required
print(extract_word_with_given_letter('hello HOW are you?', 'w'))
print(extract_word_with_given_letter('hello how are you?', 'w'))
Answer: Partial pressures are 0.6 MPa for nitrogen gas and 0.4 MPa for carbon dioxide.
Explanation: <u>Dalton's</u> <u>Law</u> <u>of</u> <u>Partial</u> <u>Pressure</u> states when there is a mixture of gases the total pressure is the sum of the pressure of each individual gas:

The proportion of each individual gas in the total pressure is expressed in terms of <u>mole</u> <u>fraction</u>:
= moles of a gas / total number moles of gas
The rigid tank has total pressure of 1MPa.
molar mass = 14g/mol
mass in the tank = 2000g
number of moles in the tank:
= 142.85mols
molar mass = 44g/mol
mass in the tank = 4000g
number of moles in the tank:
= 90.91mols
Total number of moles: 142.85 + 90.91 = 233.76 mols
To calculate partial pressure:

For Nitrogen gas:

= 0.6
For Carbon Dioxide:



0.4
Partial pressures for N₂ and CO₂ in a rigid tank are 0.6MPa and 0.4MPa, respectively.