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))
Incomplete question. However, I provided information that could assist you in identifying the main problem or issue addressed in any case study.
Explanation:
First, note that a case study is simply a learning aid that allows one to learn from a real-life scenario.
To determine the main problems of a case study one needs to:
- Read the case as many times as possible to become familiar with the message been expressed. For example,<em> by highlighting or underlining the most important facts </em>it can help you to discover the main problem or issue.
- Check for any facts provided in the case study, by so doing you can identify the most important problems.
Thus, by taking these few steps you may be able to determine the main problem in that case study.
Explanation:
excess air is required to ensure adequate mixing of fuel and air, avoid smoke, minimize sg in Coal burning, and to ensure maximum steam output.
The answer is windmill it was used for electricity