First part of the question:
Let x be the number of small boxes and y be the number of large boxes.
According to the first statement, a total of 24 boxes were shipped
=> x+y=24 ---- (Eq.1)
=> x = 24-y --- (Eq.2)
According to 2nd statement, Total weight was 1410 and we know the weight of one small box is 45 and large box is 75.
Therefore,
45x+75y=1410 --- (Eq.3)
Now, using the substitution method for solving the equation,
From equation 1,
[tex]x + y = 24[/tex]
[tex] = > x = 24 - y[/tex]
Now putting Eq. 3 values,
[tex]45x + 75y = 1410[/tex]
[tex] = > 45(24 - y) + 75y = 1410[/tex]
[tex] = > 1080 - 45y + 75y = 1410[/tex]
[tex] = > - 45y + 75y = 1410 - 1080[/tex]
[tex] = > 30y = 330[/tex]
[tex] = > y = \frac{330}{30}[/tex]
[tex] = > y = 11[/tex]
Now putting value of y in Eq.2,
[tex] = > x = 24 - y[/tex]
[tex] = > x = 24 - 11[/tex]
[tex] = > x = 13[/tex]
Therefore,
Number of small boxes shipped=x=13
Number of large boxes shipped=y=12
------------☆-----------
Second part of question:
Define the variables that you use to write the system.
Ans:
x is used as a variable to show the number of small boxes.
y is used as a variable to show the number of large boxes.