Question

Difficulty: MediumSystems of Linear Equations

A logistics company uses two types of boxes, small and large, to ship items. A shipment of 88 small boxes and 55 large boxes has a total weight of 180180 pounds. A second shipment of 66 small boxes and 1010 large boxes has a total weight of 260260 pounds. What is the weight, in pounds, of one large box?

Answer: 20 pounds

Answer

The weight of one large box is 20 pounds.
The correct weight of one large box is 20 pounds. By formulating the system of linear equations representing the total weight of each shipment (8s+5L=1808s + 5L = 180 and 6s+10L=2606s + 10L = 260), we can eliminate LL by multiplying the first equation by 2, resulting in 16s+10L=36016s + 10L = 360. Subtracting the second equation from this gives 10s=10010s = 100, which solves to s=10s = 10. Substituting s=10s = 10 back into 8s+5L=1808s + 5L = 180 yields 80+5L=18080 + 5L = 180, which simplifies to 5L=1005L = 100, meaning L=20L = 20.

Step-by-Step Solution

1
Set up a system of two linear equations based on the shipments.
Let ss be the weight of a small box and LL be the weight of a large box. The system of equations is:
8s+5L=1806s+10L=260\begin{aligned} 8s + 5L &= 180 \\ 6s + 10L &= 260 \end{aligned}
Translating the verbal statements into mathematical symbols represents the problem systemically.
2
Multiply the first equation by 2 to align the coefficients of LL.
16s+10L=36016s + 10L = 360
This sets up the variable LL to have the same coefficient in both equations, allowing for elimination.
3
Subtract the second equation from the modified first equation to solve for ss.
(16s+10L)(6s+10L)=360260(16s + 10L) - (6s + 10L) = 360 - 260
10s=10010s = 100
s=10s = 10
Subtracting eliminates the variable LL, leaving a single-variable linear equation to solve.
4
Substitute s=10s = 10 back into the first equation to solve for LL.
8(10)+5L=1808(10) + 5L = 180
80+5L=18080 + 5L = 180
5L=1005L = 100
L=20L = 20
Substituting the value of the solved variable determines the value of the remaining variable.

Key Concept

Solving systems of linear equations in two variables using elimination or substitution.
Rate this question