document.write( "Question 585033: Two rabbits start at a point P on a circular track and move in opposite directions. One travels at a speed of 11 ft/sec and the other at a speed of 8 ft/sec. If they start at the same time and stop when they meet again at point P, then the number of times they meet excluding the start and finish is \n" ); document.write( "
Algebra.Com's Answer #373037 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Say the distance around the track is \"K\" ft
\n" ); document.write( "The time for the faster rabbit is \"+K%2F11+\" sec
\n" ); document.write( "to go completely around.
\n" ); document.write( "In this amount of time, the slower rabbit has gone
\n" ); document.write( "\"+8%2A%28K%2F11%29+=+%288%2F11%29%2AK+\" ft
\n" ); document.write( "The slower rabbit has to go some whole multiple
\n" ); document.write( "of \"+K+\" in order to meet the faster rabbit
\n" ); document.write( "at the starting point
\n" ); document.write( "The 1st whole multiple of \"K\" is \"+11%2A%288%2F11%29%2AK+\"
\n" ); document.write( "where \"11\" is the number of times around
\n" ); document.write( "for the slower rabbit
\n" ); document.write( "----------------------
\n" ); document.write( "Excluding the start and finish, they meet
\n" ); document.write( "\"+11+-+2+=+9+\" times
\n" ); document.write( "Hope I got it
\n" ); document.write( "
\n" );