prove that n3-1 is divisible by 3 for every positive integer.
Answers
prove that n³ - n is divisible by 3 for every positive integers
n³ - n = n(n²-1) = n(n -1)(n + 1) is divided by 3 then possible reminder is 0, 1 and 2 [ ∵ if P = ab + r , then 0 ≤ r < a by Euclid lemma ]
∴ Let n = 3r , 3r +1 , 3r + 2 , where r is an integer
Case 1 :- when n = 3r
Then, n³ - n is divisible by 3 [∵n³ - n = n(n-1)(n+1) = 3r(3r-1)(3r+1) , clearly shown it is divisible by 3 ]
Case2 :- when n = 3r + 1
e.g., n - 1 = 3r +1 - 1 = 3r
Then, n³ - n = (3r + 1)(3r)(3r + 2) , it is divisible by 3
Case 3:- when n = 3r - 1
e.g., n + 1 = 3r - 1 + 1 = 3r
Then, n³ - n = (3r -1)(3r -2)(3r) , it is divisible by 3
From above explanation we observed n³ - n is divisible by 3 , where n is any positive integers.
also read similar questions : For any positive integer n prove that n3-n is divisible by 6
https://brainly.in/question/3370185
For any positive integer n, prove that
n^2-n is divisible by 6
https://brainly.in/question/8479276
PRINCIPLE OF MATHEMATICAL INDUCTION
Let P(n) be a mathematical statement
Where n is a non-negative integers n and n₀ be a fixed non-negative integer.
BASIS STEP :
Suppose P(n₀) is true i.e. P(n) is true for n = n₀
INDUCTIVE HYPOTHESIS
Whenever k is an integer such that k ≥ n₀ and P(k) is true
INDUCTION STEP
P(k + 1) is true
Then P(n) is true for all integers n ≥ n₀
TO PROVE
PROOF BY PRINCIPLE OF MATHEMATICAL INDUCTION
Let P(n) be the Statement
BASIS STEP
Now for n = 1
INDUCTIVE HYPOTHESIS
Let P(k) is true for some positive integer k
Let
INDUCTIVE STEP
We show that P(k+1) holds
Now
Since each of terms is divisible by 3
So
Hence P(k+1) is true
So by the Principle of Mathematical Induction P(n ) is true for all Positive Integer n
Hence