
Michael H. answered 12/12/19
High School Math, Physics, Computer Science & SAT/GRE/AP/PRAXIS Prep
Let V = Velocity of plane in still air.
Let v = Velocity of the air = 25 mph
The time of flight can be found from Rate * Time = Distance formula:
Time = Distance / Rate.
Let D = the common distance traveled = 375 mi.
Going against the wind, the net speed of the plane is V - v. The time required to travel a distance D is
D / (V - v)
Going with the wind, the net speed of the plane is V + v. The time required to travel a distance D is
D / (V + v)
The first time is 2 hours longer than the first:
2 = D / (V-v) - D / (V+v)
We seek V.
Factor out the common factor D:
2 = D [ 1 / (V-v) - 1 / (V+v) ]
Multiply both sides by (V-v)(V+v):
2 (V-v) (V+v) = D [ (V+v) - (V-v) ] = 2 v D
Divide both sides by 2 and note that (V-v) (V+v) = V2 - v2
V2 - v2 = Dv
Solving for V:
V = sqrt( v2 + Dv )
We were given that D = 375 mph and v = 25 mph:
V = sqrt( 252 + 375*25)
= sqrt ( 252 + 375*25 )
= sqrt ( 252 + 15*25*25 )
= sqtr[ 252( 1 + 15) ]
= sqrt [ 252(16) ]
= 25 * 4 Note: Negative are not allowed because V > 0.
= 100 mph
Check:
2 ?=? 375 / (100 - 25) - 375 / (100 + 25)
= 375 / 75 - 375 / 125
= 15 / 3 - 15 / 5
= 5 - 3
= 2