Question:medium

Let \( T(k) \) be the statement \( 1 + 3 + 5 + \dots + (2k - 1) = k^2 + 10 \). Which of the following is correct?

Show Hint

Mathematical induction is a powerful tool for proving statements that hold for all natural numbers.
Updated On: Mar 25, 2026
  • \( T(1) \) is true
  • \( T(k) \) is true \( \Rightarrow T(k+1) \) is true
  • \( T(k) \) is true for all \( n \in N \)
  • All above are correct
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0