document.write( "Question 459622: A car passes a landmark on a highway traveling at a constant rate of kilometers per hour. Half an hour later, a second car passes the same landmark traveling in the same direction at kilometers per hour. How much time after the second car passes the landmark will it overtake the first car? \n" ); document.write( "
Algebra.Com's Answer #315164 by mananth(16946)![]() ![]() You can put this solution on YOUR website! First car speed = x kmph \n" ); document.write( "Second car speed = y kmph \n" ); document.write( ".. \n" ); document.write( "second car passes the lad mark 1/2 hour later. \n" ); document.write( "So in Half hour Car A has passes = x/2 km \n" ); document.write( ".. \n" ); document.write( "They are travelling in same direction \n" ); document.write( "so catch up speed = y-x kmph \n" ); document.write( ".. \n" ); document.write( "Catch up distance = x/2 km \n" ); document.write( ",... \n" ); document.write( "Catch up time = (x/2) / (y-x) hours \n" ); document.write( "=x/(2(y-x)hours \n" ); document.write( " |