document.write( "Question 338460: two runners start running laps at the same time, from the same starting position. george runs a lap in 50 seconds, sue runs a lap in 30 seconds. when will the runners next be side by side? \n" ); document.write( "
Algebra.Com's Answer #242597 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let s=speed, t=time, d=distance \n" ); document.write( "st=d \n" ); document.write( "sue's speed = 1/30 lap/sec, george's=1/50 \n" ); document.write( "the distance is in laps \n" ); document.write( "time is in secs. \n" ); document.write( "t=d/s The time of both of them will be equal when george is lapped. \n" ); document.write( "Let x=number of laps. \n" ); document.write( ". \n" ); document.write( "(x+1)/(1/30)=x/(1/50) \n" ); document.write( "(x+1)/50=x/30 \n" ); document.write( "3(x+1)=5x \n" ); document.write( "3x+3=5x \n" ); document.write( "2x=3 \n" ); document.write( "x=3/2 laps \n" ); document.write( "50 * 3/2 = 75 sec. Next time they will be side by side. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |