document.write( "Question 208060: Michael drove to a friend's house at a rate of 40 mph. He returned by the same route at a rate of 45 mph. The driving time for the round trip was 4 hours. What is the distance Michael traveled? \n" ); document.write( "
Algebra.Com's Answer #157379 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Michael drove to a friend's house at a rate of 40 mph. He returned by the same route at a rate of 45 mph. The driving time for the round trip was 4 hours. What is the distance Michael traveled? \n" ); document.write( "---------------- \n" ); document.write( "d = rt \n" ); document.write( "t = d/r \n" ); document.write( "4 = d/40 + d/45 \n" ); document.write( "1440 = 9d + 8d = 17d \n" ); document.write( "d = 1440/17 miles \n" ); document.write( "d =~ 84.7 miles \n" ); document.write( " |