document.write( "Question 205849: A plane reaches 1200 Km 1 hr earlier, if the speed of the plane is increased by 60km/hr from its initial speed. what is the initial speed of the plane? \n" ); document.write( "
Algebra.Com's Answer #156117 by AndrewRyan(3)![]() ![]() ![]() You can put this solution on YOUR website! (x+60) [(1200/x)-1] = 1200 \n" ); document.write( "1200 - x + (72000/x) - 60 = 1200 \n" ); document.write( "x(1200 - 60 - x + (72000/x) = 1200) \n" ); document.write( "1140x - x^2 + 72000 = 1200x \n" ); document.write( "-x^2 + 1140x - 1200x + 72000 = 0 \n" ); document.write( "-x^2 - 60x + 72000 = 0 \n" ); document.write( "x^2 + 60x - 72000 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x - 240)(x + 300) \n" ); document.write( "x = 240; x = -300 [-300 will be ignored because there is no negative speed] \n" ); document.write( "x = 240\r \n" ); document.write( "\n" ); document.write( "checking: \n" ); document.write( "(240+60) [(1200/240)-1] = 1200 \n" ); document.write( "(300) (5 - 1) = 1200 \n" ); document.write( "(300) (4) = 1200 \n" ); document.write( "1200 = 1200 \n" ); document.write( "x = 240 is a solution \n" ); document.write( " |