Question 670733
 Two hikers leave town A at the same time and walk by two different routes to town B. the average speed of one hiker is 1 mph faster than the other hiker. The slower hiker reaches town B 1/2 hour earlier than the faster, because the route taken by the faster is 15 miles long, while the route taken by the slower is 10 long. What is the average rate of each hiker?
-------
Faster hiker DATA:
rate = x+1 mph ; distance = 15 miles ; time = 15/(x+1) hrs
------
Slower hiker DATA:
rate = x mph ; distance = 10 miles ; time = 10/x hrs
---------
Equation:
faster- slower = 1/2 hr
15/(x+1) - 10/x = 1/2 
30x - 20(x+1) = x(x+1)
10x - 20 = x^2+x
x^2 - 9x + 20 = 0
(x-4)(x-5) = 0
x = 4 or x = 5 (possible rates of the slower hiker)
x+1 = 5 or x+1 = 6 (corresponding rates for the faster hiker)
===========================
Cheers,
Stan H.
=============
---