Answer:
The program is given below with appropriate comments for better understanding
Explanation:
#Program
# foot stride = 2.5 feet
# 1 mile = 5280 feet
no_stride_first_min = int(input('Enter the number strides made durng the first minute of jogging: '))
no_stride_last_min = int(input('Enter the number strides made durng the last minute of jogging: '))
avg_stride_one_min = (no_stride_first_min + no_stride_last_min)/2 # calculates the average stride per minute
jogging_duration = float(input('Enter the total time spent jogging in hours and minute: '))
jogging_duration_hours = int(jogging_duration) # gets the hour
jogging_duration_min = jogging_duration - int(jogging_duration) # gets the minute
tot_jogging_duration_min = jogging_duration_hours*60 + jogging_duration_min # calculates total time in minutes
dist_feet = (avg_stride_one_min*2.5)*tot_jogging_duration_min # calculates the total distance in feet
dist_miles = dist_feet/5280 # calculates the total distance in mile
print('Distance traveled in miles = {0:.2f} miles'.format(dist_miles))
This question involves the concepts of power and current.
The power output of the motor is "10.08 hp".
<h3>Power Output</h3>
The power output of the motor can be found using the following formula:
P = ηVI
where,
- P = Power = ?
- η = efficiency = 90 % = 0.9
- I = current = 38 A
- V = potential difference = 220 V
Therefore,
P = (0.9)(38 A)(220 V)
P = 7524 watt
converting this to horsepower:
P = (7524 watt)(
)
P = 10.08 hp
Learn more about power here:
brainly.com/question/13948282
#SPJ1
Answer:
percentage change in volume = 0.00285 %
Explanation:
given data
bulk modulus = 3.5 ×
N/m²
bulk stress =
N/m²
solution
we will apply here bulk modulus formula that is
bulk modulus =
...............1
put here value and we get
3.5 ×
=
solve it we get
bulk strain = 2.8571 ×
and
bulk strain =
so that percentage change in volume is = 2.8571 ×
× 100
percentage change in volume = 0.00285 %