document.write( "Question 160912: This is a very simple formula but I can not make it work with this problem - D=RT
\n" );
document.write( "The word problem is from a handout on Polynomils
\n" );
document.write( "\"Jamie ran two laps around a track in 99s. How long did it take him to run each lap if he ran the first lap at 8.5m/s and the second at 8.0 m/s?\"\r
\n" );
document.write( "\n" );
document.write( "my break down
\n" );
document.write( "D1=R1T1 1 lap=8.5m/sT but I don't know how many miles my lap is?
\n" );
document.write( "d2=R2T2 1 lap=8.0m/sT
\n" );
document.write( "I am stuck - thank you \n" );
document.write( "
Algebra.Com's Answer #118595 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Jamie ran two laps around a track in 99s. \n" ); document.write( "distance = 2D; t= 99s ; rate = d/t = 2D/99 meters/second \n" ); document.write( "---------------------------------------- \n" ); document.write( "How long did it take him to run each lap if he ran the first lap at 8.5m/s and the second at 8.0 m/s?\" \n" ); document.write( "1st lap DATA: \n" ); document.write( "distance = D ; rate = 8.5 m/s; time = D/8.5 seconds \n" ); document.write( "---------- \n" ); document.write( "2ns lap DATA: \n" ); document.write( "distance = D ; rate = 8.0 m/s ; time = D/8 seconds \n" ); document.write( "---------------- \n" ); document.write( "EQUATION: \n" ); document.write( "time + time = 99 seconds \n" ); document.write( "D/8.5 + D/8 = 99 \n" ); document.write( "8D + 8.5D = 99*8.0*8.5 \n" ); document.write( "Using 8.0 and 8.5 because that is the least common multiply of the denominators. \n" ); document.write( "16.5D = 6732 \n" ); document.write( "D = 408 meters \n" ); document.write( "----------- \n" ); document.write( "Time for 1st lap: time = distance/rate = 408/8.5 = 48 seconds \n" ); document.write( "Time for 2nd lap: time = distance/rate = 408/8 = 51 seconds \n" ); document.write( "-------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |