document.write( "Question 164682: Dave and Sandy fly from Philly to Chicago, it takes 2 hours to go west and 1 and a half hours to fly east. The trip is 780 one way. If the wind speed is the same on each trip, find the speed of the wind and find the speed of the plane in the still air. \n" ); document.write( "
Algebra.Com's Answer #121343 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
D = 780 miles
\n" ); document.write( "let A = airspeed
\n" ); document.write( "let W = windspeed
\n" ); document.write( "-----
\n" ); document.write( "since it takes more time to go west than east, it's fair to say that the wind was against the airplane going west and with the airplane going east.
\n" ); document.write( "TW = time going west = 2 hours
\n" ); document.write( "TE = time going east = 1.5 hours
\n" ); document.write( "-----
\n" ); document.write( "since the rate of travel times the duration of travel equals the distance, the equations for going west and going east are:
\n" ); document.write( "-----
\n" ); document.write( "TW * (A-W) = 780
\n" ); document.write( "TE * (A+W) = 780
\n" ); document.write( "-----
\n" ); document.write( "substituting for TW and TE makes the equations become:
\n" ); document.write( "2 * (A-W) = 780 (original first equation)
\n" ); document.write( "1.5 * (A+W) = 780 (original second equation)
\n" ); document.write( "-----
\n" ); document.write( "since both equations equal 780, then they are equal to each other (transitive property of algebraic operations).
\n" ); document.write( "-----
\n" ); document.write( "2 * (A-W) = 1.5 * (A+W)
\n" ); document.write( "removing parentheses:
\n" ); document.write( "2*A - 2*W = 1.5*A + 1.5*W
\n" ); document.write( "subtracting 1.5*A from both sides of equation and adding 2*W to both sides of equation:
\n" ); document.write( "2*A - 1.5*A = 1.5*W + 2*W
\n" ); document.write( "combining like terms:
\n" ); document.write( ".5*A = 3.5*W
\n" ); document.write( "multiplying both sides of equation by 2:
\n" ); document.write( "A = 7*W
\n" ); document.write( "-----
\n" ); document.write( "original first equation is:
\n" ); document.write( "2 * (A-W) = 780
\n" ); document.write( "removing parentheses:
\n" ); document.write( "2*A - 2*W = 780
\n" ); document.write( "substituting 7*W for A:
\n" ); document.write( "2*7*W - 2*W = 780
\n" ); document.write( "simplifying and combining like terms:
\n" ); document.write( "12*W = 780
\n" ); document.write( "dividing both sides by 12:
\n" ); document.write( "W = 65
\n" ); document.write( "-----
\n" ); document.write( "original second equation is:
\n" ); document.write( "1.5 * (A+W) = 780
\n" ); document.write( "removing parentheses:
\n" ); document.write( "1.5*A + 1.5*W = 780
\n" ); document.write( "substituting 65 for W:
\n" ); document.write( "1.5*A + 1.5*65 = 780
\n" ); document.write( "simplifying:
\n" ); document.write( "1.5*A + 97.5 = 780
\n" ); document.write( "subtracting 97.5 from both sides of equation:
\n" ); document.write( "1.5*A = 780 - 97.5
\n" ); document.write( "simplifying:
\n" ); document.write( "1.5*A = 682.5
\n" ); document.write( "dividing both sides of equation by 1.5
\n" ); document.write( "A = 682.5/1.5
\n" ); document.write( "simplifying:
\n" ); document.write( "A = 455
\n" ); document.write( "-----
\n" ); document.write( "original first and second equations are:
\n" ); document.write( "2 * (A-W) = 780 (original first equation)
\n" ); document.write( "1.5 * (A+W) = 780 (original second equation)
\n" ); document.write( "substituting 455 for A and 65 for W in original first equation:
\n" ); document.write( "2 * (455-65) = 780
\n" ); document.write( "simplifying:
\n" ); document.write( "2*390 = 780
\n" ); document.write( "780 = 780
\n" ); document.write( "first equation is good
\n" ); document.write( "substituting 455 for A and 65 for W in original second equation:
\n" ); document.write( "1.5 * (455+65) = 780
\n" ); document.write( "simplifying:
\n" ); document.write( "1.5 * (520) = 780
\n" ); document.write( "780 = 780
\n" ); document.write( "second equation is good.
\n" ); document.write( "-----
\n" ); document.write( "answer is:
\n" ); document.write( "Airplane speed is 455 miles per hour.
\n" ); document.write( "Wind speed is 65 miles per hour.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );