document.write( "Question 434776: A person jogs 3.5 miles and walks and additional 4 miles. He jogs 4.5 mph faster than he walks. The total exercise time is 6 hrs. Find the speeds. \n" ); document.write( "
Algebra.Com's Answer #301100 by jorel1380(3719) You can put this solution on YOUR website! Let x be the person's walking speed. \n" ); document.write( "------------------------------ \n" ); document.write( "4/x+3.5/(x+4.5)=6 \n" ); document.write( "Multiply each side by (x)(x+4.5) \n" ); document.write( "4(x+4.5)+3.5(x)=6(x2+4.5x) \n" ); document.write( "4x+18+3.5x=6x2+27x \n" ); document.write( "8x+36+7x=12x2+54x \n" ); document.write( "0=12x2+39x-36 \n" ); document.write( "0=(4x-3)(3x+12) \n" ); document.write( "x=3/4,-4 \n" ); document.write( "His walking speed is .75 mph, jogging is 5.25 \n" ); document.write( "
|