document.write( "Question 375190: Jan can run 7.5 meters per second, Mary at 8.0 meters per second. On a race track Jan is given a 25 meter head start, the race ends in a tie. How long is the track? \n" ); document.write( "
Algebra.Com's Answer #266808 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Jan can run 7.5 meters per second, Mary at 8.0 meters per second. On a race track Jan is given a 25 meter head start, the race ends in a tie. How long is the track? \n" ); document.write( "Jan 7.5 m/s \n" ); document.write( "Mary 8m/s \n" ); document.write( ".. \n" ); document.write( "let the track distance = x \n" ); document.write( "Jan gets 25 m head start \n" ); document.write( ".. \n" ); document.write( "Time taken is the same \n" ); document.write( ".. \n" ); document.write( "time = d/r \n" ); document.write( "(x-25)/7.5 = x/8 \n" ); document.write( "(x-25)*8=7.5x \n" ); document.write( "8x-200=7.5x \n" ); document.write( "8x-7.5x=200 \n" ); document.write( "0.5x=200 \n" ); document.write( "x=200/0.5 \n" ); document.write( "x=400 meters the track length \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |