document.write( "Question 129517:  The total time for a two-member team in a 5130-meter relay race is 16 minutes. The first runner on the team averages 300 meters per minute and the second runner averages 360 meters per minute. How many minutes did the first runnuer keep the baton before passing it to the second runner? Use the following verbal model to help answer the question.\r
\n" );
document.write( "\n" );
document.write( "TIME FO 1ST RUNNER + TIME FOR 2ND RUNNER = TOTAL TIME\r
\n" );
document.write( "\n" );
document.write( "DISTANCE FOR 1ST RUNNER + DISTANCE FOR 2ND RUNNER= TOTAL DISTANCE \n" );
document.write( "
| Algebra.Com's Answer #94918 by scott8148(6628)     You can put this solution on YOUR website! let x=\"time for 1st runner\", so 16-x=\"time for 2nd runner\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rate times time equals distance\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(300)+(16-x)(360)=5130 __ 300x+5760-360x=5130 __ -60x=-630 \n" ); document.write( " |