document.write( "Question 199712: An airplane flew for 4 hours against a head wind of 40 km/h. On the return flight the same wind was a tail wind, and the flight took 3 hours. Find the speed of the airplane in still air. \n" ); document.write( "
Algebra.Com's Answer #150087 by tutorvolunteer(9)![]() ![]() ![]() You can put this solution on YOUR website! Since distance = speed x time, time = speed/distance +or- wind speed/distance\r \n" ); document.write( "\n" ); document.write( "(+or- depending on whether it is in the same direction as plane, in which case it would be +, or opposite direction and -)\r \n" ); document.write( "\n" ); document.write( "time = (speed +or- wind speed)/distance\r \n" ); document.write( "\n" ); document.write( "(abbreviations used: time: t, speed in still air: s, wind speed: ws, distance: d)\r \n" ); document.write( "\n" ); document.write( "Let's look at the first scenario: t = 4, ws = -40. Therefore, since t = (s - ws)/d, we get this equation:\r \n" ); document.write( "\n" ); document.write( "4 = (s - 40)/d ----) this has 2 variable, which means we will need a system of equations to solve it.\r \n" ); document.write( "\n" ); document.write( "Let's look at the second part of the question to get the second equation. Since t=(s+ws)/d, we get this:\r \n" ); document.write( "\n" ); document.write( "3 = (s + 40)/d\r \n" ); document.write( "\n" ); document.write( "Now we have our two equations. We can use algebra to solve for s, the wind speed in still air.\r \n" ); document.write( "\n" ); document.write( "4d = s-40 , so d = (s-40)/4 using eq 1. Also, 3d = s+40, so d = (s+40)/3 using eq. 2\r \n" ); document.write( "\n" ); document.write( "Now we have 2 equations solving for d. Since distance stays the same, we can set these equal to each other to solve for the wind speed in still air:\r \n" ); document.write( "\n" ); document.write( "(s-40)/4 = (s+40)/3 \r \n" ); document.write( "\n" ); document.write( "3(s-40) = 4(s+40)\r \n" ); document.write( "\n" ); document.write( "3s - 120 = 4s + 160\r \n" ); document.write( "\n" ); document.write( "3s - 280 = 4s\r \n" ); document.write( "\n" ); document.write( "Therefore, s = 280 km/h (ignore -, since only asking for speed, not direction) \n" ); document.write( " |