Question
Question: How can we prove using mathematical induction that \({{n}^{2}}+n+1\) is an odd number if \(n\) is a ...
How can we prove using mathematical induction that n2+n+1 is an odd number if n is a natural number ?
Solution
Mathematical Induction is a mathematical proof technique. It basically involves three steps. First we check whether the given equation holds good for 1. If it does, then we assume that whatever condition is given in the question also holds good for some k which also belongs to natural numbers. Now, we have to prove that condition is also true for k+1 to the given equation in the question. Let us use these and prove that n2+n+1 is odd.
Complete step by step solution:
Let us say that P(n)=n2+n+1 where n is a natural number .
Now let us try to see what the value of P(1) is . To get the value of P(1), all we have to do is plug-in the value of n as n=1
⇒P(n)=n2+n+1⇒P(1)=1+1+1=3
3 is an odd number. P(1)holds true.
Now we have to assume that n2+n+1 is an odd number if n is a natural number holds true for some k where k belongs to natural numbers.
Now, let us write the equation for that. To get the value of P(k), all we have to do is plug-in the value of n as n=k.