document.write( "Question 166795: two cyclists start from the same point and ride on opposite directions/ One cyclist rides twice as fast as the other. On three hours they are 90 km apart. What is the rate of each cyclist? \n" ); document.write( "
Algebra.Com's Answer #122901 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! distance = rate*time \n" ); document.write( "lets call one cyclist d1=r1(t1) \n" ); document.write( "and the other cyclist d2=r2(t2) \n" ); document.write( "t1=t2=3hours \n" ); document.write( "d2=90-d1 \n" ); document.write( "r1=2(r2)---->r1/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so d1=r1(3) \n" ); document.write( "and 90-d1=r2(3)\r \n" ); document.write( "\n" ); document.write( "substitute value of d1 into 2nd equation and remember r2=r1/2\r \n" ); document.write( "\n" ); document.write( "90-(3(r1))=((r1)/2)(3)---->90-3(r1)=3/2(r1)----->180-6(r1)=3(r1)--->9(r1)=180\r \n" ); document.write( "\n" ); document.write( "r1=20kmph \n" ); document.write( "r2=10kmph \n" ); document.write( " |