document.write( "Question 568043: please explain how to find only thee sum of the odd numbers in sigma notation n=1-35 \n" ); document.write( "
Algebra.Com's Answer #366848 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
You could say that odd numbers can be written as \"2n-1\".
\n" ); document.write( "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\".
\n" ); document.write( "\"2%2A1-1=1\", \"2%2A2-1=3\", ... \"2%2A18-1=35\"
\n" ); document.write( "You are trying to find the sum of the first 18 odd numbers:
\n" ); document.write( "S=1+3+5+ ... +31+33+35
\n" ); document.write( "There are many ways to go about it.
\n" ); document.write( "BLAZING YOUR OWN TRAIL (or rediscovering gunpowder):
\n" ); document.write( "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.
\n" ); document.write( "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:
\n" ); document.write( "2S=(1+35)+(3+33)+(5+31)+ ... +(31+5)+(33+3)+(35+1)=36+36+36+ ... +36+36+36=\"18%2A36\"
\n" ); document.write( "2S=\"18%2A36\" --> S=\"18%2A36%2F2\"=324 \"highlight%28S=324%29\"
\n" ); document.write( "INVOKING ARITHMETIC SEQUENCES (if that's what you are studying)
\n" ); document.write( "The sum that you want is \"sum%282n-1%2C1%2C18%29\"
\n" ); document.write( "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\".
\n" ); document.write( "(That is equivalent to \"a%5Bn%5D=1%2B2n-2=2n-1\" ).
\n" ); document.write( "Naming conventions may vary, and you may use \"a%5B0%5D=-1\"
\n" ); document.write( "You may have been given the formula:
\n" ); document.write( "\"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\"
\n" ); document.write( "You would calculate
\n" ); document.write( " or
\n" ); document.write( "knowing \"a%5Bn%5D=35\" from the start, you may rather calculate
\n" ); document.write( "\"S%5Bn%5D=%2818%2F2%29%281%2B35%29=9%2A36=324\"
\n" ); document.write( "Or maybe your naming conventions and formulas are a bit different.
\n" ); document.write( "Anyway, you'll get the answer \"highlight%28S=324%29\"
\n" ); document.write( "INVOKING KNOWN SUMS
\n" ); document.write( "You may have been told that the sum of the fist n natural numbers is
\n" ); document.write( "1+2+3+ ...+(n-1)+n=\"n%28n%2B1%29%2F2\"
\n" ); document.write( "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:
\n" ); document.write( "\"sum%28i%2C1%2C35%29=630=sum%282n-1%2C1%2C18%29%2Bsum%282k%2C1%2C17%29\"
\n" ); document.write( "The sum of the first 17 even numbers is twice the sum of the first 17 natural numbers:
\n" ); document.write( "(2+
\n" ); document.write( "So \"630=sum%282n-1%2C1%2C18%29%2B306\" --> \"sum%282n-1%2C1%2C18%29=630-306=324\"
\n" ); document.write( "Anyway, you'll get the answer \"highlight%28S=324%29\"
\n" ); document.write( "
\n" );