document.write( "Question 332174: a plane travels 2520km in 6 hours with a tailwind, but only 1620 km with a headwind in the same time. Find the speed of the plane and the speed of the wind. \n" ); document.write( "
Algebra.Com's Answer #238079 by mananth(16949) You can put this solution on YOUR website! 2520km in 6 hours with a tailwind, but only 1620 km with a headwind in the same time. \n" ); document.write( "let speed of plane be x \n" ); document.write( "speed of wind be y \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "with tailwind speed = x+y \n" ); document.write( "with headwind speed = x-y \n" ); document.write( ".. \n" ); document.write( "Tailwind \n" ); document.write( " \n" ); document.write( "2520=6x+6y \n" ); document.write( "divide by 6 \n" ); document.write( "420= x+y..................1 \n" ); document.write( "Headwind \n" ); document.write( " \n" ); document.write( "6x-6y=1620 \n" ); document.write( "divide by 6 \n" ); document.write( "x-y=270..................2 \n" ); document.write( "add equation1 & 2 to eliminate y \n" ); document.write( "x+y+x-y=420+270 \n" ); document.write( "2x=690 \n" ); document.write( "x=395 mph speed of plane \n" ); document.write( ".. \n" ); document.write( "x+y=420 \n" ); document.write( "395+y=420 \n" ); document.write( "y=420-395 \n" ); document.write( "y=25 mph speed of wind \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( " |