document.write( "Question 734240: Felipe jogs for 10 miles and then walks another 10 miles. He jogs 1.5 miles per hour faster than he walks, and the entire distance of 20 miles takes 6.5 hours. Find the rate at which he walks and the rate at which he jogs.\r
\n" );
document.write( "\n" );
document.write( "I have no idea how to do this! \n" );
document.write( "
Algebra.Com's Answer #448865 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Felipe jogs for 10 miles and then walks another 10 miles. \n" ); document.write( " He jogs 1.5 miles per hour faster than he walks, and the entire distance of 20 miles takes 6.5 hours. \n" ); document.write( " Find the rate at which he walks and the rate at which he jogs. \n" ); document.write( ": \n" ); document.write( "Let w = his walking rate \n" ); document.write( "then \n" ); document.write( "(w+1.5) = his jogging rate \n" ); document.write( ": \n" ); document.write( "Write a time equation: time = dist/speed \n" ); document.write( ": \n" ); document.write( "walking time + jogging time = total time \n" ); document.write( " \n" ); document.write( "multiply equation by w(w+1.5) to get rid of the denominators \n" ); document.write( "10(w+1.5) + 10w = 6.5w(w+1.5) \n" ); document.write( "10w + 15 + 10w = 6.5w^2 + 9.75w \n" ); document.write( "combine as a quadratic equation on the right \n" ); document.write( "0 = 6.5w^2 + 9.75w - 20w - 15 \n" ); document.write( "6.5w^2 - 10.25w - 15 = 0 \n" ); document.write( "You will have to use the quadratic formula to find w \n" ); document.write( "I got a positive solution of 2.5 mph for walking, I have to go right now so I am leaving you with this. \n" ); document.write( " \n" ); document.write( " |