document.write( "Question 1041313: *The distance between two piers is s miles. Two boats started moving at the same time with the speeds R and F. How will you find the distance d between them if they travelled for t hours:
\n" ); document.write( "a) Towards each other
\n" ); document.write( "b) In opposite directions
\n" ); document.write( "c) In the same direction if the first is slower
\n" ); document.write( "d) In the same direction if the first is faster
\n" ); document.write( "

Algebra.Com's Answer #656274 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
s         distance between piers\r\n" );
document.write( "R and F   speeds of each boat\r\n" );
document.write( "t         travel time\r\n" );
document.write( "d         distance between boats
\r
\n" ); document.write( "\n" ); document.write( "RT=D, basic travel rate rule (R being the speed of any traveling agent)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(a) Towards each other
\n" ); document.write( "Both boats are simply \"consuming\" the distance between the piers;
\n" ); document.write( "\"d=s-%28Rt%2BFt%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(b) Away from each other
\n" ); document.write( "Both boats are ADDING distance to s;
\n" ); document.write( "\"d=s%2B%28Rt%2BFt%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(c) Same direction \"R%3CF\"
\n" ); document.write( "First boat moves Rt
\n" ); document.write( "Second boat moves Ft
\n" ); document.write( "-
\n" ); document.write( "Think of starting point of first boat as a zero location point. Think of start point for second boat as the s length location point.
\n" ); document.write( "Distance between both boats begins as s, but INCREASES and boats separate at the rate \"F-R\".
\n" ); document.write( "-
\n" ); document.write( "\"d=s%2B%28F-R%29t\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(d) Maybe you can try to analyze and solve this one.
\n" ); document.write( "
\n" );