The book shows the formula for flight speed (in mph) as: > speed = distance / air_time * 60 Though it should be > speed = distance / (air_time / 60) to calculate the speed in mph since air_time is in minutes.
The book shows the formula for flight speed (in mph) as:
Though it should be
to calculate the speed in mph since air_time is in minutes.