document.write( "Question 1025764: A turtle and a rabbit are in a race to
\n" ); document.write( "see who is first to reach a point
\n" ); document.write( "100 feet away. The turtle travels at
\n" ); document.write( "a constant speed of 20 ft./m for the
\n" ); document.write( "entire 100 feet. The rabbit travels
\n" ); document.write( "at a constant speed of
\n" ); document.write( "40 Feet / minute for the first
\n" ); document.write( "50 feet, stops for three minutes,
\n" ); document.write( "then continues at a constant
\n" ); document.write( "speed of 40 feet / minute for the
\n" ); document.write( "last 50 feet. Determine which
\n" ); document.write( "animal won the race and by how
\n" ); document.write( "much time.
\n" ); document.write( "

Algebra.Com's Answer #641069 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
100/20 = 5 is the speed of the turtle
\n" ); document.write( "100/40 = 2.5+3 = 5.5 is the time it took the rabbit.
\n" ); document.write( "
\n" );