Answer:d
Explanation:
(d) chain drive belt drive gear drive
Answer:
def output_ints_less_than_or_equal_to_threshold(user_values, upper_threshold):
for value in user_values:
if value < upper_threshold:
print(value)
def get_user_values():
n = int(input())
lst = []
for i in range(n):
lst.append(int(input()))
return lst
if __name__ == '__main__':
userValues = get_user_values()
upperThreshold = int(input())
output_ints_less_than_or_equal_to_threshold(userValues, upperThreshold)
Answer:
b. equal to the specific entropy of the gas at the inlet.
Explanation:
Isentropic process is the process in which the entropy of the system remains unchanged. The word isentropic is formed from the combination of the prefix "iso" which means "equal" and the word entropy.
If a process is completely reversible, without the need to provide energy in the form of heat, then the process is isentropic.
Answer:
a) ∝ and β
The phase compositions are :
C = 5wt% Sn - 95 wt% Pb
C = 98 wt% Sn - 2wt% Pb
b)
The phase is; ∝
The phase compositions is; 82 wt% Sn - 91.8 wt% Pb
Explanation:
a) 15 wt% Sn - 85 wt% Pb at 100⁰C.
The phases are ; ∝ and β
The phase compositions are :
C = 5wt% Sn - 95 wt% Pb
C = 98 wt% Sn - 2wt% Pb
b) 1.25 kg of Sn and 14 kg Pb at 200⁰C
The phase is ; ∝
The phase compositions is; 82 wt% Sn - 91.8 wt% Pb
Csn = 1.25 * 100 / 1.25 + 14 = 8.2 wt%
Cpb = 14 * 100 / 1.25 + 14 = 91.8 wt%