document.write( "Question 240529: The capacities of two trucks are 3 tons and 4 tons respectively. If the smaller truck makes 18 more trips than the larger, it can deliver 12 more tons of freight than the larger. How many trips does each truck make?\r
\n" );
document.write( "\n" );
document.write( "Let x represent the number of trips that the larger truck makes. Which of the following equations could be used to solve the problem?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #176361 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The capacities of two trucks are 3 tons and 4 tons respectively. \n" ); document.write( " If the smaller truck makes 18 more trips than the larger, it can deliver 12 more tons of freight than the larger. \n" ); document.write( " How many trips does each truck make? \n" ); document.write( "Let x represent the number of trips that the larger truck makes. \n" ); document.write( " : \n" ); document.write( "x = no. of trips of the larger truck \n" ); document.write( "then \n" ); document.write( "(x+18) = no. of trips the smaller truck \n" ); document.write( ": \n" ); document.write( "Small truck tonnage - large truck tonnage = 12 tons \n" ); document.write( "3(x+18) - 4x = 12 \n" ); document.write( "3x + 54 - 4x = 12 \n" ); document.write( "3x - 4x = 12 - 54 \n" ); document.write( "-x = -42 \n" ); document.write( "x = 42 trips by the large truck \n" ); document.write( "then \n" ); document.write( "42 + 18 = 60 trips by the small truck \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "3(60) - 4(42) = \n" ); document.write( "180 - 168 = 12 \n" ); document.write( " |