document.write( "Question 795930: two cars pass each other traveling in opposite directions. One car is going 2.5 times as fast as the other car. At the end of 3.5 hours they are 490 apart find each cars rate. I need some direction on this please. Thank you \n" ); document.write( "
Algebra.Com's Answer #481236 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! two cars pass each other traveling in opposite directions. \n" ); document.write( " One car is going 2.5 times as fast as the other car. \n" ); document.write( " At the end of 3.5 hours they are 490 apart find each cars rate. \n" ); document.write( ": \n" ); document.write( "let s = speed of the slower car \n" ); document.write( "then \n" ); document.write( "2.5s = the speed of the faster \n" ); document.write( ": \n" ); document.write( "The relative speed is additive, \n" ); document.write( "Write a distance equation, dist = time * speed \n" ); document.write( "3.5(s + 2.5s) = 490 \n" ); document.write( "3.5s + 8.75s = 490 \n" ); document.write( "12.25s = 490 \n" ); document.write( "s = 490/12.25 \n" ); document.write( "s = 40 mph is the speed of the slower car \n" ); document.write( "then \n" ); document.write( "2.5(40) = 100 mph is the speed of the faster \n" ); document.write( " |