document.write( "Question 1122285: 2 LINEAR EQUATIONS IN 2 UNKNOWNS or SIMULTANEOUS LINEAR EQUATIONS IN 2 UKNOWNS\r
\n" ); document.write( "\n" ); document.write( "A jogger runs a given distance and then catches a ride back to his home by car. if the round trip of 10 miles takes one hour, the car travels at 40 miles per hour, and he jogs at 5 miles per hour. How long did the jugger run?
\n" ); document.write( "

Algebra.Com's Answer #738365 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                SPEED          TIME        DISTANCE\r\n" );
document.write( "JOG               5             x            5x              \r\n" );
document.write( "CAR              40             1-x         40(1-x)\r\n" );
document.write( "Total                           1            10\r\n" );
document.write( "

\n" ); document.write( "Solve the distance sum equation \"5x%2B40%281-x%29=10\".
\n" ); document.write( "
\n" );