document.write( "Question 729535:  HOW MUCH TIME IS REQUIRED FOR A BIKE TO TRAVEL A DISTANCE OF 100 AT AN AVERAGE SPEED OF 2M/S
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #446005 by mananth(16946)     You can put this solution on YOUR website! 100 km or 100m\r \n" ); document.write( "\n" ); document.write( "if it is 100 m \n" ); document.write( "100/2 = 50 seconds\r \n" ); document.write( "\n" ); document.write( "if it is 100 km \n" ); document.write( "100*1000 \n" ); document.write( "100000/2= 50000 seconds\r \n" ); document.write( "\n" ); document.write( "50000/3600 = 13.9 hours \n" ); document.write( " |