document.write( "Question 251938: A group hiked to a state park at 4mph. They took a truck back to town at 20mph. The round trip took 18 hours. How far is it from town to the park? \n" ); document.write( "
Algebra.Com's Answer #183662 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A group hiked to a state park at 4mph. They took a truck back to town at 20mph. The round trip took 18 hours. How far is it from town to the park? \n" ); document.write( "------------------------------ \n" ); document.write( "Hike DATA: \n" ); document.write( "rate = 4 mph ; distance = x miles ; time = x/4 hrs. \n" ); document.write( "------------------ \n" ); document.write( "Truck DATA: \n" ); document.write( "rate = 20 mph ; distance = x miles ; time = x/20 hrs. \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "time + time = 18 hrs \n" ); document.write( "x/4 + x/20 = 18 \n" ); document.write( "Multiply thru by 20 to get: \n" ); document.write( "5x + x = 20*18 \n" ); document.write( "6x = 20*18 \n" ); document.write( "x = 60 miles (distance from town to the park) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |