document.write( "Question 32275: A small airplane travels between two cities A and B, 600 miles apart. When going from city A to city B, the plane encounters headwind and reaches city B four hours after leaving. With the wind the return trip takes three hours.\r
\n" );
document.write( "\n" );
document.write( "What is the airspeed of the plane? What is the speed of the wind? \n" );
document.write( "
Algebra.Com's Answer #18801 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the speed of the wind be y \n" ); document.write( "Let the speed of the plane be x \n" ); document.write( "two eqautions: \n" ); document.write( "3(x+y)=600---->3x+3y=600 \n" ); document.write( "Solve for y: \n" ); document.write( "y=200-x \n" ); document.write( "SEcond EQuation: \n" ); document.write( "4(x-y)=600 ---->4x-4y=600 \n" ); document.write( "Subsitute foor y: \n" ); document.write( "4x-4(200-x)=600 \n" ); document.write( "4x+4x-800=600 \n" ); document.write( "8x=1400 \n" ); document.write( "x=175 \n" ); document.write( "y=200-175 \n" ); document.write( "y=25. \n" ); document.write( "Hence, the speed of the plane is 175mph, and the speed of the wind is 25mph. \n" ); document.write( "Paul. \n" ); document.write( " |