document.write( "Question 48366: A plane flies 720 miles against a steady 30 mile per hour headwind and then returns to the same point with the wind. If the entire trip takes 10 hours, what is the plane's speed in still air? \n" ); document.write( "
Algebra.Com's Answer #32009 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A plane flies 720 miles against a steady 30 mile per hour headwind and then returns to the same point with the wind. If the entire trip takes 10 hours, what is the plane's speed in still air?
\n" ); document.write( "------------------------------------
\n" ); document.write( "Let \"p\" be plane speed without wind.
\n" ); document.write( "----------------------------------
\n" ); document.write( "With the wind DATA:
\n" ); document.write( "distance=720 mi ; rate= p+30 mph ; time = d/r = 720/(p+30) hr.
\n" ); document.write( "---------------------------------
\n" ); document.write( "Against the wind DATA:
\n" ); document.write( "distance=720 mi ; rate = p-30 mph ; time =d/r = 720(p-30) hr.
\n" ); document.write( "-----------------------------------
\n" ); document.write( "EQUATION:
\n" ); document.write( "time + time = 10 hrs
\n" ); document.write( "720/(p+30) + 720/(p-30) = 10
\n" ); document.write( "72/(p+30) + 72/(p-30) = 1
\n" ); document.write( "72p + 72p = p^2-900
\n" ); document.write( "p^2-144p-900=0
\n" ); document.write( "(p-150)(p+6)=0
\n" ); document.write( "p=150 mph (The plane's speed in still air is 150 mph)\r
\n" ); document.write( "\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );