document.write( "Question 987095: a jogger runs a distance at a speed of 8 miles per hour and Returns the same distance running at a speed of 6 miles per hour. Find the total distance that the jogger runs if the total time running was one hour forty-five minutes \n" ); document.write( "
Algebra.Com's Answer #607875 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "WHICHWAY      speed      time            distance\r\n" );
document.write( "going          \"r%5B1%5D\"       \"t%5B1%5D\"           \"r%5B1%5Dt%5B1%5D\"\r\n" );
document.write( "returning      \"r%5B2%5D\"       \"t%5B2%5D\"           \"r%5B2%5Dt%5B2%5D\"\r\n" );
document.write( "TOTAL                    \"T\"\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The distance going is the same as the distance returning so you have two equations.
\n" ); document.write( "\"system%28r%5B1%5Dt%5B1%5D=r%5B2%5Dt%5B2%5D%2Ct%5B1%5D%2Bt%5B2%5D=T%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The unknown variables used are \"t%5B1%5D\" and \"t%5B2%5D\" for going and returning times, in that order. Solve, and user either direction's distance expression to find the one-way distance.
\n" ); document.write( "
\n" );