document.write( "Question 1055172: Jill's plane can fly 150 mph without any wind. She flies 1800 miles against the wind to visit her mother, than flies another 1800 miles back home with the wind. If the total flight time was 25 hours what was the speed of the wind. \n" ); document.write( "
Algebra.Com's Answer #670362 by jorel555(1290) ![]() You can put this solution on YOUR website! Let w stand for windspeed. Then: \n" ); document.write( "1800/(150+w)+1800/(150-w)=25 \n" ); document.write( "1800(150-w)+1800(150+w)=25(22500-w²) \n" ); document.write( "25w²-22500=0 \n" ); document.write( "w²=900 \n" ); document.write( "w=30,-30 \n" ); document.write( "Throwing out the negative result, we get the wind speed to be 30 mph. ☺☺☺☺ \n" ); document.write( " |