- If n is a positive odd integer, show that n^2+3 is divisible by 4 ~ dont know whether to do this by congruence or mathematical induction
- Use mathematical induction to prove that 3|(n^3-4n+6) for all positive integers n
Any help is appreciated!
- If n is a positive odd integer, show that n^2+3 is divisible by 4 ~ dont know whether to do this by congruence or mathematical induction
- Use mathematical induction to prove that 3|(n^3-4n+6) for all positive integers n
Any help is appreciated!

Hello, Jacko!
If you don't have to use induction, an algebraic proof is faster.Ifis a positive odd integer, show that
is divisible by 4
Letfor some positive integer
.
Then: .
Therefore: .is divisible by 4.
Use induction to prove: .for all positive integers
![]()
. . . yes!
Assume.for some integer
Addto both sides:
. .
Subtract 4 from both sides:
.
And we have: .
The left side is the left side of
The right side is divisible by 3.
The inductive proof is complete.
He's trying to make theterm go to
.
Here's a slightly different way:
We wish to show that 3 dividesfor all (positive integer) values of n.
So try n = 0:
This is divisible by 3, so the theorem is true for this case.
So now assume the theorem is true for some n = k. We wish to show the theorem is also true for n = k + 1.
So we need to show that 3 dividesgiven that 3 divides
.
So look at:
Now, I want to make this expression a bit simpler by reducing the number of terms in it. One way to do this is to subtract out a multiple of 3. (If we can show that a number "a - 3m" is divisible by 3 then we will have shown that "a" is also divisible by 3.)
One handy thing to know about using Mathematical Induction is that the theorem itself that we are trying to prove comes in handy. We know thatis divisible by 3 (that's our assumption.) So I'm going to subtract this from our other expression. If the result is divisible by 3, then so is our original expression.
Since this expression is divisible by 3 then so is
So the theorem is true for n = k + 1. Therefore etc.
-Dan