document.write( "Question 1168737: Two cyclists start at the same point and travel in opposite directions. One cyclist travels 8 mph slower than the other. If the two cyclists are 136 miles apart after 4 hours, what is the rate of each cyclist?
\n" );
document.write( "What is the rate of the slower cyclist?
\n" );
document.write( "What is the rate of the faster cyclist? \n" );
document.write( "
Algebra.Com's Answer #793346 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Their combined speed apart is 136/4 =34 mph \n" ); document.write( "x and x+8 are the speeds \n" ); document.write( "2x+8=34 \n" ); document.write( "2x=26 \n" ); document.write( "x=13 mph slower cyclist \n" ); document.write( "x+8=21 mph faster cyclist \n" ); document.write( "in 4 hours, they go 52 and 84 miles respectively. \n" ); document.write( " |