document.write( "Question 959983: A turtle and a rabbit are in a race to see who is first to reach a point 100 feet away. The turtle travels at a constant speed of 20 feet per minute for the entire 100 feet. The rabbit travels at a constant speed of 40 feet per minute for 50 feet, stops for 3 minutes, and then continues at a constant speed of 40 feet per minute for the last 50 feet. Determine which animal won the race and by how much time. \n" ); document.write( "
Algebra.Com's Answer #586724 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A turtle and a rabbit are in a race to see who is first to reach a point 100 feet away. \n" ); document.write( " The turtle travels at a constant speed of 20 feet per minute for the entire 100 feet. \n" ); document.write( " The rabbit travels at a constant speed of 40 feet per minute for 50 feet, stops for 3 minutes, and then continues at a constant speed of 40 feet per minute for the last 50 feet. \n" ); document.write( " Determine which animal won the race and by how much time. \n" ); document.write( ": \n" ); document.write( "time = dist/speed \n" ); document.write( ": \n" ); document.write( "Find the time it takes turtle to cover 100ft \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Find the time (t) for the rabbit to cover 100ft \n" ); document.write( "t = \n" ); document.write( "t = 1.25 + 3 + 1.25 \n" ); document.write( "t = 5.5 min \n" ); document.write( ": \n" ); document.write( "I'll let your figure out who won \n" ); document.write( " |