Find the sum without actually adding it.
1+3+5+7+9+11+13+15+17+19+21
Given series is 1+3+5+7+9+11+13+15+17+21
Sum of first odd natural numbers =n2
where n= number of odd numbers
Here, 21 is the 11th odd number. Thus n=11
So, sum of the series given =112=121.