document.write( "Question 584817:  A plane flies from City X to City Y against the wind in 8 hours, and flies back from City Y to City X with the wind in 5 hours. If the speed of the plane is 650 mph, find the speed of the wind (mph)?.\r
\n" );
document.write( "\n" );
document.write( "Thanks.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #372914 by richwmiller(17219)     You can put this solution on YOUR website! r*t=d \n" ); document.write( "(650+w)*5=(650-w)*8 \n" ); document.write( "w=150 \n" ); document.write( " |