document.write( "Question 640495: A company uses two different sized trucks to deliver sand.
\n" ); document.write( "The first truck can transport x cubic yards.
\n" ); document.write( "The second truck can transport y cubic yards.
\n" ); document.write( "The first truck makes S trips to a job site.
\n" ); document.write( "The second truck makes T trips. \r
\n" ); document.write( "\n" ); document.write( "What do the following expressions represent in practical terms?
\n" ); document.write( "S+T
\n" ); document.write( "x+y
\n" ); document.write( "xS+yT
\n" ); document.write( "

Algebra.Com's Answer #403234 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
S+T represents the total number of trips the first and second truck make.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x+y represents the total amount both trucks can carry (in one load per truck).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "xS+yT represents the total amount both trucks can carry (for all the trips combined).
\n" ); document.write( "
\n" );