Solution: If \(n\) the smallest of three consecutive positive integers then rest 2 integers will be \(n+1\) and \(n+2\).
Option A: n is divisible by 3
This is not sure to be true.
If n = 6 (for example) then n is divisible by 3.
But if n = 5(for example) then n is not divisible by 3.
Option B: n is even
This is not sure to be true.
If n = 6 (for example) then n is even.
But if n = 5(for example) then n is not even.
Option C: n is odd
This is not sure to be true.
If n = 6 (for example) then n is not odd.
But if n = 5(for example) then n is odd.
Option D: n(n + 2) is even
This is not sure to be true.
If n = 6 (for example) then n(n+2) is even.
But if n = 5(for example) then n(n+2) is not even.
Option E: n(n + 1)(n + 2) is divisible by 3
This is always true.
No matter what positive integer you assume as n, the product of 3 consecutive positive integer n(n + 1)(n + 2) is always gonna be divisible by 3.
Hence the right answer is
Option E.