Quote:
what is the largest integer by which x must be divisible
The answer choices are factors of x. Let's find the minimum value that x can have since the factor must be for
any value of x.
Quote:
constructed using each of the distinct nonzero digits a, b, and c exactly once
Basically, there can be 6 such integers that can be constructed. To find the minimum sum of these integers, let's assume least values that a, b, and c can have: a=1, b=2, and c=3.
Next step is to arrange these digits, construct integers, and add to produce x.
1 2 3
1 3 2
2 1 3
2 3 1
3 1 2
3 2 1
Add up. x = 1332. This must be divisible by 3. Try dividing by 6, you get 222 as quotient. So, 222 must also divide x completely. We are looking for the largest divisor among the answer choices.
Hence, E is the correct answer.