document.write( "Question 64716:  An airline starts off on a trip with all engines running. It is going at a rate of 900 km per hour, after x hours it shuts down one engine and reduces its speed to 700 km per hour. The trip is a total of 3 hours long\r
\n" );
document.write( "\n" );
document.write( "How lonng should the pilot fly before shutting down one engine in order to go a total distance of 2352 in 3 hours. \n" );
document.write( "
Algebra.Com's Answer #45264 by stanbon(75887)    ![]() You can put this solution on YOUR website! An airline starts off on a trip with all engines running. It is going at a rate of 900 km per hour, after x hours it shuts down one engine and reduces its speed to 700 km per hour. The trip is a total of 3 hours long \n" ); document.write( "How long should the pilot fly before shutting down one engine in order to go a total distance of 2352 in 3 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------ \n" ); document.write( "900 km/hr DATA: \n" ); document.write( "rate= 900 km/hr; distance = x km ; time= d/r= x/900 hrs \n" ); document.write( "---------- \n" ); document.write( "700 km/hr DATA: \n" ); document.write( "rate= 700 km/hr; distance = \"2352-x\" km ; time = d/r = (2352-x)/700 hrs \n" ); document.write( "---------- \n" ); document.write( "EQUATION: \n" ); document.write( "time + time = 3 hrs \n" ); document.write( "x/900 + (2352-x)/700 = 3 \n" ); document.write( "700x +900(2352-x)=3*900*700 \n" ); document.write( "700x+2116800-900x=1890000 \n" ); document.write( "-200x=--226800 \n" ); document.write( "x=1134 km at 900 km/hr \n" ); document.write( "2352-x=1218 km at 700 km/hr \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "  |