document.write( "Question 839167: A cyclist travels a distance of 120km from Town A to Town B at an average speed of x km/h. If he increases his speed by 1km/h, he would save 30 minutes. Find x \n" ); document.write( "
Algebra.Com's Answer #505596 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A cyclist travels a distance of 120km from Town A to Town B at an average speed of x km/h. If he increases his speed by 1km/h, he would save 30 minutes. Find x\r \n" ); document.write( "\n" ); document.write( "Original Time - time after speed increase = 1/2 hour\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply the equation by 2x(x+1)\r \n" ); document.write( "\n" ); document.write( "we get\r \n" ); document.write( "\n" ); document.write( "2*120(x+1) -2*120*x = x(x+1)\r \n" ); document.write( "\n" ); document.write( "240x+240 -240x=x^2+x\r \n" ); document.write( "\n" ); document.write( "x^2+x-240=0\r \n" ); document.write( "\n" ); document.write( "x^2+16x-15x-240=0\r \n" ); document.write( "\n" ); document.write( "x(x+16)-15(x+16)=0\r \n" ); document.write( "\n" ); document.write( "(x+16)(x-15)=0\r \n" ); document.write( "\n" ); document.write( "x cannot be negative \n" ); document.write( "so x=15 \n" ); document.write( " |