document.write( "Question 847872: A car is traveling on the freeway at 65 mph. A second car is two miles ahead, traveling in the same direction, at 60 mph. How far will the cars travel before the car traveling 65 mph will catch up to the car traveling 60 mph? \n" ); document.write( "
Algebra.Com's Answer #510722 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A car is traveling on the freeway at 65 mph. A second car is two miles ahead, traveling in the same direction, at 60 mph. How far will the cars travel before the car traveling 65 mph will catch up to the car traveling 60 mph? \n" ); document.write( "*** \n" ); document.write( "let x=distance 1st car traveled \n" ); document.write( "x-2=distance 2nd car traveled \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "60x=65x-130 \n" ); document.write( "5x=130 \n" ); document.write( "x=26 \n" ); document.write( "x-2=24 \n" ); document.write( "distance 1st car traveled=26 miles \n" ); document.write( "distance 2nd car traveled=24 miles \n" ); document.write( " |