document.write( "Question 349131: Two cars leave a city and head in the same direction. After 7 hours, the faster car is 42 miles ahead of the slower car. The slower car has traveled 287 miles. Find the speeds of the two cars. \n" ); document.write( "
Algebra.Com's Answer #249578 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Two cars leave a city and head in the same direction. After 7 hours, the faster car is 42 miles ahead of the slower car. The slower car has traveled 287 miles. Find the speeds of the two cars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "D distance = R rate * T time \n" ); document.write( "287 miles + 42 miles = 329 miles \n" ); document.write( "let R1 = speed of faster car \n" ); document.write( "329 miles = R1 * 7 hours \n" ); document.write( "329/7 = R1 \n" ); document.write( "47 mph = R1 = speed faster car \n" ); document.write( "let R2 = speed of slower car \n" ); document.write( "287 miles = R2 * 7 hours \n" ); document.write( "287/7 = R2 \n" ); document.write( "41 mph = R2 = speed slower car\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |