The sum of first n consecutive odd natural numbers is equal to n2.
True
False
The sum of first n consecutive odd natural numbers is equal to n2. For example:
1+3=22=4
1+3+5=32=9
1+3+5+7=42=16
1+3+5+7+9=52=25
1+3+5+.....+(2n−1)=n2 i.e., the sum of first n odd natural numbers is n2.