document.write( "Question 1041720: Using Distance + Rate * Time. Two trucks leave warehouses that are 540 miles apart traveling toward one another. They meet 4 hours late. The first truck was traveling 15 mph slower than the second truck. How fast was each truck traveling? \n" ); document.write( "
Algebra.Com's Answer #656657 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The total distance is 540 miles \n" ); document.write( "speed of first truck is x mph and he drives 4 hours so distance is 4x miles \n" ); document.write( "speed of second truck is (x+15) mph, and he drives 4 hours, so distance is 4x+60 miles. Note, first truck is driving slower than the second truck; one could use (x-15) for first truck and x for the second.\r \n" ); document.write( "\n" ); document.write( "4x+4x+60=540 \n" ); document.write( "8x+60=540 \n" ); document.write( "subtract 60 from both sides \n" ); document.write( "8x=480 \n" ); document.write( "divide both sides by 8 \n" ); document.write( "x=60 mph, first truck \n" ); document.write( "(x+15)=75 mph, second truck \n" ); document.write( "In 4 hours, the first truck travels 60*4=240 miles \n" ); document.write( "the second truck travels 75*4=300 miles \n" ); document.write( "That is 540 miles \n" ); document.write( " |