document.write( "Question 987541: An airplane makes the 2,400 miles trip from Washington, DC to San Francisco in 7.5 hours and makes the return trip in 6 hours. Assuming that the plane travels at a constant airspeed and that the wind blows at a constant rate from west to east, find the plane's airspeed and the wind rate. \n" ); document.write( "
Algebra.Com's Answer #608289 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
r, plane's speed when no wind
\n" ); document.write( "w, speed of wind
\n" ); document.write( "t, time going DC to San F.
\n" ); document.write( "x, time back, San F. to DC
\n" ); document.write( "d, one-way distance
\n" ); document.write( "-
\n" ); document.write( "FIND r and w;
\n" ); document.write( "\"system%28t=7.5%2Cx=6%2Cd=2400%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Uniform Rates Rule for Travel: RT=D relates rate, time, and distance.
\n" ); document.write( "From DC to San Francisco, travel is AGAINST the wind.
\n" ); document.write( "Returning from San Francisco TO DC, travel is WITH the wind.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                      speed    time     distance\r\n" );
document.write( "Wash DC to S.F.       r-w       t        d\r\n" );
document.write( "S.F. back to DC       r+w       x        d\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"system%28%28r-w%29t=d%2C%28r%2Bw%29x=d%29\"
\n" ); document.write( "Solve for r and w.
\n" ); document.write( "
\n" );