document.write( "Question 753721: Two cyclists start at the same point and travel in opposite directions. One travels
\n" );
document.write( "5 mph faster than the other. In 6 hours they are 594 miles apart. Find how fast each is traveling. \n" );
document.write( "
Algebra.Com's Answer #458553 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two cyclists start at the same point and travel in opposite directions. \n" ); document.write( "One travels 5 mph faster than the other. \n" ); document.write( "In 6 hours they are 594 miles apart. \n" ); document.write( "Find how fast each is traveling. \n" ); document.write( "----------------------------- \n" ); document.write( "slower cyclist DATA: rate = x mph ; time = 6 hrs ; distance = rt= 6x miles \n" ); document.write( "------ \n" ); document.write( "faster cyclist DATA: rate = x+5 mph ; time = 6 hrs ; distance 6(x+5) miles \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "6x + 6x+30 = 594 \n" ); document.write( "12x = 564 \n" ); document.write( "x = 47 mph (slower cyclist rate) \n" ); document.write( "x+5 = 52 mph (faster cyclist rate) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " \n" ); document.write( " |