document.write( "Question 732987: jennifer walks 4 miles in the same time she can jog 9 miles. If her jogging speed is 8 mph faster than her walking speed, how fast does she walk? \n" ); document.write( "
Algebra.Com's Answer #448162 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! jennifer walks 4 miles in the same time she can jog 9 miles. If her jogging speed is 8 mph faster than her walking speed, how fast does she walk? \n" ); document.write( "---- \n" ); document.write( "Walking DATA: \n" ); document.write( "distance = 4 miles; rate = x mph ; time = d/r = 4/x hrs \n" ); document.write( "------------------------------------------- \n" ); document.write( "Jogging DATA: \n" ); document.write( "distance = 9 miles ; rate = (x+8)mph ; time = d/r = 9/(x+8) hrs \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "time = time \n" ); document.write( "4/x = 9/(x+8) \n" ); document.write( "---- \n" ); document.write( "4x + 32 = 9x \n" ); document.write( "5x = 32 \n" ); document.write( "x = 6.4 mph (her walking rate) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |