vivek6199
If n is an integer, which of the following must be divisible by 3?
A) n^3 – 4n
B) n^3 + 4n
C) n^2 +1
D) n^2 -1
E) n^2 -4
Let’s simplify each answer choice:
A) n^3 – 4n
n(n^2 - 4) = n(n + 2)(n - 2) = (n - 2)(n)(n + 2)
We see that the expression above is a product of 3 consecutive even integers (if n is even) or the product of 3 consecutive odd integers (if n is odd). In either case, the product will always contain a prime factor of 3, so n^3 – 4n is always divisible by 3.
Alternate Solution:
If we take n = 1, we see that 1^3 + 4 = 5 is not a multiple of 3; thus, B cannot be the answer.
If we take n = 1, we see that 1^2 + 1 = 2 is not a multiple of 3; thus, C cannot be the answer.
If we take n = 3, we see that 3^2 - 1 = 8 is not a multiple of 3; thus, D cannot be the answer.
If we take n = 3, we see that n^2 - 4 = 5 is not a multiple of 3; thus, E cannot be the answer.
The only remaining choice is A.
Answer: A