document.write( "Question 1012992: Two trucks are traveling in the same direction, one going twice as fast as the other. At the end of 6 hours they are 204 miles apart. How fast is each travelling? \n" ); document.write( "
Algebra.Com's Answer #629135 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
speed of slower=x; distance in 6 hours is 6x
\n" ); document.write( "speed of larger=2x; distance in 6 hours is 12x
\n" ); document.write( "12x-6x=204 miles
\n" ); document.write( "6x=204
\n" ); document.write( "x=34 mph slower, 204 miles in 6 hours.
\n" ); document.write( "2x=68 mph, faster, 408 miles in 6 hours, and difference is 204 miles
\n" ); document.write( "
\n" ); document.write( "
\n" );