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:
A degree in architecture with 60 credit hours.
Explanation:
The requirements need for a student to qualify for a two year master of architecture degree are;
- 60 credit hours in architecture
- Complete 60 credit hours in related area of profession such as; planning, landscape architecture ,public health and others.
- 45 credit hours in architecture course at the level of 500/600
Okay sure.
I’ll 1)chords
2)pulse
3)aerophone
4) the answer is C
5)rhythm
Pretty sure those are the answers
Answer:
The code is attached.
Explanation:
I created a string s including 6 colors with spaces in between. Then I converted the string into a list x by using split() method. I used three different methods for removing elements from the list. These methods are remove(), pop() and del.
Then I used methods append(), insert() and extend() for adding elements to the list.
Finally I converted list into a string using join() and adding space in between the elements of the list.