
Alden G. answered 08/16/20
Completed Algebra I Course in High School
Start by pulling out the known and unknown information from the problem's description:
Knowns:
1) One large box weighs 60 lbs
2) One small box weighs 20 lbs
3) The truck has 120 boxes total
4) The truck currently weighs 4600 lbs
Unknowns:
1) The number of large boxes on the truck
2) The number of small boxes on the truck
We want to solve for two unknown pieces of information: in order to this, we can make a system of equations. The number of equations we need should be equal to the number of unknowns we have. In that case, we need to make 2 equations using the information we were given.
Start by associating two variables: one for each box we know of.
Let L = large box
Let S = small box
Let's make our first equation. We know we have 120 boxes total. We know that whatever amount of small boxes and large boxes we have, they should add up to 120 in this case. Let's put that in equation form:
L + S = 120 (Equation 1)
All we need is our second equation now. We know the weight per large box and the weight per small box. Whatever amount of large and small boxes we have, we know their weight has to add to the weight of the truck, 4600 lbs. To make an equation, we just multiply the weights of each box by their variables to find the total weights each, and then set that equal to the weight of the truck:
20*S + 60*L = 4600 (Equation 2)
We finally have the equations we need to solve. We can either choose to use substitution or termination to isolate the variables we have to find their actual values. When solved, we should have the following answers:
S = 65
L = 55
Remember we have to label our answers with units since those answers relate to the variables we associated small and large boxes with.
Therefore:
The truck carries 65 small boxes and 55 large boxes.
Hope this helps!