document.write( "Question 1034037: Two cars traveled equal distances in different amounts of time. Car A traveled the distance in 2.4 h and Car B traveled the distance in 4 h Car A traveled 22 mph faster than Car B How fast did Car A travel? \n" ); document.write( "
Algebra.Com's Answer #648629 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the rate of car B, r. \n" ); document.write( "Then the rate of car A is r+22. \n" ); document.write( "Since d = rt, we can use this equation: \n" ); document.write( "4r = 2.4(r+22) \n" ); document.write( "Now solve for r... \n" ); document.write( "4r = 2.4r + 52.8 \n" ); document.write( "1.6r = 52.8 \n" ); document.write( "r = 33 mph so that \n" ); document.write( "r+22 = 55 mph (car A) \n" ); document.write( " |