document.write( "Question 534098: five friends drove at an average rate of 60 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? \n" ); document.write( "
Algebra.Com's Answer #351306 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! five friends drove at an average rate of 60 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? \n" ); document.write( "** \n" ); document.write( "let x=distance between home and the retreat \n" ); document.write( "travel time=distance/rate of speed \n" ); document.write( ".. \n" ); document.write( "x/60+x/75=10 \n" ); document.write( "75x+60x=10*60*75 \n" ); document.write( "135x=45000 \n" ); document.write( "x≈333.33 mi \n" ); document.write( "ans: \n" ); document.write( "distance between home and the retreat=333.33 miles \n" ); document.write( " |