document.write( "Question 1007435: A cyclist leaves town a heading east at the same time another cyclist leaves town B ,60 kilometers away heading west on the same highway the east bound cyclist can average 25 kph the other cyclist can average only 15 kph the cyclist ride until they meet how long does it take?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #629352 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The distance between them is 60 km. \n" ); document.write( "The rate at which these cyclists close that distance is 15+25 = 40 kph. \n" ); document.write( "Of course, distance is rate times time, or d=rt. \n" ); document.write( "Then t = d/r = 60/40 = 1.5 hours. \n" ); document.write( " |