document.write( "Question 671673: A jet flew 1200 miles with a tailwind of 50 mph. The tailwind changed to 20 mph for the remaining 520 miles of the flight. The total time of the flight was 3 hours. Find the speed of the jet relative to the ground. \n" ); document.write( "
Algebra.Com's Answer #417524 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the speed of jet be x\r \n" ); document.write( "\n" ); document.write( "first part\r \n" ); document.write( "\n" ); document.write( "speed = x+50\r \n" ); document.write( "\n" ); document.write( "second part speed = x+20\r \n" ); document.write( "\n" ); document.write( "Time first part = 1200/(x+50) \n" ); document.write( "second part time = 520/(x+20)\r \n" ); document.write( "\n" ); document.write( "Time first part + time second part = 3\r \n" ); document.write( "\n" ); document.write( "1200/(x+50) + 520/(x+20)=3\r \n" ); document.write( "\n" ); document.write( "LCD= (x+50)(x+20)= x^2+70x+1000)\r \n" ); document.write( "\n" ); document.write( "Multiply equation by the LCD\r \n" ); document.write( "\n" ); document.write( "1200(x+20) +520(x+50)=3(x^2+70x+1000)\r \n" ); document.write( "\n" ); document.write( "1200x+24000+520x+26000=3x^2+210x+3000\r \n" ); document.write( "\n" ); document.write( "1720x+50000=3x^2+210x+3000\r \n" ); document.write( "\n" ); document.write( "3x^2+210x-1720x+3000-50000=0 \n" ); document.write( "3x^2-1510x-47000=0\r \n" ); document.write( "\n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( " \n" ); document.write( "a= 3 b= -1510 c= -47000 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 2280100 - -564000 \n" ); document.write( "b^2-4ac= 2844100 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( 1510 + 1686.45 )/ 6 \n" ); document.write( "x1= 532.74 \n" ); document.write( "x2=( 1510 - 1686.45 )/ 6 \n" ); document.write( "x2= -29.41 \n" ); document.write( "Ignore negative value \n" ); document.write( "x = 532.74 mph the speed of plane\r \n" ); document.write( "\n" ); document.write( "m.ananth@hotmail.ca \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |