document.write( "Question 1102559: A pilot flew his single-engine airplane 90 miles with the wind from City A to above City B. He then turned around and flew back to City A against the wind. If the wind was a constant 20 miles per hour, and the total time going and returning was 1.3 hours, find the speed of the plane in still air. \n" ); document.write( "
Algebra.Com's Answer #717261 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( " SPEED TIME DISTANCE\r\n" ); document.write( "GOING r+20 90/(r+20) 90\r\n" ); document.write( "RETURN r-20 90/(r-20) 90\r\n" ); document.write( "TOTAL 1.3 180\r\n" ); document.write( " \n" ); document.write( "Solve this for r. \n" ); document.write( " |