document.write( "Question 527804: a plane flies 500 miles with the wind and 300 miles against the wind in the same length of time if the speed of the wind is 28mph, what is the speed of the plane in still air \n" ); document.write( "
Algebra.Com's Answer #349035 by lmeeks54(111)\"\" \"About 
You can put this solution on YOUR website!
Let v = the velocity of the airplane in still air in miles per hour
\n" ); document.write( "Let t = the number of hours the airplane flies
\n" ); document.write( "Let d = the distance the airplane flies in miles
\n" ); document.write( "28 = wind speed in miles per hour
\n" ); document.write( "...
\n" ); document.write( "General rate, distance formula:
\n" ); document.write( "...
\n" ); document.write( "d = v * t
\n" ); document.write( "...
\n" ); document.write( "500 = (v + 28) * t
\n" ); document.write( "300 = (v - 28) * t
\n" ); document.write( "...
\n" ); document.write( "The easiest way to solve this: make both equations equal to the same thing. The easiest way to do that is to set them = 0. For example:
\n" ); document.write( "...
\n" ); document.write( "500 = (v + 28) * t can be simplified by subtracting 500 from both sides:
\n" ); document.write( "0 = vt + 28t - 500
\n" ); document.write( "...
\n" ); document.write( "300 = (v - 28) * t can be simplified by subtracting 300 from both sides:
\n" ); document.write( "0 = vt -28t - 300
\n" ); document.write( "...
\n" ); document.write( "Since both equations are equal to zero, they are equal to each other. Now we have:
\n" ); document.write( "vt + 28t - 500 = vt - 28t - 300
\n" ); document.write( "...
\n" ); document.write( "We can continue to simplify:
\n" ); document.write( "- First subtract the vt term from both sides:
\n" ); document.write( "28t - 500 = -28t -300
\n" ); document.write( "...
\n" ); document.write( "- Then add 28t to both sides:
\n" ); document.write( "56t - 500 = -300
\n" ); document.write( "...
\n" ); document.write( "- Then add 500 to both sides:
\n" ); document.write( "56t = 200
\n" ); document.write( "t = 200/56
\n" ); document.write( "t = ~3.57 hrs
\n" ); document.write( "...
\n" ); document.write( "We now take value for t and substitute it back into any of our original equations to solve for v. After that, we will check our work:
\n" ); document.write( "...
\n" ); document.write( "500 = vt + 28t
\n" ); document.write( "500 = 3.57v + 28(3.57)
\n" ); document.write( "500 = 3.57v + 100
\n" ); document.write( "...
\n" ); document.write( "Subtract 100 from both sides:
\n" ); document.write( "400 = 3.57v
\n" ); document.write( "...
\n" ); document.write( "Divide both sides by 3.57:
\n" ); document.write( "v = 112
\n" ); document.write( "...
\n" ); document.write( "This is the answer to the problem. All we need to do is to check our work.
\n" ); document.write( "300 = vt - 28t
\n" ); document.write( "300 = (112)(3.57) - 28(3.57)
\n" ); document.write( "300 = 400 - 100
\n" ); document.write( "300 = 300 checks
\n" ); document.write( "...
\n" ); document.write( "cheers,
\n" ); document.write( "Lee
\n" ); document.write( "
\n" );