Mathematical Induction: Prove P(n)=(n^2)-n divisible by 2

portia-h

New member
Joined
Feb 3, 2008
Messages
2
Can you help me prove that
P(n) = (n^2) - n is divisible by 2

by using a P(k+1) - P(k) method, I have arrived at

2B - 2k = 2A and 2k^2 - 2B = 2A

but i don't think this is right.
quick help would be appreciated
thanks! :)
 
Re: Mathematical Induction

Say that we know that K2K\displaystyle K^2-K is divisible by 2.
Consider (K+1)2(K+1)=K2+2K+1K1=K2K+2K\displaystyle (K+1)^2-(K+1)=K^2+2K+1-K-1=K^2-K +2K
Do you see how to finish?
 
Re: Mathematical Induction

First, show n=1 is true. Then we assume 2 is a factor of k2k\displaystyle k^{2}-k

equivalently, k2k=2p\displaystyle k^{2}-k=2p for some integer p.

We want to show that Pk+1\displaystyle P_{k+1} is true. Namely, 2 is a factor of:

(k+1)2(k+1)\displaystyle (k+1)^{2}-(k+1)

=k2+2k+1k1\displaystyle =k^{2}+2k+1-k-1

Rearrange terms:

=(k2k)2p+2k\displaystyle =\underbrace{(k^{2}-k)}_{\text{2p}}+2k

Now, can you finish?.
 
Top