document.write( "Question 620512: An aircraft slew 5 hours with the wind. The return trip took 6 hours against the wind. If the speed of the plane in still air is 190 miles per hour more than the speed of the wind, find the wind speed and the speed of the plane in still air. \n" ); document.write( "
Algebra.Com's Answer #390203 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An aircraft slew 5 hours with the wind. \n" ); document.write( " The return trip took 6 hours against the wind. \n" ); document.write( " If the speed of the plane in still air is 190 miles per hour more than the speed of the wind, find the wind speed and the speed of the plane in still air. \n" ); document.write( ": \n" ); document.write( "Let s = speed that the plane \"slew\" \n" ); document.write( "Let w = speed of the wind \n" ); document.write( "then \n" ); document.write( "(s-w) = effective speed against the wind \n" ); document.write( "and \n" ); document.write( "(s+w) = effective speed with the wind \n" ); document.write( ": \n" ); document.write( "Write a distance equation; dist = time * speed. \n" ); document.write( ": \n" ); document.write( "There dist = Return dist \n" ); document.write( "5(s+w) = 6(s-w) \n" ); document.write( "5s + 5w = 6s - 6w \n" ); document.write( "5w + 6w = 6s - 5s \n" ); document.write( "11w = s \n" ); document.write( ": \n" ); document.write( "It says,\"the speed of the plane in still air is 190 miles per hour more than the speed of the wind, \" \n" ); document.write( "therefore \n" ); document.write( "s = (w+190) \n" ); document.write( "Replace s with 11w \n" ); document.write( "11w = w + 190 \n" ); document.write( "11w - w = 190 \n" ); document.write( "10w = 190 \n" ); document.write( "w = 19 mph is the rate of the wind \n" ); document.write( "then \n" ); document.write( "s = 19 + 190 \n" ); document.write( "s = 209 is the speed of the plane in still air \n" ); document.write( ": \n" ); document.write( "You can check this in the first equation \n" ); document.write( " |