Official Solution: If \(x\) and \(n\) are positive integers, is \(n\) a factor of \(x(x+1)(x+2)\)? (1) \(n = 3\).
The question can be rephrased as: is \(x(x+1)(x+2)\) divisible by 3? Given that \(x(x+1)(x+2)\) represents the product of three consecutive integers, one of them is inevitably divisible by 3. Therefore, \(x(x+1)(x+2)\) will be divisible by 3 for any integer value of \(x\). Sufficient.
(2) \(x = 12\).
The question becomes: is \(12*13*14\) divisible by \(n\)? Without knowing the value of \(n\), we cannot definitively answer the question. For instance, if \(n = 1\), the answer would be YES, but if \(n = 17\), the answer would be NO. Not sufficient.
Answer: A