document.write( "Question 1039182: A jogger who can run a 10-minute mile starts a half-mile ahead of a jogger who can run an 8-minute mile. How long will it take the faster jogger to catch the slower jogger? \n" ); document.write( "
Algebra.Com's Answer #653920 by jorel555(1290) ![]() You can put this solution on YOUR website! The first jogger runs 1/10th a mile per minute; the second one does 1/8th. With a 5/10ths mile head start, or 5 minutes. So: \n" ); document.write( "n/10+5=n/8 \n" ); document.write( "4n+200=5n \n" ); document.write( "n=200 minutes before the faster jogger catches up!!!!!! \n" ); document.write( " |