document.write( "Question 1189896: Two cyclists start at the same point and travel in opposite directions.
\n" );
document.write( "One cyclist travels 3 km faster than the other.
\n" );
document.write( "If the two cyclists are 90 kilometers apart after 2 hours, what is the rate of each cyclist? \n" );
document.write( "
Algebra.Com's Answer #821395 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = speed of the slower cyclist \n" ); document.write( "x+3 = speed of the faster cyclist (since he or she travels 3 km/hr faster)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use this formula \n" ); document.write( "distance = rate*time \n" ); document.write( "often abbreviated as \n" ); document.write( "d = r*t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the slower cyclist, we have this equation \n" ); document.write( "d = r*t \n" ); document.write( "d = x*t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Meanwhile, the faster cyclist has this distance equation \n" ); document.write( "d = r*t \n" ); document.write( "d = (x+3)*t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So x*t and (x+3)*t represents how far the slower and faster cyclist traveled in that order.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since they start at the same point, and travel in opposite directions, this means adding the two said expressions will yield the total distance they are apart.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance between cyclists = x*t + (x+3)*t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set that equal to the desired 90 km, and also plug in t = 2 to represent 2 hours. Solve for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x*t + (x+3)*t = 90 \n" ); document.write( "x*2 + (x+3)*2 = 90 \n" ); document.write( "2x + 2x+6 = 90 \n" ); document.write( "4x+6 = 90 \n" ); document.write( "4x = 90-6 \n" ); document.write( "4x = 84 \n" ); document.write( "x = 84/4 \n" ); document.write( "x = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This x value leads to \n" ); document.write( "x+3 = 21+3 = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The slower cyclist travels at a speed of 21 km/hr \n" ); document.write( "After 2 hours, s/he travels x*t = 21*2 = 42 km\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The faster cyclist travels at a speed of 24 km/hr \n" ); document.write( "After 2 hours, s/he travels (x+3)*t = 24*2 = 48 km \n" ); document.write( "The sum of their distances is 42+48 = 90 km \n" ); document.write( "This confirms our answers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "Slower cyclist speed = 21 km/hr \n" ); document.write( "Faster cyclist speed = 24 km/hr \n" ); document.write( " \n" ); document.write( " |