document.write( "Question 693156: a small plane can travel at 110 mph in calm air. flying with the wind, the plane can fly 260 miles in the same amount of time it takes to fly 180 miles against the wind. fine the rate of the wind \n" ); document.write( "
Algebra.Com's Answer #427301 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let w = wind speed, mph \n" ); document.write( "Let t = time to travel, hr \n" ); document.write( "Use the following two equations to solve for w then t. \n" ); document.write( "(1) (110 + w)*t = 260 and \n" ); document.write( "(2) (110 - w)*t = 180 \n" ); document.write( "You should get \n" ); document.write( "(3) w = 20 mph and \n" ); document.write( "(4) t = 2 hr \n" ); document.write( "Answer: The rate of the wind is 20 mph. \n" ); document.write( "If you need help solving (1) and (2), just divide (1) by (2) and get \n" ); document.write( "(5) (110 + w)/(110 - w) = 260/180 or \n" ); document.write( "(6) 110 + w = 13/9*(110 - w) or \n" ); document.write( "(7) 990 + 9*w = 13*110 - 13*w or \n" ); document.write( "(8) 22*w = 1100 + 330 - 990 or \n" ); document.write( "(9) 22*w = 440 or \n" ); document.write( "(10) w = 20 \n" ); document.write( " |