document.write( "Question 1029152: A biker decided to cover the distance of 120 km at a certain speed. However, he actually went 6 km/h slower so he arrived at his destination 1 hour later than he wanted to. What was the actual speed of the biker?
\n" ); document.write( "PS:If x is the actual speed of the biker, then what is the equation?
\n" ); document.write( "

Algebra.Com's Answer #644179 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                   RATE            TIME          DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "Expected            x              t              120\r\n" );
document.write( "\r\n" );
document.write( "Actual             x-6            t+1             120\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That arrangement of data is not exactly as you say you wanted, so according to your \"PS\", change the data table and assigning to THIS instead:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                   RATE            TIME          DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "Expected            x+6            t              120\r\n" );
document.write( "\r\n" );
document.write( "Actual             x              t+1             120\r\n" );
document.write( "

\n" ); document.write( "This new arrangement might or might not be a better one than the first one; but continuing this way, make a system of equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight%28system%28%28x%2B6%29t=120%2Cx%28t%2B1%29=120%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Begin to solve.
\n" ); document.write( "\"system%28xt%2B6t=120%2Cxt%2Bx=120%29\"----maybe still not the best way to continue.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The system is not linear. Try to solve for one variable in terms of the other and substitute into the other equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"t=120%2F%28x%2B6%29\"
\n" ); document.write( "-
\n" ); document.write( "\"x%28120%2F%28x%2B6%29%2B1%29=120\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"120x%2F%28x%2B6%29%2Bx=120\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"120x%2Bx%28x%2B6%29=120%28x%2B6%29\"\r
\n" ); document.write( "\n" ); document.write( "You continue this until solved.
\n" ); document.write( "
\n" );