Answer:
0.304 L of Freon is needed
Explanation:
Q = mCT
Q is quantity of energy that must be removed = 47 BTU = 47×1055.06 = 49587.82 J
C is specific heat of Freon = 74 J/mol.K = 74 J/mol.K × 1 mol/120 g = 0.617 J/g.K
T is temperature in the area of Mars = 189 K
m = Q/CT = 49587.82/(0.617×189) = 452.23 g = 452.24/1000 = 0.45223 kg
Density of Freon = specific gravity of Freon × density of water = 1.49 × 1000 kg/m^3 = 1490 kg/m^3
Volume of Freon = mass/density = 0.45223/1490 = 0.000304 m^3 = 0.000304×1000 = 0.304 L
Answer:
Phase diagrams represent the relationship between temperature and the composition of phases present at equilibrium. An isomorphous system is one in which the solid has the same structure for all compositions. The phase diagram shown is the diagram for Cu-Ni, which is an isomorphous alloy system.
Hope it help you friend
Answer:
# Program is written in Python Programming Language
# Comments are used for explanatory purpose
# Program starts here
# Accept input
Steps = input (Number of Steps: ")
# Calculate distance
distance = float(2000) * float(steps)
#Print Formatted Result
print('%0.2f' % distance)
# End of Program
.--------
The above program converts number of steps to miles.
At line 5, the number of steps is inputted and stored in variable named Steps.
At line 6, the number of miles is calculated by multiplying 2000 by the content of variable Steps
The result is printed at line 8
Answer:
The flux (volume of water per unit time) through the hoop will also double.
Explanation:
The flux = volume of water per unit time = flow rate of water through the hoop.
The Flow rate of water through the hoop is proportional to the area of the hoop, and the velocity of the water through the hoop.
This means that
Flow rate = AV
where A is the area of the hoop
V is the velocity of the water through the hoop
This flow rate = volume of water per unit time = Δv/Δt =Q
From all the above statements, we can say
Q = AV
From the equation, if we double the area, and the velocity of the stream of water through the hoop does not change, then, the volume of water per unit time will also double or we can say increases by a factor of 2