Answer:
Heat required =7126.58 Btu.
Explanation:
Given that
Mass m=20 lb
We know that
1 lb =0.45 kg
So 20 lb=9 kg
m=9 kg
Ice at -15° F and we have to covert it at 200° F.
First ice will take sensible heat at up to 32 F then it will take latent heat at constant temperature and temperature will remain 32 F.After that it will convert in water and water will take sensible heat and reach at 200 F.
We know that
Specific heat for ice 
Latent heat for ice H=336 KJ/kg
Specific heat for ice 
We know that sensible heat given as

Heat for -15F to 32 F:


Q=858.69 KJ
Heat for 32 Fto 200 F:


Q=6330.74 KJ
Total heat=858.69 + 336 +6330.74 KJ
Total heat=7525.43 KJ
We know that 1 KJ=0.947 Btu
So 7525.43 KJ=7126.58 Btu
So heat required to covert ice into water is 7126.58 Btu.
Answer:
Explanation:
Enforcing OSHA, Occupational Safety and Health Administration, standards is not a job for electricians, lawmakers or tax collectors. The right answer is safety inspectors.
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:
Basically there are two principal differences between the convection and conduction heat transfer
Explanation:
The conduction heat transfer is referred to the transfer between two solids due a temperature difference, while for, the convective heat transfer is referred to the transfer between a fluid (liquid or gas) and a solid. Also, they used different coefficients for its calculation.
We can include on the explanation that conduction thermal transfer is due to temperature difference, while convection thermal transfer is due to density difference.