The correct answer
would be d
Iron and carbon
hope this helps
Answer:
def extract_word_with_given_letter(sentence, letter):
words = sentence.split()
for word in words:
if letter in word.lower():
return word
return ""
# Testing the function here. ignore/remove the code below if not required
print(extract_word_with_given_letter('hello HOW are you?', 'w'))
print(extract_word_with_given_letter('hello how are you?', 'w'))
Answer:
Enthalpy is a function of pressure hence normalized enthalpy departure values will approach zero with reduced pressure approaching zero
Explanation:
On the generalized enthalpy departure chart, the normalized enthalpy departure values seem to approach zero as the reduced pressure PR approaches zero. this is because enthalpy is a function of pressure therefore as the Pressure is reducing towards the zero value, the gas associated with the pressure tends to behave more like an Ideal gas.
For an Ideal gas the Normalized enthalpy departure value will be approaching the zero value.
Answer:
(4.5125 * 10^-3 kg.m^2)ω_A^2
Explanation:
solution:
Moments of inertia:
I = mk^2
Gear A: I_A = (1)(0.030 m)^2 = 0.9*10^-3 kg.m^2
Gear B: I_B = (4)(0.075 m)^2 = 22.5*10^-3 kg.m^2
Gear C: I_C = (9)(0.100 m)^2 = 90*10^-3 kg.m^2
Let r_A be the radius of gear A, r_1 the outer radius of gear B, r_2 the inner radius of gear B, and r_C the radius of gear C.
r_A=50 mm
r_1 =100 mm
r_2 =50 mm
r_C=150 mm
At the contact point between gears A and B,
r_1*ω_b = r_A*ω_A
ω_b = r_A/r_1*ω_A
= 0.5ω_A
At the contact point between gear B and C.
At the contact point between gears A and B,
r_C*ω_C = r_2*ω_B
ω_C = r_2/r_C*ω_B
= 0.1667ω_A
kinetic energy T = 1/2*I_A*ω_A^2+1/2*I_B*ω_B^2+1/2*I_C*ω_C^2
=(4.5125 * 10^-3 kg.m^2)ω_A^2
Answer:
The percentage of the remaining alloy would become solid is 20%
Explanation:
Melting point of Cu = 1085°C
Melting point of Ni = 1455°C
At 1200°C, there is a 30% liquid and 70% solid, the weight percentage of Ni in alloy is the same that percentage of solid, then, that weight percentage is 70%.
The Ni-Cu alloy with 60% Ni and 40% Cu, and if we have the temperature of alloy > temperature of Ni > temperature of Cu, we have the follow:
60% Ni (liquid) and 40% Cu (liquid) at temperature of alloy
At solid phase with a temperature of alloy and 50% solid Cu and 50% liquid Ni, we have the follow:
40% Cu + 10% Ni in liquid phase and 50% of Ni is in solid phase.
The percentage of remaining alloy in solid is equal to
Solid = (10/50) * 100 = 20%