Concept:We use factorisation and properties of consecutive integers to check divisibility.
Explanation:Statement 1:
n3−n=n(n−1)(n+1) which is the product of three consecutive integers.
It is always divisible by 2 and 3, hence by 6.
Statement 2:
n5−n=n(n4−1)=n(n2−1)(n2+1).
Rewrite as
n(n−1)(n+1)[(n2−4)+5].
This becomes
(n−2)(n−1)n(n+1)(n+2)+5n(n−1)(n+1).
The first term is the product of five consecutive integers, always divisible by 5.
The second term is also divisible by 5. Hence
n5−n is divisible by 5.
Statement 3:
n5−5n3+4n=n(n4−5n2+4).
Factor:
n(n2−4)(n2−1)=(n−2)(n−1)n(n+1)(n+2).
This product of five consecutive integers is always divisible by 5! = 120.
All three statements are correct.
Answer:Option D: 1, 2 and 3 are correct.