document.write( "Question 605664: Tom's home is 1,800 m from his school. One morning he walked part of the way to school and ran the rest. If it took him 20 minutes or less to get to school, and he walks at 70 m/min and runs 210 m/min, how far did he run? \n" ); document.write( "
Algebra.Com's Answer #381758 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Tom's home is 1,800 m from his school. One morning he walked part of the way to school and ran the rest. If it took him 20 minutes or less to get to school, and he walks at 70 m/min and runs 210 m/min, how far did he run? \n" ); document.write( "** \n" ); document.write( "let x=distance Tom ran \n" ); document.write( "1800-x=distance Tom walked \n" ); document.write( "travel time=distance/rate of speed \n" ); document.write( ".. \n" ); document.write( "x/210+(1800-x)/70=20 \n" ); document.write( "LCD:210 \n" ); document.write( "x+3(1800-x)=4200 \n" ); document.write( "x+5400-3x=4200 \n" ); document.write( "2x=1200 \n" ); document.write( "x=600 m \n" ); document.write( "ans: \n" ); document.write( "distance Tom ran=600 m \n" ); document.write( " \n" ); document.write( " |