document.write( "Question 920153: an animal can run 2 feet per second. at this rate how long will it take the animal to travel 1 mile
\n" );
document.write( "in seconds
\n" );
document.write( "in minutes \n" );
document.write( "
Algebra.Com's Answer #558197 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! an animal can run 2 feet per second. at this rate how long will it take the animal to travel 1 mile \n" ); document.write( "---------- \n" ); document.write( "1 mile = 5280 feet \n" ); document.write( "--- \n" ); document.write( "in seconds \n" ); document.write( "d = r*t \n" ); document.write( "t = d/r \n" ); document.write( "--------- \n" ); document.write( "in minutes \n" ); document.write( "1 min = 60 seconds \n" ); document.write( " |