Bunuel
Let S be a set of 6 integers taken from {1, 2, ..., 12} with the property that if a and b are elements of S with a < b, then b is not a multiple of a. What is the least possible value of an element in S?
A. 2
B. 3
C. 4
D. 5
E. 7
Let's first determine the SMALLEST possible value in set S1 cannot be the SMALLEST value, since every remaining value is a multiple of 1
Can 2 be the SMALLEST value?
The remaining five values cannot be even (otherwise, they will be a multiple of 2)
We get: {2, 3, 5, 7, 9, 11}
No good.
9 is a multiple of 3.
So, 2 cannot be the SMALLEST value,
Can 3 be the SMALLEST value?
Let's starting listing the other values: {3, 4, 5, 7, 11, ?}
We cannot add a sixth value without breaking the rule of numbers not being multiples of other numbers.
Can 4 be the SMALLEST value? YES!!
We get: {4, 5, 6, 7, 9, 11}
Answer: C
Cheers,
Brent