document.write( "Question 195925: A cyclist traveled at a rate of 32 mph to vist a nearby town. The cyclist averaged 10 mph on the return trip. If the round trip took 6.3 hours, find the distance to the town.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #146937 by nerdybill(7384) You can put this solution on YOUR website! A cyclist traveled at a rate of 32 mph to vist a nearby town. The cyclist averaged 10 mph on the return trip. If the round trip took 6.3 hours, find the distance to the town. \n" ); document.write( ". \n" ); document.write( "Let x = time it took to get to the town \n" ); document.write( "then \n" ); document.write( "6.3-x = time it took to return \n" ); document.write( ". \n" ); document.write( "Applying the distance formula: d = rt \n" ); document.write( ". \n" ); document.write( "32x = 10(6.3-x) \n" ); document.write( "32x = 63-10x \n" ); document.write( "42x = 63 \n" ); document.write( "x = 63/42 \n" ); document.write( "x = 1.5 hours \n" ); document.write( ". \n" ); document.write( "Distance to town: \n" ); document.write( "1.5(32) = 48 miles \n" ); document.write( " \n" ); document.write( " |