document.write( "Question 1184552: A delivery truck is transporting boxes of two sizes: large and small. The combined weight of a large box and a small box is 70 pounds. The truck is transporting 65 large boxes and 60 small boxes. If the truck is carrying a total of 4425 pounds in boxes, how much does each type of box weigh? \n" ); document.write( "
Algebra.Com's Answer #815168 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! write equations for each statement \r \n" ); document.write( "\n" ); document.write( "A delivery truck is transporting boxes of two sizes: large and small. \n" ); document.write( "let b = the no. of large boxes \n" ); document.write( "let s = the no. of small boxes \n" ); document.write( ": \n" ); document.write( " The combined weight of a large box and a small box is 70 pounds. \n" ); document.write( "b + s = 70 \n" ); document.write( "we can use this form for substitution \n" ); document.write( "s = (70-b) \n" ); document.write( ": \n" ); document.write( " The truck is transporting 65 large boxes and 60 small boxes. \n" ); document.write( " If the truck is carrying a total of 4425 pounds in boxes \n" ); document.write( "65b + 60s = 4425 \n" ); document.write( "Simplify, divide by 5 \n" ); document.write( "13b + 12s = 885 \n" ); document.write( ": \n" ); document.write( " how much does each type of box weigh? \n" ); document.write( "Replace s with (70-b) in the above equation \n" ); document.write( "13b + 12(70-b) = 885 \n" ); document.write( "13b + 840 - 12b = 885 \n" ); document.write( "13b - 12b = 885 - 840 \n" ); document.write( "b = 45 large boxes \n" ); document.write( "then \n" ); document.write( "70 - 45 = 25 small boxes \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( "65*45 = 2925 \n" ); document.write( "60*25 = 1500 \n" ); document.write( "--------------- \n" ); document.write( "total wt:4425 \n" ); document.write( " |