Prove that the product of two consecutive positive integers is divisible by 2.
Open in App
Solution
Let the two consecutive positive integers be x and (x+1) Product of two consecutive positive integers = x(x+1) =x2+x Case (i) : x is even number Let x = 2k ⇒x2+x=(2k)2+2k 4k2+2k =2k(2k+1) Hence the product is divisible by 2
Case (ii): x is odd number Let x= 2k +1 ⇒x2+x=(2k+1)2+(2k+1) =4k2+6k+2 =2(2k2+3k+1) Clearly the product is divisible by 2 From the both the cases we can conclude that the product of two consecutive integers is divisible by 2.