document.write( "Question 1121067: A family takes a weekend trip to the lake. On the trip to the lake the road is dry, but on the trip home the road is slippery, so their speed home is only half as fast as their speed to the lake. The trip is 60 miles each way and the round trip takes 3 hours. What is the speed of the at on the dry road?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #736803 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let the speed home = s \n" ); document.write( "Then the speed to the lake is 2s \n" ); document.write( "The round trip time is 3 hours and each leg of the trip is 60 miles \n" ); document.write( "Therefore we can express the time as t = t1 + t2 = 60/2s + 60/s = 3 \n" ); document.write( "Solving for s gives 180/2s = 3, s = 30 \n" ); document.write( "The speed on dry road is 2*30 = 60 mph \n" ); document.write( " |