document.write( "Question 459117: A plane flies 900 miles with a tail wind in 3 hours.It takes the same plane 2 hours to fly the 300 miles when flying against the wind. What is the plan's speed in still air? \n" ); document.write( "
Algebra.Com's Answer #314876 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The basic distance equation is: \n" ); document.write( "d = rt \n" ); document.write( ". \n" ); document.write( "We are told that flying with the tailwind \n" ); document.write( "900 = r*3 \n" ); document.write( "r = 300 \n" ); document.write( "BUT \n" ); document.write( "r = speed of the plane + speed of the tailwind \n" ); document.write( ". \n" ); document.write( "We are told flying with the headwind \n" ); document.write( "300 = r*2 \n" ); document.write( "r = 150 \n" ); document.write( "BUT this time, \n" ); document.write( "r = speed of the plane - speed of the wind \n" ); document.write( ". \n" ); document.write( "Assuming the wind is constant...which is important. \n" ); document.write( ". \n" ); document.write( "We can define: \n" ); document.write( "s=speed of the plane \n" ); document.write( "w=speed of the wind \n" ); document.write( ". \n" ); document.write( "Substitute what we know: \n" ); document.write( "s+w = 300 \n" ); document.write( "s-w = 150 \n" ); document.write( ". \n" ); document.write( "Add the linear equations. \n" ); document.write( "2s = 450 \n" ); document.write( ". \n" ); document.write( "Solve for s \n" ); document.write( "s = 225 \n" ); document.write( ". \n" ); document.write( "Substitute to solve for w \n" ); document.write( "w = 75 \n" ); document.write( ". \n" ); document.write( "Check by substituting these value to see if you get the correct distance. \n" ); document.write( ". \n" ); document.write( "3(225+75) = ?? \n" ); document.write( "3(300) = 900 \n" ); document.write( "Right \n" ); document.write( ". \n" ); document.write( "2(225-75) = ?? \n" ); document.write( "2(150) = 300 \n" ); document.write( "Right \n" ); document.write( ". \n" ); document.write( "Re-read the question to see what answer is required. \n" ); document.write( ". \n" ); document.write( "Answer: The plane's speed in still air is 225 miles/hr. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |