document.write( "Question 1063306: two cyclists start at the same point and travel in opposite directions. one cyclists travels 6 km/h slower than the other. if the two cyclists are 192 km apart after 4 hours, what is the rate of each cyclist? \n" ); document.write( "
Algebra.Com's Answer #678374 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
one cyclist: 4x because he went for 4 hours at speed x
\n" ); document.write( "the other: 4(x-6) this fellow went 4 hours at x-6
\n" ); document.write( "------------------------
\n" ); document.write( "4x+4(x-6) = 192
\n" ); document.write( "4x+4x-24 = 192
\n" ); document.write( "8x = 216
\n" ); document.write( "x = 216/8 = 27 was the average speed of the fast one
\n" ); document.write( "27-6 = 21 was the average speed of the slower cyclist
\n" ); document.write( "
\n" );