document.write( "Question 214383: Use the formula distance=rate X time and systems of linear equations to solve the following:\r
\n" );
document.write( "\n" );
document.write( "Two cars leave Pittsburgh at the same time, one traveling north and the other south. After 3 hours they are 297 miles apart. If one car is traveling 5 mph faster than the other, what is the speed of each? \n" );
document.write( "
Algebra.Com's Answer #161932 by Alan3354(69443) You can put this solution on YOUR website! Two cars leave Pittsburgh at the same time, one traveling north and the other south. After 3 hours they are 297 miles apart. If one car is traveling 5 mph faster than the other, what is the speed of each? \n" ); document.write( "----------------- \n" ); document.write( "Going in opposite directions their speeds are added. \n" ); document.write( "The sum of the speeds is 297/3 = 99 mph \n" ); document.write( "r + (r+5) = 99 \n" ); document.write( "2r = 94 \n" ); document.write( "r = 47 = speed of one car \n" ); document.write( "52 mph = speed of other car \n" ); document.write( " |