document.write( "Question 56780: A plane flies 500 miles with the wind and 340 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 #38529 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
rate of air = a
\n" ); document.write( "going with wind ~> 28 + a
\n" ); document.write( "going against wind ~> 28 - a
\n" ); document.write( "Rate*Time = Distance
\n" ); document.write( "Distance/Rate = Time
\n" ); document.write( "500/(28 + a) = 340/(28 - a) Since the times are equivalent, you would would equal them together.
\n" ); document.write( "500(28 - a) = 340(28 + a)
\n" ); document.write( "14000 - 500a = 9520 + 340a
\n" ); document.write( "-840a = -4480
\n" ); document.write( "a = 16/3
\n" ); document.write( "Speed in still air is about 5.3333 mi/hr. We do not know the time measurement, but we can guess or propose it is in hours. The time comes to 15 hours.
\n" ); document.write( "
\n" );