document.write( "Question 444837: A plane traveling at 450 mph can go 1000 miles with the wind in 1/2 hour less than than against the wind - find wind speed? \n" ); document.write( "
Algebra.Com's Answer #315354 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 1000/(450+w)+1/2=1000/(450-w) \n" ); document.write( "2000/(450+w)+1=2000/(450-w) \n" ); document.write( "2000(450-w)+202500-w2=2000(450+w) \n" ); document.write( "900000-2000w-w2+202500=900000+2000w \n" ); document.write( "w2+4000w-202500=0 \n" ); document.write( "(w+4050)(w-50)=0 \n" ); document.write( "w=50 or -4050 \n" ); document.write( "Throwing out the negative answer, we get the speed of the wind to be 50 mph.. \n" ); document.write( " |