In several locations speed in the "flights" is defined as "speed = distance / air_time * 60). However, the air_time variable is in minutes. I assume speed needs to be calculated as MPH. Thus, the corrected formula is "speed = distance / (air_time / 60).
In several locations speed in the "flights" is defined as "speed = distance / air_time * 60). However, the air_time variable is in minutes. I assume speed needs to be calculated as MPH. Thus, the corrected formula is "speed = distance / (air_time / 60).