document.write( "Question 872867: Two cyclists leave town at the same time, on the same road, going in the same direction. Cyclist A is going 6 miles per hour faster than cyclist B. After 8 hours, cyclist A has travelled 3 times the distance as cyclist B. How fast.is cyclist B travelling? \n" ); document.write( "
Algebra.Com's Answer #526497 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let B's speed = x \n" ); document.write( "A's speed = x+6\r \n" ); document.write( "\n" ); document.write( "distance B travels in 8 hours 8x \n" ); document.write( "distance of A = 8(x+6)\r \n" ); document.write( "\n" ); document.write( "8(x+6) = 3*8x\r \n" ); document.write( "\n" ); document.write( "8x+48 =24x \n" ); document.write( "16x=48 \n" ); document.write( "x= 3 \r \n" ); document.write( "\n" ); document.write( "B's speed = 3 mph \n" ); document.write( "A's speed = 9 mph \n" ); document.write( " |