document.write( "Question 112878: This was originally a test question that I tried to figure out. The answer is 160 miles per hour. I just need to know how they got it because I can't. Thank you.\r
\n" );
document.write( "\n" );
document.write( "A plane flew 480 miles at a certain speed; and then increased its speed by 20 miles per hour, and continued on the same course. After having flown a total distance of 840 miles in a total of 5 hours, it landed. What was the original speed of the plain? \n" );
document.write( "
Algebra.Com's Answer #82235 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"original speed\", so x+20=\"increased speed\" ___ time=distance/rate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the plane flies 480 mi @ x; and (840-480) mi @ x+20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(480/x)+(360/(x+20))=5 ___ 480(x+20)+360(x)=5(x)(x+20) ___ 96(x+20)+72(x)=x(x+20)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0=x^2-148x-1920 ___ 0=(x+12)(x-160) \n" ); document.write( " |