1.

State whether the statements are true (T) or false (F).The sum of first n odd natural numbers is n2.

Answer»

True.

The sum of odd numbers = ∑(2n – 1)

= (2 × n × (n + 1))/2 –n

= n2 + n – n

= n2



Discussion

No Comment Found