Mark H. answered 04/10/15
Tutor
4.9
(72)
Tutoring in Math and Science at all levels
S = speed (mi/hr)
T = trip time (hr)
Distance = S*T = 280 miles
From the 2nd sentence:
( S + 5 )( T - 1 ) = 280
rewrite the 1st equation
T = 280/S
substitute into the 2nd equation
( S + 5 )( 280/S - 1 ) = 280
expand and simplify
280 - S + 5*280/S - 5 = 280
-S + 1400/S - 5 = 0
Multiply by S:
- S^2 - 5S + 1400 = 0
S^2 + 5S - 1400 = 0
Can we factor this? Look at the factors of 1400: 2, 2, 2, 5, 5, 7---40, 35 (Yes--difference it 5)
So:
( S + 40 )( S -35 ) = 0
The only useful solution is S = 35
then T = 280/35 = 8
CHECK:
( S+5 )( T-1 ) = 280
40 * 7 = 280 OK!!!