Answer:
Explanation:
The deatailed diagram of VCRS is given below such
1-2=Isentropic compression in which temperature increases at constant entropy
2-3=Isobaric heat rejection i.e. heat rejected at constant pressure(condensation)
3-4=Irreversible expansion or throttling in which enthalpy remains constant
4-1=Isobaric heat addition(Evaporation)
Answer:
a mass of water required is mw= 1273.26 gr = 1.27376 Kg
Explanation:
Assuming that the steam also gives out latent heat, the heat provided should be same for cooling the hot water than cooling the steam and condense it completely:
Q = mw * cw * ΔTw = ms * cs * ΔTw + ms * L
where m = mass , c= specific heat , ΔT=temperature change, L = latent heat of condensation
therefore
mw = ( ms * cs * ΔTw + ms * L )/ (cw * ΔTw )
replacing values
mw = [182g * 2.078 J/g°C*(118°C-100°C) + 118 g * 2260 J/g ] /[4.187 J/g°C * (90.7°C-39.4°C)] = 1273.26 gr = 1.27376 Kg
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)
Explanation:
the owner of the bridge and some workers