document.write( "Question 1005967: One car travels 378 miles in same amount of time it takes a second car traveling 7 miles per hour slower than the first to go 336 miles. What are the speeds of the cars? \n" ); document.write( "
Algebra.Com's Answer #622111 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the slower car's rate, r. \n" ); document.write( "The faster one is then r+7. \n" ); document.write( "Since the times are equal, ad time = distance / rate, we have \n" ); document.write( "378/(r+7) = 336/r \n" ); document.write( "Cross multiply and get \n" ); document.write( "378r = 336r + 2352 \n" ); document.write( "42r = 2352 \n" ); document.write( "r = 56 mph \n" ); document.write( "r+7 = 63 mph \n" ); document.write( " |