document.write( "Question 324997: How do you the sum of the first 850 odd numbers. \n" ); document.write( "
Algebra.Com's Answer #232703 by stanbon(75887) ![]() You can put this solution on YOUR website! How do you the sum of the first 850 odd numbers? \n" ); document.write( "------------ \n" ); document.write( "The 1st odd digit is one: a(1) = 1 \n" ); document.write( "The difference between each odd digit is d = 2 \n" ); document.write( "---- \n" ); document.write( "To find the nth term of the sequence use a(n) = a(1) + (n-1)d \n" ); document.write( "a(850) = 1+849(2) = 1699 \n" ); document.write( "------------------------------ \n" ); document.write( "The sum of n terms of n terms of the sequance is s(n) = (n/2)(a(1)+a(n)) \n" ); document.write( "S(850) = (850/2)(1+1699+1) \n" ); document.write( "S(850) = 425*850 = 361,250 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |