document.write( "Question 1106847: The capacities of two trucks are 3 tons and 4 tons. If the larger truck makes 3 more trips than the smaller, its total haul is 20 more tons than the smaller one. How many trips does each truck make? \n" ); document.write( "
Algebra.Com's Answer #721829 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 4( x +3) = 3x + 20 \n" ); document.write( "4x + 12 = 3x + 20 \n" ); document.write( "x = 8 the small truck makes 8 trips and the large truck 8+3=11 \n" ); document.write( "-------------------------------------- \n" ); document.write( "Check: \n" ); document.write( "4 tons * (8 + 3) = 4 * 11 = 44 \n" ); document.write( "(3 tons * 8) + 20 = 24 + 20 = 44 \n" ); document.write( "The answer is correct. \n" ); document.write( " |