You can
put this solution on YOUR website!If two cars start driving in the same direction from the same place, while one is traveling 45 mph and the other 50 mph, how long will it take them to be 30 miles apart?
Comment: There are really two solutions as the faster car is 30 miles short
of the slower car and later it is 30 beyond the slower car. I'm going to
work the latter case.
-------------
1st car DATA:
distance = x miles ; rate = 45 mph; time = d/r = x/45
---------------
2nd car DATA:
distance = x+30 miles ; rate = 50 mph; time = d/r = (x+30)/50
-----------------
EQUATION:
time = time
x/45 = (x+30)/50
50x = 45x+1350
5x = 1350
x = 270 miles
x/45 = 6 hrs (the faster car will be 30 miles beyond the slower car
in 6 hrs.)
=========================
Cheers,
Stan H.