document.write( "Question 626530: a small airplane traveled 170 mph with a tailwind and 130 with a headwind. find the speed of the wind and of the airplane in still air \n" ); document.write( "
Algebra.Com's Answer #394321 by lwsshak3(11628) ![]() You can put this solution on YOUR website! a small airplane traveled 170 mph with a tailwind and 130 with a headwind. find the speed of the wind and of the airplane in still air \n" ); document.write( "** \n" ); document.write( "let x=speed of plane in still air \n" ); document.write( "let c=speed of wind \n" ); document.write( "x+c=speed of plane with tailwind=170 \n" ); document.write( "x-c=speed of plane with headwind=130 \n" ); document.write( "x+c=170 \n" ); document.write( "x-c=130 \n" ); document.write( "add \n" ); document.write( "2x=300 \n" ); document.write( "x=150 \n" ); document.write( "c=170-x=20 \n" ); document.write( "speed of plane in still air=150 mph \n" ); document.write( "speed of wind=20 mph \n" ); document.write( " |