document.write( "Question 522524: Anabelle runs the same route every day. She runs part of the way and jogs part of the way. She runs at a speed of 6 mph. She jogs at a speed of 4 mph. If her route is 5 miles, and it takes her one hour how far does she jog? \n" ); document.write( "
Algebra.Com's Answer #346907 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let her jog x miles \n" ); document.write( "so she runs 5-x miles\r \n" ); document.write( "\n" ); document.write( "jog time + run time = 1 hoyr\r \n" ); document.write( "\n" ); document.write( "t=d/r\r \n" ); document.write( "\n" ); document.write( "x/4 + (5-x)/6=1\r \n" ); document.write( "\n" ); document.write( "LCD = 12, multiply by the LCD\r \n" ); document.write( "\n" ); document.write( "3x+2(5-x)=12 \n" ); document.write( "3x+10-2x=12 \n" ); document.write( "x=2 \n" ); document.write( "x=2 \n" ); document.write( "she jogs for 2 miles\r \n" ); document.write( "\n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |