The sum of the first 50 odd natural numbers is equal to __________ .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Easy one right?
5 0 t h t e r m = 1 + ( 5 0 − 1 ) 2
= 1 + 9 8 = 9 9
S = n / 2 ∗ ( a + l )
S = 2 5 ∗ ( 1 + 9 9 )
S = 2 5 ∗ 1 0 0 = 2 5 0 0
Using the basic concepts of an Arithmetic Progression. https://brilliant.org/wiki/arithmetic-progressions/
This is an A.P. where the first term = 1, last term = 99, and there are 50 terms. S =(n/2)(a + l) = 25*100 = 2500
We know that sum of the first 'n' odd natural numbers is n^2. So , using that we get the sum of first 50 odd natural numbers = 50^2 = 2500.
Its better if you try proving these sort of basic formula. It will look good.
And post your answer in Latex form it would look good. https://brilliant.org/discussions/thread/beginner-latex-guide/ Learn latex from this
Log in to reply
I post many of them using Latex but I was lazy to do that for this one.
Problem Loading...
Note Loading...
Set Loading...
Sum of n off natural numbers 1 , 3 , 5 , . . . . . . ( 2 n − 1 ) . ⟹ i = 1 ∑ n ( 2 n − 1 ) = 2 × 2 n ( n + 1 ) − n = n 2 + n − n = n 2 . Sum of odd numbers is n 2 Sum of first 50 Odd numbers = n 2 = 5 0 2 = 2 5 0 0 .