document.write( "Question 688016: The rabbit and the turtle start by standing back to back. The turtle crawls 5 feet per minute to the left. The rabbit runs 62 feet per minute to the right. How long will it take then to be 3216 feet apart? \n" ); document.write( "
Algebra.Com's Answer #425474 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The rabbit and the turtle start by standing back to back. The turtle crawls 5 feet per minute to the left. The rabbit runs 62 feet per minute to the right. How long will it take then to be 3216 feet apart? \n" ); document.write( "** \n" ); document.write( "let x=distance rabbit traveled \n" ); document.write( "3216-x=distance turtle traveled \n" ); document.write( "travel time=distance/speed (same for both rabbit and turtle) \n" ); document.write( "x/62=(3216-x)/5 \n" ); document.write( "5x=62(3216-x)=199392-62x \n" ); document.write( "67x=199392 \n" ); document.write( "x=2976 \n" ); document.write( "2976/62=48 \n" ); document.write( "How long will it take then to be 3216 feet apart? 48 min \n" ); document.write( " \n" ); document.write( " |