document.write( "Question 266450: A truck travels for 4 hours at an average speed of 42 miles per hour. How much longer must the truck travel at an average speed of 55 miles per hour so that the average speed for the total trip is 50 miles per hour. \n" ); document.write( "
Algebra.Com's Answer #195765 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
This is an RTD problem. We can create the following table based on given information.
\n" ); document.write( "truck . . . . . .rate . . . . . .time . . . . . distance
\n" ); document.write( "truck . . . . . . 42 . . . . . . . .4 . . . . . . . .168
\n" ); document.write( "truck . . . . . . 55 . . . . . . . .x . . . . . . . .55x
\n" ); document.write( "totals. . . . . . 50. . . . . . . .4+x. . . . . . . 200 + 50x
\n" ); document.write( "looking at column three we get
\n" ); document.write( "168 + 55x = 200 + 50x
\n" ); document.write( "subtract 168 to get
\n" ); document.write( "55x = 32 + 50x
\n" ); document.write( "subtract 50x to get
\n" ); document.write( "5x = 32
\n" ); document.write( "divide to get
\n" ); document.write( "x = 6.4
\n" ); document.write( "
\n" );