Explanation:
He would work on the thing like in the method you work on your question.
Answer:
The code is given below in Python with appropriate comments
Explanation:
# convert list to set
male_names = set(['Oliver','Declan','Henry'])
# get remove and add name from user
remove_name = input("Enter remove name: ")
add_name = input("Enter add name: ")
# remove name from set
male_names.remove(remove_name)
# add new name ij set
male_names.add(add_name)
# sort the set
a = sorted(male_names)
# print the set
print(a)
Answer:
The volume flow rate necessary to keep the temperature of the ethanol in the pipe below its flashpoint should be greater than 1.574m^3/s
Explanation:
Q = MCp(T2 - T1)
Q (quantity of heat) = Power (P) × time (t)
Density (D) = Mass (M)/Volume (V)
M = DV
Therefore, Pt = DVCp(T2 - T1)
V/t (volume flow rate) = P/DCp(T2 - T1)
P = 20kW = 20×1000W = 20,000W, D(rho) = 789kg/m^3, Cp = 2.44J/kgK, T2 = 16.6°C = 16.6+273K = 289.6K, T1 = 10°C = 10+273K = 283K
Volume flow rate = 20,000/789×2.44(289.6-283) = 20,000/789×2.44×6.6 = 1.574m^3/s (this is the volume flow rate at the flashpoint temperature)
The volume flow rate necessary to keep the ethanol below its flashpoint temperature should be greater than 1.574m^3/s