document.write( "Question 478304: Tom's home is 1,800 m from his school. One morning he walked part of the way to school and then ran the rest. If it took him 20 minutes or less to get school, and he walks at 70m/min. and runs 210m/min how far did he run? \n" ); document.write( "
Algebra.Com's Answer #327737 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 then ran the rest. If it took him 20 minutes or less to get school, and he walks at 70m/min. and runs 210m/min how far did he run? \n" ); document.write( "** \n" ); document.write( "let x=meters Tom ran \n" ); document.write( "1800-x=meters Tom walked \n" ); document.write( "Travel time=distance/speed \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 \n" ); document.write( "ans: \n" ); document.write( "Tom ran for 600 m \n" ); document.write( " |