Answer:
True (They can cut through most metal panels, and probably heavier)
Explanation:
Hope this helps you as much as intended.
Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
526.5 KN
Explanation:
The total head loss in a pipe is a sum of pressure head, kinetic energy head and potential energy head.
But the pipe is assumed to be horizontal and the velocity through the pipe is constant, Hence the head loss is just pressure head.
h = (P₁/ρg) - (P₂/ρg) = (P₁ - P₂)/ρg
where ρ = density of the fluid and g = acceleration due to gravity
h = ΔP/ρg
ΔP = ρgh = 1000 × 9.8 × 7.6 = 74480 Pa
Drag force over the length of the pipe = Dynamic pressure drop over the length of the pipe × Area of the pipe that the fluid is in contact with
Dynamic pressure drop over the length of the pipe = ΔP = 74480 Pa
Area of the pipe that the fluid is in contact with = 2πrL = 2π × (0.075/2) × 30 = 7.069 m²
Drag Force = 74480 × 7.069 = 526468.1 N = 526.5 KN
Answer:
1200KJ
Explanation:
The heat dissipated in the rotor while coming down from its running speed to zero, is equal to three times its running kinetic energy.
P (rotor-loss) = 3 x K.E
P = 3 x 300 = 900 KJ
After coming to zero, the motor again goes back to running speed of 1175 rpm but in opposite direction. The KE in this case would be;
KE = 300 KJ
Since it is in opposite direction, it will also add up to rotor loss
P ( rotor loss ) = 900 + 300 = 1200 KJ