document.write( "Question 337035: Two cars traveling in the same direction leave the same point at the same time. Car 1 is going 65 km/h and Car 2 is going 55 km/h. How far must Car 1 travel before it has a 15 min. lead on Car 2. \n" ); document.write( "
Algebra.Com's Answer #241557 by mananth(16946)![]() ![]() You can put this solution on YOUR website! since the cars are travelling in same direction Car 1 gains 10 km every hour. \n" ); document.write( "in 1/4 hour it will gain 10/(1/4)= 2.5 km. \n" ); document.write( ".. \n" ); document.write( "Let car 1 travel x km at speed of 65 km/h \n" ); document.write( "car2 will travel x-2.5 km in the same time \n" ); document.write( ".. \n" ); document.write( "time = distance /speed \n" ); document.write( ".. \n" ); document.write( "x/65 = (x-2.5)/55 \n" ); document.write( "55x=65(x-2.5) \n" ); document.write( "55x=65x-162.5 \n" ); document.write( "add -65x \n" ); document.write( "55x-65x=65x-65x-162.5 \n" ); document.write( "-10x=-162.5 \n" ); document.write( "divide by -10 \n" ); document.write( "x= -162.5/-10 \n" ); document.write( "x=16.25 km. the distance car 1 has to travel to be 15 minutes ahead. \n" ); document.write( " \n" ); document.write( " |