Question 309433
You drive to California. On the way, you averaged 10 miles per hour less, and the drive took you 5 extra hours. What was your average speed on the way to California? 
This is the formula I used but not sure how to solve it:
1500=(R-10)(T+5)
------------------------------
From-California DATA:
distance = 1500 miles ; rate = r mph ; time = t hrs
Note: rt = 1500
t = 1500/r 
--------------------------
To-California DATA:
distance = 1500 miles ; rate = r-10 mph ; time = t+5 hrs
--------------------------
Note: (r-10)(t+5) = 1500 
----------------------------------
You have two equations; solve the system:
rt-10t+5r-50 = 1500
1500 -10(1500/r)+5r-50 = 1500
-10(1500/r)+5r-50 = 0
Multiply thru by r to get:
-10(1500) + 5r^2 - 50r = 0
Divide thru by 5 to get:
-2(1500) + r^2 - 10r = 0
r^2 -10r - 3000 = 0
-------------------------
r = [10 +- sqrt(100+4*3000)]/2
---
r = [10 +- sqrt(12100)]/2
Positive solution:
r = [120]/2
r = 60 mph
t = 1500/60 = 25 hrs.
----------------------------------
Cheers,
Stan H.
==================================