document.write( "Question 845035: One car travels 250 miles in the same amount of time it takes a second car traveling 3 miles per hour slower than the first to go 235 miles. What are the speeds of the cars? \n" ); document.write( "
Algebra.Com's Answer #509113 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r*t=250, \n" ); document.write( "(r-3)*t=235 \n" ); document.write( "t = 5 \n" ); document.write( "r = 50 mph \n" ); document.write( "r-3 =47 mph \n" ); document.write( " \n" ); document.write( " |