The answer is
A.
Any integer can be represented in terms of divisibility by 3 by placing them in the following 3 groups:
a) (3x) - Divisible by 3 (ex. 3, 6, 9, etc.)
b) (3x + 1) - Remainder of 1 (ex. 4, 7, 10, etc.)
c) (3x + 2) - Remainder of 2 (ex. 5, 8, 11, etc.)
where x is an integer.
Statement 1: n divisible by m(m^2+2): a) Let m = 3x
\(m(m^2 + 2) = (3x)((3x)^2 + 2) = 3(x)(9x^2 + 2)\) DIVISIBLE BY 3
b) Let m = 3x + 1
\(m(m^2 + 2) = (3x+1)((3x+1)^2 + 2) = (3x + 1)(9x^2 + 6x + 1 + 2)\)
\(= (3x + 1)(9x^2 + 6x + 3) = 3(3x^2 + 2x + 1)(3x + 1)\) DIVISIBLE BY 3
c) Let m = 3x + 2
\(m(m^2 + 2) = (3x+2)((3x+2)^2 + 2) = (3x + 1)(9x^2 + 12x + 4 + 2)\)
\(= (3x + 1)(9x^2 + 12x + 6) = 3(3x^2 + 4x + 2)(3x + 1)\) DIVISIBLE BY 3
Therefore Statement 1 is sufficient. If n is divisible by m(m^2 + 2), then it is divisible by 3.
Statement 2: n divisible by m^2(m+2): ...
c) Let m = 3x + 2
[m]m^2(m + 2) = (3x+2)(3x+2)(3x+2+2) = (3x+2)(3x+2)(3x+4) NOT DIVISIBLE BY 3
Therefore Statement 2 is not sufficient.
The answer is A.