document.write( "Question 661357: Two runners leave the starting line at the same time.The first runner crosses the finish line in 15 minutes and averages 16 kilometers per hour. The second runner crossed the finish line 5 minutes after the first runner. Find the second runner's speed. \r
\n" );
document.write( "\n" );
document.write( "I tried to divide 16 into 15 but don't understand it. The answer I got was not any of the choices. Thank you! \n" );
document.write( "
Algebra.Com's Answer #411587 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Two runners leave the starting line at the same time. \n" ); document.write( "The first runner crosses the finish line in 15 minutes and averages 16 kilometers per hour. \n" ); document.write( "The second runner crossed the finish line 5 minutes after the first runner. \n" ); document.write( "Find the second runner's speed. \n" ); document.write( ": \n" ); document.write( "First find the distance of the race from the 1st runners time and distance \n" ); document.write( "He finished the race in 15 min which is 1/4 hr, \n" ); document.write( "dist = speed * time \n" ); document.write( "dist = 16 * 1/4 \n" ); document.write( "dist = 4 km: \n" ); document.write( ": \n" ); document.write( "With this information we can find the 2nd runners speed (s = dist/time) \n" ); document.write( "The 2nd runner took 5 min longer than the 1st runner or 20 min which is 1/3 hr \n" ); document.write( ": \n" ); document.write( "s = 4/(1/3) \n" ); document.write( "s = 4 * 3 \n" ); document.write( "s = 12 km/hr is the 2nd runners speed \n" ); document.write( ": \n" ); document.write( "Did this make sense to you now? C \n" ); document.write( " |