Step II: To prove the divisibility by 2.
Similar to this, there are only two potential remainders when an integer is divided by two: 0 or 1.
n = 2q or 2q + 1, where q is some integer.
Case 1: Consider n = 2q
Then n is divisible by 2.
Case 2: Consider n = 2q + 1
Then n - 1 = 2q + 1 - 1
n - 1 = 2q is divisible by 2 and
n + 1 = 2q + 1 + 1
n + 1 = 2q + 2
n + 1 = 2 (q + 1) is divisible by 2.
In other words, one of the numbers between n, n - 1, and n + 1 is always divisible by two.
n (n - 1) (n + 1) is divisible by 2.
Step III: To prove the divisibility by 6
Since n (n - 1) (n + 1) is divisible by 2 and 3.
As a result, the supplied number can be divided by 6 according to the law of divisibility of 6.
Therefore, n3 - n = n (n - 1) (n + 1) is divisible by 6.
Summary:
Prove that for any positive integer n, n3 - n is divisible by 6.
It is proved that for any positive integer n, n3 - n is divisible by 6.
Comments
write a comment