Answer:
a. V = 109.64 × 10⁵ ft/min
b. Mw = 654519.54 kg/hr
Explanation:
Given Parameters
mass flow rate of water, Mw = 90000g/min = 6607.33 kg/s
inlet temperature of water, T1 = 84 F = 28.89 C
outlet temperature of water, T2 = 68 F = 20 C
specific heat capacity of water, c = 4.18kJ/kgK
rate of heat remover from water, Qw is given by
Qw = 6607.33[28.89 - 20] * 4.18
Qw = 245529.545kw
For air, inlet condition
DBT = 70 F hi = 43.43 kJ/kg
WBT = 60 F wi = 0.00874 kJ/kg
u1 = 0.8445 m/kg
oulet condition,
DBT = 70 F RH = 100.1
h1 = 83.504kJ/kg
Wo = 0.222kJ/kg
check the attached file for complete solution
Answer: Burning it.
Explanation: When your car moves its due to the burning of fuel, works like a turbine the molecules evaporate and turn a turbine like object.
Answer:
c. and d
Explanation:
As a whistle-blower, one of your aim is to guide against unethical dealings of other people , hence you are creating an environment that uphold ethical conduct,
In addition, whistle-blowing will disclose all imminent dangers to the software community thereby preventing security breaches.
So what happens is the host will not kill the y no se que hacer para no one can see it in
Answer:
Define Variables and Use List methods to do the following
Explanation:
#<em>Conjoins two lists together</em>
all_names = male_names.union(female_names)
#<em>Finds the names that appear in both lists, just returns those</em>
neutral_names = male_names.intersection(female_names)
#<em>Returns names that are NOT in both lists</em>
specific_names = male_names.symmetric_difference(female_names)