document.write( "Question 518333: The Yankee Clipper leaves the pier at 9:00 a.m. at 8 knots. A half hour later , The River Rover leaves the same pier in the same direction traveling 10 knots . At what time will the River Rover overtake the Yankee Clipper?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #345125 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r*t=d \n" ); document.write( "8t=10*(t-.5) \n" ); document.write( "8t=10t-5 \n" ); document.write( "5=2t \n" ); document.write( "2.5=t \n" ); document.write( "They will meet at 11:30 am \n" ); document.write( " |