Question 401154
A driver travels 10 miles to work at a constant speed and travels the same distance home at a constant speed. His speed on the return trip was fifteen miles per hour faster, and the total time for both trips was one hour. Find his speed on the way to work. 
--------------------
To work DATA:
distance = 10 miles ; rate = x mph ; time = d/r = 10/x hrs.
---------------------
From work DATA:
distance= 10 miles; rate = x+15 mph ; time = d/r = 10/(x+15) hrs
===========================
Equation:
time + time = 1 hr.
10/x + 10/(x+15) = 1
Multiply thru by x(x+15) to get:
10(x+15) + 10x = x(x+15)
20x+150 = x^2+15x
---
x^2-5x-150 = 0
(x-15)(x+10) = 0
Positive solution:
x = 15
===============
Cheers,
Stan H.
=======================