Problem #3
Question: say whether the following is true or false and support your answer by a proof: For any integer n, the number n2+n+1 is odd.
Answer: it's true.
Claim: (∀n∈Z)[n2+n+1 is odd]
Proof: let's prove it directly. By the definition of odd number, it can be presented as k+1, where k is an even number. In our case k=n2+n, so if k is always even, k+1=n2+n+1 is always odd.
If k=n2+n, then, by algebra, k=n(n+1).
By the properties of even numbers, the product of two integers is even, when one of factors is even.
Suppose n is even, then k=n(n+1) is even.
Suppose n is odd, then n+1 is even and k=n(n+1) is even.
Thus, k=n(n+1)=n2+n is always even, therefore k+1=n2+n+1 is always odd and for any integer n, the number n2+n+1 is odd. ◼