document.write( "Question 996662: I ran two laps around a track in 99 seconds. how long did it take me to run each lap if I ran the first lap at 8.5m/s and the second lap at 8.0 m/s?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #615022 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I ran two laps around a track in 99 seconds. how long did it take me to run each lap if I ran the first lap at 8.5m/s and the second lap at 8.0 m/s? \n" ); document.write( "let x=travel time of 1st lap \n" ); document.write( "99-x=travel time of 2nd lap \n" ); document.write( "distance=travel time*speed (same for both laps) \n" ); document.write( "8.5x=8(99-x) \n" ); document.write( "8.5x=792-8x \n" ); document.write( "16.5x=792 \n" ); document.write( "x=48 \n" ); document.write( "99-x=51 \n" ); document.write( " run time of 1st lap=48 sec \n" ); document.write( "run time of 2nd lap=51 sec \n" ); document.write( " |