document.write( "Question 997469: two airplanes left airports which are 400 miles apart and flew towards each other. one plane flew 10 miles per hour faster than the other. if they passed each other at the end of one hour and fifteen minutes, what were their rates? \n" ); document.write( "
Algebra.Com's Answer #615535 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
RT=D relates uniform rate, time, distance.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The two vehicles passed each other at time t and the sum of distances traveled was d, the distance between the two departure points.
\n" ); document.write( "
\r\n" );
document.write( "              speed     time      distance\r\n" );
document.write( "vehicle1       r         t        rt\r\n" );
document.write( "vehicle2       r+s       t        (r+s)t\r\n" );
document.write( "total                              d\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"highlight_green%28rt%2B%28r%2Bs%29t=d%29\"
\n" ); document.write( "\"rt%2Brt%2Bst=d\"
\n" ); document.write( "\"2rt%2Bst=d\"
\n" ); document.write( "\"2rt=d-st\"
\n" ); document.write( "\"highlight%28r=%28d-st%29%2F%282t%29%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );