It would be 72cm bc u need to add up all the line in the back to
Answer: The energy system related to your question is missing attached below is the energy system.
answer:
a) Work done = Net heat transfer
Q1 - Q2 + Q + W = 0
b) rate of work input ( W ) = 6.88 kW
Explanation:
Assuming CPair = 1.005 KJ/Kg/K
<u>Write the First law balance around the system and rate of work input to the system</u>
First law balance ( thermodynamics ) :
Work done = Net heat transfer
Q1 - Q2 + Q + W = 0 ---- ( 1 )
rate of work input into the system
W = Q2 - Q1 - Q -------- ( 2 )
where : Q2 = mCp T = 1.65 * 1.005 * 293 = 485.86 Kw
Q2 = mCp T = 1.65 * 1.005 * 308 = 510.74 Kw
Q = 18 Kw
Insert values into equation 2 above
W = 6.88 Kw
Answer: hello some parts of your question is missing attached below is the missing information
The radiator of a car is a type of heat exchanger. Hot fluid coming from the car engine, called the coolant, flows through aluminum radiator tubes of thickness d that release heat to the outside air by conduction. The average temperature gradient between the coolant and the outside air is about 130 K/mm . The term ΔT/d is called the temperature gradient which is the temperature difference ΔT between coolant inside and the air outside per unit thickness of tube
answer : Total surface area = 3/2 * area of old radiator
Explanation:
we will use this relation
K = 
change in T = ΔT
therefore New Area ( A ) = 3/2 * area of old radiator
Given that the thermal conductivity is the same in the new and old radiators
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.