document.write( "Question 228135: A car leaves a city and travels east at 50 mph. Two hours later another car traveling at 90 mph leaves the same city in pursuit of the first car.
\n" );
document.write( "How many miles from the city will the second car overtake the first?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #169411 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! D=RT \n" ); document.write( "D=50*T \n" ); document.write( "D=90(T-2) \n" ); document.write( "SET THE 2 DISTANCES EQUAL & SOLVE FOR T \n" ); document.write( "50T=90(T-2) \n" ); document.write( "50T=90T-180 \n" ); document.write( "50T-90T=-180 \n" ); document.write( "-40T=-180 \n" ); document.write( "T=-180/-40 \n" ); document.write( "T=4.5 HOURS AFTER THE FIRST CAR LEAVE THE SECOND CAR WILL OVERTAKE IT. \n" ); document.write( "PROOF: \n" ); document.write( "50*4.5=90(4.5-2) \n" ); document.write( "225=90*2.5 \n" ); document.write( "225=225 \n" ); document.write( " |