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 #644177 by ikleyn(52790)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A biker decided to cover the distance of 120 km at a certain speed. However, he actually went 6 km/h slower
\n" ); document.write( "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( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the actual speed of the biker, in \"km%2Fh\".\r\n" );
document.write( "Then his planned speed was (x+6).\r\n" );
document.write( "\r\n" );
document.write( "So he planned to spend \"120%2F%28x%2B6%29\" hours, but actually spent \"120%2Fx\", which is in 1 hour more.\r\n" );
document.write( "\r\n" );
document.write( "Thus you have this equation\r\n" );
document.write( "\r\n" );
document.write( "\"120%2Fx\" - \"120%2F%28x%2B6%29\" = 1.\r\n" );
document.write( "\r\n" );
document.write( "To solve it for x , multiply both sides by x*(x+6). You will get\r\n" );
document.write( "\r\n" );
document.write( "120*(x+6) -120x = x*(x+6),   or\r\n" );
document.write( "\r\n" );
document.write( "120*6 = x*(x+6),   or\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2+%2B+6x+-+720\" = \"0\".\r\n" );
document.write( "\r\n" );
document.write( "Factor left sides:\r\n" );
document.write( "\r\n" );
document.write( "(x-24)*(x+30) = 0.\r\n" );
document.write( "\r\n" );
document.write( "The roots are  x = 24  and  x = -30.\r\n" );
document.write( "Only positive x = 24 fits.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The actual speed of the biker is 24 \"km%2Fh\". \r\n" );
document.write( "\r\n" );
document.write( "Please check it yourself.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );