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 #644178 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A biker decided to cover the distance of 120 km at a certain speed.\r \n" ); document.write( "\n" ); document.write( "let speed be x\r \n" ); document.write( "\n" ); document.write( "Time he would take = 120/x ( t=d/r)\r \n" ); document.write( "\n" ); document.write( " However, he actually went 6 km/h slower \n" ); document.write( "Actually his speed was 6 km slower (x-6)\r \n" ); document.write( "\n" ); document.write( "Time taken =120/(x-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " so he arrived at his destination 1 hour later\r \n" ); document.write( "\n" ); document.write( "120/(x-6) -120/x = 1\r \n" ); document.write( "\n" ); document.write( "Simplify\r \n" ); document.write( "\n" ); document.write( "120x -120(x-6) = x(x-6)\r \n" ); document.write( "\n" ); document.write( "120x -120x +720=x^2-6x\r \n" ); document.write( "\n" ); document.write( "x^2-6x-720=0\r \n" ); document.write( "\n" ); document.write( "x^2-30x+24x-720=0\r \n" ); document.write( "\n" ); document.write( "x(x-30)+24(x-30)=0\r \n" ); document.write( "\n" ); document.write( "(x-30)(x+24)=0\r \n" ); document.write( "\n" ); document.write( "x= 30 OR -24\r \n" ); document.write( "\n" ); document.write( "Ignore negative\r \n" ); document.write( "\n" ); document.write( "planned speed = 30 km/h \n" ); document.write( " |