document.write( "Question 905387: A fruit company delivers its fruit in two types of boxes: large and small. A delivery of 3 large boxes and 5 small boxes has a total weight of 112 kilograms. A delivery of 6 large boxes and 2 small boxes has a total weight of 118
\n" ); document.write( " kilograms. How much does each type of box weigh?
\n" ); document.write( "

Algebra.Com's Answer #549169 by harpazo(655)\"\" \"About 
You can put this solution on YOUR website!
Let L = large boxes\r
\n" ); document.write( "\n" ); document.write( "Let S = small boxes\r
\n" ); document.write( "\n" ); document.write( "3L + 5S = 112
\n" ); document.write( "6L + 2S = 118\r
\n" ); document.write( "\n" ); document.write( "There is your system of equations in two variables.\r
\n" ); document.write( "\n" ); document.write( "Use the substitution method to solve.
\n" ); document.write( "
\n" );