document.write( "Question 1005925: Two cars leave a city and head in the same direction.
\n" );
document.write( "After 3 hours, the faster car is 18 miles ahead of the
\n" );
document.write( "slower car. The slower car has traveled 150 miles. Find
\n" );
document.write( "the speeds of the two cars. \n" );
document.write( "
Algebra.Com's Answer #622060 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If in three hours the faster car is 18 miles ahead, then it reasons that it goes 6 miles per hour faster (6*3 = 18 miles). \n" ); document.write( "The slower car travels 150 miles in 3 hours, so its speed is \n" ); document.write( "r = d/t = 150 miles / 3 hours = 50 miles per hour \n" ); document.write( "The faster car is then traveling at 56 miles per hour. \n" ); document.write( " |