.
A factory sorts pencils into bags such that 19 large bags plus 3 small bags contain a total of 224 pencils.
The sum of the number of pencils in a large bag plus the number in a small bag is:
A)16 B)36 c)42 D)19 E)18
~~~~~~~~~~~~~~
Now, when you have so many solutions from different tutors, it should be clear
that the true challenge is to get short, straightforward and convincing solution.
Consider this one below.
Let x be the number of pencils in a large bag and y be the number of pencils in a small bag.
Then you have this equation
19x + 3y = 224 (1)
and this inequality
x > y (2)
Equation (1) should be solved in whole numbers.
Inequality (2) is the math translation of the terms "large bag" and "small bag".
Using inequality (2), we get the following inequality from equation (1)
19x + 3x > 224, or 22x > 224,
It gives x > = 10.1818..., and since x should be whole number, it implies x >= 11.
So, we need find the solution to equation (1) in whole numbers x, y with x >= 11.
There are not so many such possibilities: 19*11 = 209 and 19*12 = 228,
so the only real candidate is x = 11.
It gives y = = = = 5, which is a whole number.
So, the problem has a UNIQUE solution x= 11, y= 5, which gives the sum x + y = 11 + 5 = 16.
ANSWER. The number of pencils in a large bag plus the number in a small bag is 16 (option (A) ).
Solved.