To show that n2+n  is divisible by 2, we must show that n2+n=2M  for some M∈Z  by induction.
For n=1, we have 12+1=2(1). Here, M=1∈Z . So, it is true for n=1 .
Assume it is true for n=k,k∈Z+ . That is,
				k2+k=2M.....................................(1) 
For n=k+1 . We have;
				(k+1)2+(k+1)=k2+2k+1+k+1=k2+3k+2....................................(2) 
From (1), k2=2M−k. Put this into (2)
				=2M−k+3k+2=2M+2k+2=2(M+k+1)=2M′ where M′=(M+k+1)∈Z .
Therefore, it is true for n=k+1 .
Hence, n2+n  is divisible by 2.
                             
Comments