Question

Prove by induction that n3-n is a multiple of 3.

Prove by induction that n3-n is a multiple of 3.

Homework Answers

Answer #1

Let, P(n) be the statement, P(n) : n³ - n is a multiple of 3 for all natural number n.

Basic Step : P(1) : 1-1 = 0, is divisible by 3.

So, P(1) holds.

Induction hypothesis : let, P(n) be true for some natural number m.

i.e. P(m) : m³ - m is divisible by 3, so, m³ - m = 3k for some integer k.

Inductive step :

Now, P(m+1) : (m+1)³ - (m+1) = m³ + 3m² + 3m + 1 - m - 1 = (m³ - m) + 3m(m+1) = 3k + 3m(m+1) = 3(k+m²+m) , divisible by 3.

So, P(m+1) holds true whenever P(m) holds true.

So, P(n) is true for all natural number n.

i.e. n³ - n is divisible by 3 for all natural number n.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Prove by mathematical induction: n3​ ​– 7n + 3 is divisible by 3, for each integer...
Prove by mathematical induction: n3​ ​– 7n + 3 is divisible by 3, for each integer n ≥ 1.
Find all natural numbers n so that    n3 + (n + 1)3 > (n +...
Find all natural numbers n so that    n3 + (n + 1)3 > (n + 2)3. Prove your result using induction.
Consider the following statement: if n is an integer, then 3 divides n3 + 2n. (a)...
Consider the following statement: if n is an integer, then 3 divides n3 + 2n. (a) Prove the statement using cases. (b) Prove the statement for all n ≥ 0 using induction.
Prove by mathematical induction that 5n + 3 is a multiple of 4, or if it...
Prove by mathematical induction that 5n + 3 is a multiple of 4, or if it is not, show by induction that the statement is false.
Using mathematical induction show that 6 | (n3 − n) when n ≥ 0.
Using mathematical induction show that 6 | (n3 − n) when n ≥ 0.
proof by induction: show that n(n+1)(n+2) is a multiple of 3
proof by induction: show that n(n+1)(n+2) is a multiple of 3
Use Mathematical Induction to prove that 3 | (n^3 + 2n) for all integers n =...
Use Mathematical Induction to prove that 3 | (n^3 + 2n) for all integers n = 0, 1, 2, ....
Prove by induction that 1*1! + 2*2! + 3*3! +... + n*n! = (n+1)! - 1...
Prove by induction that 1*1! + 2*2! + 3*3! +... + n*n! = (n+1)! - 1 for positive integer n.
Prove by induction. a ) If a, n ∈ N and a∣n then a ≤ n....
Prove by induction. a ) If a, n ∈ N and a∣n then a ≤ n. b) For any n ∈ N and any set S = {p1, . . . , pn} of prime numbers, there is a prime number which is not in S. c) Prove using strong induction that every natural number n > 1 is divisible by a prime.
Prove by induction that 3^n ≥ 5n+10 for all n ≥ 3. I get past the...
Prove by induction that 3^n ≥ 5n+10 for all n ≥ 3. I get past the base case but confused on the inductive step.