document.write( "Question 154346: Two cars started from the same point and traveled on a straiht course in opposite directions for exactly 2 hours, at which time they were 208 miles apart. If one car traveled, on average, 8 miles per hour faster than the other car, what was the average speed for each car for the 2-hour trip?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113649 by Alan3354(69443) You can put this solution on YOUR website! Two cars started from the same point and traveled on a straiht course in opposite directions for exactly 2 hours, at which time they were 208 miles apart. If one car traveled, on average, 8 miles per hour faster than the other car, what was the average speed for each car for the 2-hour trip? \n" ); document.write( "------------- \n" ); document.write( "Going in opposite directions, their speeds are added. One car is moving at S mph, the other is S + 8 \n" ); document.write( "So S + (S + 8) times 2 = 208 \n" ); document.write( "2*(2S + 8) = 208 \n" ); document.write( "4S + 16 = 208 \n" ); document.write( "4S = 192 \n" ); document.write( "S = 48 mph \n" ); document.write( "The faster car moves at 48+8 = 56 mph. \n" ); document.write( " |