document.write( "Question 888685: Felipe jogs for 12 miles and then walks another 12 miles. He jogs 2.5 miles per hour faster than he walks, and the entire distance of 24 miles takes 11 hours. Find the rate at which he walks and the rate at which he jogs. \n" ); document.write( "
Algebra.Com's Answer #537653 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Felipe jogs for 12 miles and then walks another 12 miles. \n" ); document.write( " He jogs 2.5 miles per hour faster than he walks, and the entire distance of 24 miles takes 11 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 s = his walking speed \n" ); document.write( "then \n" ); document.write( "(s+2.5) = his jogging speed \n" ); document.write( ": \n" ); document.write( "Write a time equation, time = dist/speed \n" ); document.write( " \n" ); document.write( "multiply by s(s+2.5), cancel the denominators and you have: \n" ); document.write( "12s + 12(s+2.5) = 11s(s+2.5) \n" ); document.write( "12s + 12s + 30 = 11s^2 + 27.5s \n" ); document.write( "Combine on the right to form a quadratic equation \n" ); document.write( "0 = 11s^2 + 27.5s - 24s - 30 \n" ); document.write( "11s^2 + 3.5s - 30 = 0 \n" ); document.write( "Use the quadratic formula to find s, I got a positive solution of: \n" ); document.write( "s = 1.5 mph is his walking speed \n" ); document.write( "and 2.5 mph faster: \n" ); document.write( "4 mph is his jogging speed \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check this by finding the actual time of each. \n" ); document.write( "12/1.5 =8 hrs \n" ); document.write( "12/4 = 3 hrs \n" ); document.write( "------------- \n" ); document.write( "Total time 11 hrs \n" ); document.write( " |