document.write( "Question 845008: One car travels 330 miles in the same amount of time it takes a second car traveling 4 miles per hour slower than the first to go 306 miles. What are the speeds of the cars? \n" ); document.write( "
Algebra.Com's Answer #509066 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a*t=330, \n" ); document.write( "(a-4)*t=306 \n" ); document.write( "a = 55, t = 6 \n" ); document.write( " |