Solveeit Logo

Question

Mathematics Question on Sequence and series

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

A

T(1) is true

B

T(k) is true \Rightarrow T(k + 1) is true

C

T(n) is true for all n \in N

D

All above are correct

Answer

T(k) is true \Rightarrow T(k + 1) is true

Explanation

Solution

When k=1k = 1, LHS =1= 1 but RHS =1+10=11= 1 + 10 = 11 T(1)\therefore T(1) is not true Let T(k)T(k) is true. That is 1+3+5+.....+(2k1)=k2+101+ 3+ 5+.....+ (2k -1) = k^2 +10 Now, 1+3+5+.....+(2k1)+(2k+1)1+3+5+.....+(2k -1)+(2k +1) =k2+10+2k+1=(k+1)2+10= k^2 +10 + 2k +1 = (k +1)^2 +10 T(k+1)\therefore T(k +1) is true. That is T(k)T(k) is true T(k+1)\Rightarrow T(k +1) is true. But T(n)T(n) is not true for all nNn \in N , as T(1)T(1) is not true.