Answer:
Inspectors use inductive reasoning on the job.
Explanation:
I just took the test.
Answer:
4 number answer is correct.
Answer:
Q = 424523.22 kw
Explanation:

k = 48.9 W/m - K
c = 0.115 KJ/kg- K


T_∞ = 35 degree celcius
velocity of air stream = 15 m/s
D = 40 cm
L = 200 cm
mass flow rate




solving for h

h = 675.6 kw/m^2K

Q = 675.6*2.513*(285-35)
Q = 424523.22 kw
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.