document.write( "Question 473398: two persons are to run a race,but one can run 10 meters per second, whereas the other can run 6 meters per second. if the slower runner has a 70-meter head start, how long will it be before the faster runner if they began at the same time?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #324663 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! Distance = rate*time \n" ); document.write( "d= r*t \n" ); document.write( "Goal is to find time it takes for faster runner to catch up with slower runner. At this time the faster runner will have traveled 70 more meters than slower runner. \n" ); document.write( "Let d1 be faster runner and d2 be slower runner. \n" ); document.write( "d1 = d2 + 70 \n" ); document.write( "d1 = 10t \n" ); document.write( "d2 = 6t \n" ); document.write( "Substitute these into 1st equation and solve for t: \n" ); document.write( "10t = 6t + 70 \n" ); document.write( "Subtract 10t on both sides \n" ); document.write( "4t = 70 \n" ); document.write( "Divide by 4 on both sides \n" ); document.write( "t = 17.5 \n" ); document.write( "Therefore, it will take 17.5 seconds for faster runner to catch up \n" ); document.write( " \n" ); document.write( " |