SOLUTION: please explain how to find only thee sum of the odd numbers in sigma notation n=1-35

Algebra ->  Sequences-and-series -> SOLUTION: please explain how to find only thee sum of the odd numbers in sigma notation n=1-35      Log On


   



Question 568043: please explain how to find only thee sum of the odd numbers in sigma notation n=1-35
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
You could say that odd numbers can be written as 2n-1.
All odd numbers can be written that way for some natural number n, and the expression 2n-1 gives you an odd number for every natural number n.
2%2A1-1=1, 2%2A2-1=3, ... 2%2A18-1=35
You are trying to find the sum of the first 18 odd numbers:
S=1+3+5+ ... +31+33+35
There are many ways to go about it.
BLAZING YOUR OWN TRAIL (or rediscovering gunpowder):
2S=S+S=(1+3+5+ ... +31+33+35)+(1+3+5+ ... +31+33+35)=1+3+5+ ... +31+33+35+1+3+5+ ... +31+33+35.
Because of commutative and associative properties, we can re-arrange that sum, pairing the first number with the last, second with second last, and so on, to get:
2S=(1+35)+(3+33)+(5+31)+ ... +(31+5)+(33+3)+(35+1)=36+36+36+ ... +36+36+36=18%2A36
2S=18%2A36 --> S=18%2A36%2F2=324 highlight%28S=324%29
INVOKING ARITHMETIC SEQUENCES (if that's what you are studying)
The sum that you want is sum%282n-1%2C1%2C18%29
That is the sum of an arithmetic sequence (or arithmetic progression). You may write the terms explicit formula as a%5Bn%5D=1%2B2%28n-1%29, with first term a%5B1%5D=1 and common difference d=2.
(That is equivalent to a%5Bn%5D=1%2B2n-2=2n-1 ).
Naming conventions may vary, and you may use a%5B0%5D=-1
You may have been given the formula:
S%5Bn%5D=%28n%2F2%29%282a%5B1%5D%2B%28n-1%29%2Ad%29 or S%5Bn%5D=%28n%2F2%29%28a%5B1%5D%2Ba%5Bn%5D%29
You would calculate
or
knowing a%5Bn%5D=35 from the start, you may rather calculate
S%5Bn%5D=%2818%2F2%29%281%2B35%29=9%2A36=324
Or maybe your naming conventions and formulas are a bit different.
Anyway, you'll get the answer highlight%28S=324%29
INVOKING KNOWN SUMS
You may have been told that the sum of the fist n natural numbers is
1+2+3+ ...+(n-1)+n=n%28n%2B1%29%2F2
Then, the sum of all integers from 1 to 35 is 35%2835%2B1%29%2F2=35%2A36%2F2=630 and can be written as the sum of the odd numbers from 1 to 25 plus the sum of the first 17 even numbers from 2 to 34:
sum%28i%2C1%2C35%29=630=sum%282n-1%2C1%2C18%29%2Bsum%282k%2C1%2C17%29
The sum of the first 17 even numbers is twice the sum of the first 17 natural numbers:
(2+
So 630=sum%282n-1%2C1%2C18%29%2B306 --> sum%282n-1%2C1%2C18%29=630-306=324
Anyway, you'll get the answer highlight%28S=324%29