Recursion Warmup - An Odd Sum

What is the sum of the first 13 positive odd numbers?

144 49 169 180

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.

4 solutions

Md Omur Faruque
Aug 19, 2015
  • 13th odd number is: 2 × 13 1 = 25 \boldsymbol {2\times13-1=25} .

  • Mean of these numbers is: 1 + 25 2 = 13 \boldsymbol {\frac {1+25}{2}=13} .

  • Total numbers are 13 \boldsymbol {13} .

So the sum will be, 13 × 13 = 169 \boldsymbol {13\times13=}\color{#69047E} {\boxed {169}} .

Jake Lai
Aug 31, 2015

One knows that each subshell of an atom adds successive odd numbers of orbitals, and that each orbitals holds two electrons. One also knows the rule that for an atom with valence shell of principal quantum number n n , there can be up to 2 n 2 2n^{2} valence electrons.

So one concludes that there are n 2 n^{2} valence orbitals and thus the sum of a subshell's orbitals - and hence the sum of succesive odd numbers - is n 2 n^{2} .

Puja Saha
Aug 31, 2015

a=1; n=13; d=2

Sn=n/2{2a+(n-1)d} =13/2{2*1+(13-1)2} =169

Hadia Qadir
Aug 31, 2015

Get the middle number and multiply by the amount of number. 13 x 13 = 69

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...