document.write( "Question 1048168: If a plane can travel 500 miles per hour with the wind and 400 miles per hour against the wind, find the speed of the plan without a wind and speed with the wind.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663739 by ikleyn(52835)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "If a plane can travel 500 miles per hour with the wind and 400 miles per hour against the wind, \n" ); document.write( "find the speed of the plan without a wind and speed \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "If \"u\" is the plane speed without a wind and \"v\" is the speed of the wind, then\r\n" ); document.write( "\r\n" ); document.write( "1. The speed of a plane relative to the Earth (relative to the ground) is \r\n" ); document.write( "\r\n" ); document.write( " u + v when it flying with the wind, and\r\n" ); document.write( " u - v when it flying against the wind.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "2. So, you are given \r\n" ); document.write( "\r\n" ); document.write( " u + v = 500, (1)\r\n" ); document.write( " u - v = 400. (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "3. Add these two equations. You will get\r\n" ); document.write( "\r\n" ); document.write( " 2u = 500 + 400 ---> 2u = 900 ---> u = \n" ); document.write( " \n" ); document.write( " |