document.write( "Question 518397: a plane flies 405 miles with the wind and 315 miles against the wind in the same length of time. if the speed of the with is 20 mph, then find the speed of the plane in still air \n" ); document.write( "
Algebra.Com's Answer #345167 by Alan3354(69443) You can put this solution on YOUR website! t = d/r \n" ); document.write( "t = 405/(a+20) = 315/(a-20) \n" ); document.write( "9/(a+20) = 7/(a-20) \n" ); document.write( "9(a-20) = 7(a+20) \n" ); document.write( "a = 160 mi/hr \n" ); document.write( "It's airspeed, not \"speed of the plane in still air\" \n" ); document.write( " \n" ); document.write( " |