SOLUTION: five friends drove at an average rate of 50 miles per hour to a weekend retreat. On the way home, they took the same route but averaged 75 miles per hour. What was the distance bet
Algebra ->
Customizable Word Problem Solvers
-> Travel
-> SOLUTION: five friends drove at an average rate of 50 miles per hour to a weekend retreat. On the way home, they took the same route but averaged 75 miles per hour. What was the distance bet
Log On
Question 182256: five friends drove at an average rate of 50 miles per hour to a weekend retreat. On the way home, they took the same route but averaged 75 miles per hour. What was the distance between home and the retreat if the round trip took 10 hours? Found 3 solutions by stanbon, rapaljer, solver91311:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! five friends drove at an average rate of 50 miles per hour to a weekend retreat. On the way home, they took the same route but averaged 75 miles per hour. What was the distance between home and the retreat if the round trip took 10 hours?
------------------
To the retreat DATA:
rate = 50 mph ; distance = x miles : time = d/r = x/50 hrs
-----------------------------------------------------------
From the retreat DATA:
rate = 75 mph ; distance = x miles ; time = d/r = x/75 hrs
-------------------------------------------------------
Equation:
x/50 + x/75 = 10
75x + 50x = 50*75*10
125x = 50*75*10
x = 300 miles
------------------
Cheers,
Stan H.
You can put this solution on YOUR website! Let t = time it takes to get TO the retreat.
Then 10-t = time it takes to get BACK from the retreat.
Distance to the retreat = Distance back from the retreat
Rate * Time = Rate * Time
50*t = 75(10-t)
50t = 750 -75t
50t+75t = 750
125t=750
t=6 hours to get TO the retreat at 50 mph = 300 miles
As a check, this means that it took only 4 hours to return at 75 mph.
4*75 = 300 miles, and it checks!!