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:
0.08kg/s
Explanation:
For this problem you must use 2 equations, the first is the continuity equation that indicates that all the mass flows that enter is equal to those that leave the system, there you have the first equation.
The second equation is obtained using the first law of thermodynamics that indicates that all the energies that enter a system are the same that come out, you must take into account the heat flows, work and mass flows of each state, as well as their enthalpies found with the temperature.
finally you use the two previous equations to make a system and find the mass flows
I attached procedure
Answer:
B. G = 333 mS, B = j250 mS
Explanation:
impedance of a circuit element is Z = (3 + j4) Ω
The general equation for impedance
Z = (R + jX) Ω
where
R = resistance in ohm
X = reactance
R = 3Ω X = 4Ω
Conductance = 1/R while Susceptance = 1/X
Conductance = 1/3 = 0.333S
= 333 mS
Susceptance = 1/4 = 0.25S
= 250mS
The right option is B. G = 333 mS, B = j250 mS
Answer:
D Reflection
Explanation:
It reflects the light from the sun. Then when the earth gets in the way, it casts a shadow causing crescent moons.