
Tim E. answered 12/02/15
Tutor
5.0
(45)
Comm. College & High School Math, Physics - retired Aerospace Engr
First define variables:
S1 = speed 1 (for the 150 mi)
S2 = speed 2 (for the 300 mi)
T1 = time driven at S1
T2 = time driven at S2
distance/speed = time
therefore the time driven each leg is:
T1 = 150mi/S1
T2 = 300mi/S2
we know the combined time = 8 hrs, so
T1 + T2 = 8 hrs
or,
150/S1 + 300/S2 = 8 and we also know that S2 = S1 + 10 (2nd speed is 10mph faster)
150/S1 + 300/(S1+10) = 8 ok, now we have one equation, one unknown (S1)
getting a common denom.
[150*(S1+10) + 300*S1] / [S1*(S1+10)] = 8 (now mult both sides by denom on left)
[150*(S1+10) + 300*S1] = 8*[S1*(S1+10)] (now, do all the multiplying)
150*S1 + 1500 + 300*S1 = 8*(S12 + 10*S1) = 8*S12 + 80*S1 (now, combine like terms and put on rt side)
0 = 8*S12 - 370*S1 - 1500 (OK, here is our quadratic, to solve for S1)
I'm not going to try to factor, so I'll use the quadratic formula)
[-b +/ sqrt(b2 - 4ac) ] / (2a) a=8, b=-370, c= -1500
S1 = [370 +/- sqrt(3702 - 4*8*(-1500)] / (2*8)
S1 = (370 + 430)/16 (note: the 370 - 430 is not a real soln because results in a negative speed S1)
S1 = 50 MPH
S2 = 60 MPH (since S2 = S1+10)
Using our earlier T1 = 150/S1 so
T1 = 3 HRS
T2 = 5 HRS (since T2 = 8 - T1)
now, let's check to see if these are correct
Leg 1 = 150 mi = 50mph * 3 hrs checks
Leg 2 = 300 mi = 60mph * 5 hrs checks
hope this helps !!!