document.write( "Question 1070458: Two cyclists leave a city at the same time, one going east and the other going west. The west bound cyclist bikes at 18 mph faster than the east bound cyclist. After 5 hours they are 180 miles apart. How fast is each cyclist riding? \n" ); document.write( "
Algebra.Com's Answer #685553 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 5x+5x+18 = 180 \n" ); document.write( "10x = 162 \n" ); document.write( "x = 16.2 this is the speed of the slower cyclist \n" ); document.write( "x+18 = 16.2+18 = 34.2 is the speed of the faster cyclist \n" ); document.write( " |