Answer:
work is 50 kj
Explanation:
Given data
heat (Q) = 50 kj
To find out
work input for the compression stroke per kilogram of air
Solution
we will apply here "first law of thermodynamics" i.e.
The First Law of Thermodynamics states that heat is a form of energy, subject to the principle of conservation of energy, that heat energy cannot be created or destroyed. It can be transferred from one location to another location. i.e.
ΔU = Q – W ................1
here ΔU is change in internal energy, Q is heat and W is work done
here U = 0 because air compressor the compression takes place at a constant internal energy in question
so that by equation 1
Q = W
and Q = 50
so work will be 50 kj
Answer:
The density of the copper is higher than aluminium. Hence it is heavier compared to aluminium conductors it requires strong structures and hardware to bear the weight. More ductile and has high tensile strength.
...
Aluminium & Copper properties.
Property Copper (Cu) Aluminium (Al)
Density (g/cm3) 8.96 2.70
Answer:
def filter_only_certain_strings(data_list):
new_list = []
for data in data_list:
# fix here. change >= to >
# because we want to return strings longer than 5 characters in length.
if type(data) == str and len(data) > 5:
new_list.append(data)
return new_list
Explanation:
def filter_only_certain_strings(data_list):
new_list = []
for data in data_list:
# fix here. change >= to >
# because we want to return strings longer than 5 characters in length.
if type(data) == str and len(data) > 5:
new_list.append(data)
return new_list
Answer:
Why is a metal work enclosure dangerous? Metalworkers are not only exposed to pollutants from metal cut ting and polishing procedures, but they are also exposed to metalworking fluids (MWF).