Answer:
<em>a) 4.51 lbf-s^2/ft</em>
<em>b) 65.8 kg</em>
<em>c) 645 N</em>
<em>d) 23.8 lb</em>
<em>e) 65.8 kg</em>
<em></em>
Explanation:
Weight of the man on Earth = 145 lb
a) Mass in slug is...
32.174 pound = 1 slug
145 pound =
slug
= 145/32.174 = <em>4.51 lbf-s^2/ft</em>
b) Mass in kg is...
2.205 pounds = 1 kg
145 pounds =
kg
= 145/2.205 = <em>65.8 kg</em>
c) Weight in Newton = mg
where
m is mass in kg
g is acceleration due to gravity on Earth = 9.81 m/s^2
Weight in Newton = 65.8 x 9.81 = <em>645 N</em>
d) If on the moon with acceleration due to gravity of 5.30 ft/s^2,
1 m/s^2 = 3.2808 ft/s^2
m/s^2 = 5.30 ft/s^2
= 5.30/3.2808 = 1.6155 m/s^2
weight in Newton = mg = 65.8 x 1.6155 = 106
weight in pounds = 106/4.448 = <em>23.8 lb</em>
e) The mass of the man does not change on the moon. It will therefore have the same value as his mass here on Earth
mass on the moon = <em>65.8 kg</em>
Answer:
month = input("Input the month (e.g. January, February etc.): ")
day = int(input("Input the day: "))
if month in ('January', 'February', 'March'):
season = 'winter'
elif month in ('April', 'May', 'June'):
season = 'spring'
elif month in ('July', 'August', 'September'):
season = 'summer'
else:
season = 'autumn'
if (month == 'March') and (day > 19):
season = 'spring'
elif (month == 'June') and (day > 20):
season = 'summer'
elif (month == 'September') and (day > 21):
season = 'autumn'
elif (month == 'December') and (day > 20):
season = 'winter'
print("Season is",season)
Explanation:
Answer:
Answer for the question is given in the attachment .
Explanation:
Answer:
The answer is
C. Split phase motor
Explanation:
Clamp meters rely on the principle of magnetic induction to make non contact AC current measurements. Electric current flowing through a wire produces a magnetic field.
Which is similar to basic mode of operation of electric motor and split phase motor is a type of electric motor.
What is a a clamp on meter?
Clamp meters are electrical testers which have wide jaws that are able to clamp around an electrical conductor. Originally designed as a single purpose tool for measuring AC current, clamp meters now include inputs for accepting test leads and other probes that support a wide range of electrical measurements, the jaws of a clamp meter permit work in tight spaces and permits current measurements on live conductors without circuit interruption.