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 #821397 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
r = rate for first cyclist.
\n" ); document.write( "r + 3 = rate for second cyclist.
\n" ); document.write( "t = time = 2 hours for both cyclists.
\n" ); document.write( "d = distance for first cyclist.
\n" ); document.write( "90 - d = distance for second cyclisst.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "rate * time = distance formula for first cyclist is r * 2 = d.
\n" ); document.write( "rate * time = distance formula for second cyclist is (r + 3) * 2 = 90 - d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify the second equation to get:
\n" ); document.write( "(r + 3) * 2 = 90 - d becomes:
\n" ); document.write( "r * 2 + 6 = 90 - d
\n" ); document.write( "subtract 6 from both sides of the equation to get:
\n" ); document.write( "r * 2 = 84 - d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for d in both equations to get:
\n" ); document.write( "d = r * 2 for the first cyclist.
\n" ); document.write( "d = 84 - r * 2 for the second cyclist.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the first equaiton from the second to get:
\n" ); document.write( "0 = 84 - 2 * r * 2
\n" ); document.write( "simplify to get:
\n" ); document.write( "0 = 84 - 4 * r
\n" ); document.write( "add 4 * r to both sides of the equation to0 get:
\n" ); document.write( "4 * r = 84
\n" ); document.write( "soolve for r to get:
\n" ); document.write( "r = 21\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution will be:
\n" ); document.write( "the rate of the first cyclist is 21 kilometers per hour and the rate of the second cyclist is 24 kilometers per hour.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to confirm:
\n" ); document.write( "rate * time = distance for the first cyclist is 21 * 2 = 42.
\n" ); document.write( "rate * time = distance for the second cyclist is 24 * 2 = 48.
\n" ); document.write( "since they are traveling in opposite directions, then the distance between them will be 90 kilometers after 2 hours have elapsed.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );