Prove that the product of two executive positive integers is divisible by 2.
Let n and n-1 be the 2 positive integers.
Product = n × (n-1)
= n2 – n
Case I (when n is even):
Let n = 2q
n2 – n = (2q) 2 - 2q
= 4q2 - 2q
= 2q × (2q-1)
Hence the product n2 – n is divisible by 2
Case II (when n is odd):
Let n be 2q + 1
n2 – n = (2q + 1)2- (2q + 1)
= 4q2 + 4q + 1 - 2q – 1
= 4q2 + 2q
= 2q × (2q + 1)
Hence the product n2 – n is divisible by 2
Hence Proved
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.
