document.write( "Question 374175: A man who can walk 4 miles per hour takes a walk into the country on a holiday. He is away for 6 hours. How far does he go if he return by bicycle at the average rate of 12 miles an hour? \n" ); document.write( "
Algebra.Com's Answer #266276 by mananth(16946)![]() ![]() You can put this solution on YOUR website! walk 4mph \n" ); document.write( "cycle 12 mph \n" ); document.write( "let distance be x miles \n" ); document.write( ".. \n" ); document.write( "time taken walking = x/4 \n" ); document.write( ".. \n" ); document.write( "time taken riding back = x/12 \n" ); document.write( "x/12+x/4 = 6 \n" ); document.write( "(x+3x)/12=6 \n" ); document.write( "4x=72 \n" ); document.write( "/4 \n" ); document.write( "x=18 miles. \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |