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)![]() ![]() You can put this solution on YOUR website! You could say that odd numbers can be written as \n" ); document.write( "All odd numbers can be written that way for some natural number \n" ); document.write( " \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= \n" ); document.write( "2S= \n" ); document.write( "INVOKING ARITHMETIC SEQUENCES (if that's what you are studying) \n" ); document.write( "The sum that you want is \n" ); document.write( "That is the sum of an arithmetic sequence (or arithmetic progression). You may write the terms explicit formula as \n" ); document.write( "(That is equivalent to \n" ); document.write( "Naming conventions may vary, and you may use \n" ); document.write( "You may have been given the formula: \n" ); document.write( " \n" ); document.write( "You would calculate \n" ); document.write( " \n" ); document.write( "knowing \n" ); document.write( " \n" ); document.write( "Or maybe your naming conventions and formulas are a bit different. \n" ); document.write( "Anyway, you'll get the answer \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" ); document.write( "Then, the sum of all integers from 1 to 35 is \n" ); document.write( " \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 \n" ); document.write( "Anyway, you'll get the answer |