document.write( "Question 888813: Two persons are to run a race, but one can run 11 meters per second, whereas the other can run 5 meters per second. If the slower runner has a 87-meter head start, how long will it be before the faster runner catches the slower runner, if they begin at the same time? \n" ); document.write( "
Algebra.Com's Answer #537709 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Two persons are to run a race, but one can run 11 meters per second, whereas the other can run 5 meters per second. If the slower runner has a 87-meter head start, how long will it be before the faster runner catches the slower runner, if they begin at the same time? \n" ); document.write( "*** \n" ); document.write( "let x=distance slower runner traveled \n" ); document.write( "x+87=distance faster runner traveled \n" ); document.write( "travel time=distance/speed (same for both runners) \n" ); document.write( ".. \n" ); document.write( "x/5=(x+87)/11 \n" ); document.write( "11x=5(x+87) \n" ); document.write( "11x=5x+535 \n" ); document.write( "6x=435 \n" ); document.write( "x=72.5 \n" ); document.write( "travel time= 72.5/5=(72.5+87)/11=14.5 \n" ); document.write( "how long will it be before the faster runner catches the slower runner? 14.5 sec \n" ); document.write( " |