for any natural number n prove that n^3-n is divisible by 6
Answers
=n(n^2-1)
=(n-1)n(n+1)
If you put any natural number in n's place, you will find that there will always be an even number and a multiple of three together. Since 2 and 3 are factors of 6 and both of them are present in the numbers, n^3-n will always be divisible by 6 when n is natural.
Example:
n=11
(n-1)n(n+1) = 10*11*12
= 1320
1+3+2+0 = 6 so it is divisible by 3
It ends with 0 so it is divisible by 2
Since it is divisible by both 2 and 3, it is divisible by 6
Step-by-step explanation:
▶ n³ - n = n (n² - 1) = n (n - 1) (n + 1)
Whenever a number is divided by 3, the remainder obtained is either 0 or 1 or 2.
∴ n = 3p or 3p + 1 or 3p + 2, where p is some integer.
If n = 3p, then n is divisible by 3.
If n = 3p + 1, then n – 1 = 3p + 1 –1 = 3p is divisible by 3.
If n = 3p + 2, then n + 1 = 3p + 2 + 1 = 3p + 3 = 3(p + 1) is divisible by 3.
So, we can say that one of the numbers among n, n – 1 and n + 1 is always divisible by 3.
⇒ n (n – 1) (n + 1) is divisible by 3.
Similarly, whenever a number is divided 2, the remainder obtained is 0 or 1.
∴ n = 2q or 2q + 1, where q is some integer.
If n = 2q, then n is divisible by 2.
If n = 2q + 1, then n – 1 = 2q + 1 – 1 = 2q is divisible by 2 and n + 1 = 2q + 1 + 1 = 2q + 2 = 2 (q + 1) is divisible by 2.
So, we can say that one of the numbers among n, n – 1 and n + 1 is always divisible by 2.
⇒ n (n – 1) (n + 1) is divisible by 2.
Since, n (n – 1) (n + 1) is divisible by 2 and 3.
∴ n ( n - 1 ) ( n + 1 ) = n³ - n is divisible by 6.( If a number is divisible by both 2 and 3 , then it is divisible by 6)
✔✔ Hence, it is solved ✅✅.