document.write( "Question 1111973: Two cyclists leave towns 240 km apart at the same time and travel toward each other. One cyclist travels 4km/h faster than the other. If they meet in 5 hours, what is the rate of each cyclist?\r
\n" );
document.write( "\n" );
document.write( "Rate of fast cyclist:_____
\n" );
document.write( "Rate of slow cyclist:_____ \n" );
document.write( "
Algebra.Com's Answer #726975 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Two cyclists leave towns 240 km apart at the same time and travel toward each other. One cyclist travels 4km/h faster than the other. If they meet in 5 hours, what is the rate of each cyclist?\r \n" ); document.write( "\n" ); document.write( "Distance = 240 km \n" ); document.write( "slow cyclist speed = x \n" ); document.write( "fast cyclist speed = (x+4) \n" ); document.write( "travel toward each\r \n" ); document.write( "\n" ); document.write( "add up speed \n" ); document.write( "= x+x+4 -> 2x+4\r \n" ); document.write( "\n" ); document.write( "t= d/s\r \n" ); document.write( "\n" ); document.write( "5 =240/(2x+4) \n" ); document.write( "5(2x+4)=240 \n" ); document.write( "10x+20 =240 \n" ); document.write( "10x=220 \n" ); document.write( "x=22\r \n" ); document.write( "\n" ); document.write( "Rate of fast cyclist:26 km/h \n" ); document.write( "Rate of slow cyclist:22 km/h \n" ); document.write( " |