Let S(k) = 1 + 3 + 5 + .. + (2k – 1) = 3 + k^2 . Then which of the following is true
Let S(k) = 1 + 3 + 5 + .. + (2k – 1) = 3 + k2 . Then which of the following is true?
- principle of mathematical induction can be used to prove the formula
- S(k) implies S(k + 1)
- S(k) implies S(k - 1)
- S(1) is correct
Answer
S(k) = 1 + 3 + .. + (2k – 1) = 3 + k2
When k = 1, L.H.S of S(k) = 1 and R.H.S of S(k) = 4.
So, S(1) is not true.
Now, S(k + 1); 1 + 3 + 5 + .. + (2k – 1) + (2k +1) = 3 + (k + 1)2
Let S(k) is true, 1 + 3 + 5 + .. + (2k – 1) = k2 + 3
1 + 3 + 5 + .. + (2k – 1) + (2k + 1) = 3 + k2 + 2k + 1 = (k + 1)2 + 3 = S(k+1)
The correct option is B.