Question 772466
Notice that when you start adding up odd
numbers starting with 1:
1 = 1
1 + 3 = 4
1 + 3 + 5 = 9
1 + 3 + 5 + 7 = 16
1 + 3 + 5 + 7 + 9 = 25
-----------------
So, if you have {{{ n }}} odd numbers starting 
with 1, then Sum = {{{ n^2 }}}
--------------------------
There are 5 odd numbers below 10
There are 4 odd numbers below 8
Following this, there are 15 odd numbers below 30
------------------
Sum = {{{ 15^2 }}}
Sum = {{{ 225 }}}
Average = {{{ n^2 / n }}}
Average = {{{ 225/15 = 15 }}}