document.write( "Question 908622: two cyclists jumping at six two points , 306km away from each other and ride together. one traveling at 25km / h and the other at 26km / h . calculated using an equation to set the time they will meet each other \n" ); document.write( "
Algebra.Com's Answer #551207 by richwmiller(17219) You can put this solution on YOUR website! I will ignore the first sentence which makes no sense. \n" ); document.write( "d=r*t+R*t \n" ); document.write( "306=25*t+26*t \n" ); document.write( "306=51*t \n" ); document.write( "t=6 hours \n" ); document.write( "d=R*t \n" ); document.write( "d=26*6 \n" ); document.write( "d=156 miles at 26 kph \n" ); document.write( "d=r*t \n" ); document.write( "d=25*6 \n" ); document.write( "d=150 miles at 25 kph \n" ); document.write( " \n" ); document.write( " |