document.write( "Question 1074663: Pablo spends 2 hours for an upcoming race. He runs full speed at 9 miles per hour for the race distance; then he walks back to his starting point at 2.5 miles per hour. How long does he spend walking? How long does he spend running? \n" ); document.write( "
Algebra.Com's Answer #689314 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! LET X=THE TIME RUN AT FULL SPEED; therefore the distance run is 9x. \n" ); document.write( "return distance is 2.5*(2-x); the total time is x+(2-x)=2 \n" ); document.write( "distances are the same \n" ); document.write( "9x=2.5(2-x) \n" ); document.write( "9x=5-2.5x \n" ); document.write( "11.5x=5 \n" ); document.write( "x=5/11.5=0.435 hours running, distance is 9*0.435=3.915 miles \n" ); document.write( "2-x=1.565 hours walking; distance is 3.913 miles, which is equal given rounding. \n" ); document.write( " |