document.write( "Question 961097: 1. A tennis ball travels at 40 m/s. How far will it travel in 1 and a half seconds?
\n" );
document.write( "2. An athlete runs at a constant speed of 8 m/s. How long will it take the athlete to run 400m?
\n" );
document.write( "3. A middle distance runner runs at an average speed of 6 m/s. How long will it take him to run 1500m, give your answer in seconds. Convert your answer to minutes. \n" );
document.write( "
Algebra.Com's Answer #587379 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1. A tennis ball travels at 40 m/s. How far will it travel in 1 and a half seconds? \n" ); document.write( "d = r*t \n" ); document.write( "------------------- \n" ); document.write( "2. An athlete runs at a constant speed of 8 m/s. How long will it take the athlete to run 400m? \n" ); document.write( "d = r*t \n" ); document.write( "t = d/r \n" ); document.write( "--------------- \n" ); document.write( "3. A middle distance runner runs at an average speed of 6 m/s. How long will it take him to run 1500m, give your answer in seconds. Convert your answer to minutes. \n" ); document.write( "d = r*t \n" ); document.write( "t = d/r \n" ); document.write( " |