document.write( "Question 1033670: A cyclist traveled 9 kilometers per hour faster than an in-line skater. In the time it took the cyclist to travel 45 kilometers, the skater had gone 30 kilometers. Find the speed of the skater. \n" ); document.write( "
Algebra.Com's Answer #648328 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let x=speed of skater, in kilometers per hour; \n" ); document.write( "x+9=speed of the cyclist; thus: \n" ); document.write( "45/(x+9)=30/(x) \n" ); document.write( "45x=30x+270 \n" ); document.write( "15x=270 \n" ); document.write( "x=18 \n" ); document.write( "x+9=27.\r \n" ); document.write( "\n" ); document.write( "Let's check: \n" ); document.write( "45/27=1.6666666 \n" ); document.write( "30/18=1.6666666 !!!!!!!! \n" ); document.write( " |