Formular for average speed: Total Distance/Total Time
Total Distance = Lap1 + Lap2 (Since both laps have the same distance, I will define them as 2L)
Total Time = h1 (Time for Lap1) + h2 (Time for Lap2)
Goal:
2L/(h1+h2) < 60?
1)
Jeff's average speed for the first lap was 20 miles per hour
h1*20 = Lap1 <=> h1 = Lap1/20 = L/20
=> Average Formular = 2L/(L/20 + L/x) = 2/(1/20+1/x), x = speed in Lap2
To check weather his avg. speed was smaller than 60, we suppose that he drove infinite fast in the the second lap.
1/infinite ~ 0 => 2/(1/20+1/infinite) = 2/(1/20) = 40 (max. value) < 60.
Any other value for x would result to a avg. speed lower than 40 => SUFFICIENT
2)
Jeff's average speed for the second lap was 120 miles per hour
h2*120 = Lap2 <=> h2 = Lap2/120 = L/120
=> Average Formular = 2L/(L/x+L/120) = 2/(1/x+1/120), x = speed in Lap1
same approach as before results to: 2/(1/120) = 240 (max value) > 60
We have considered the case that he drove the first lap with infinite speed, resulting to a avg. value higher than 60. Lets consider now the case in which he drives the first lap with min. speed.
1/0 ~ infinite => 2/(1/0+1/120) = 2/(infinite + 1/120) ~ 0 < 60
Two different outcomes => INSUFFICIENT
A