document.write( "Question 88447: What is the sum of the first 50 natural numbers? \n" ); document.write( "
Algebra.Com's Answer #64294 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the sum of the first 50 natural numbers? \n" ); document.write( "----------- \n" ); document.write( "This is a arithmetic sequence. \n" ); document.write( "Formula for the sum of n terms. S(n) = (n/2)(first + last) \n" ); document.write( "Your Problem: \n" ); document.write( "S(50) = (50)/2(1+50) \n" ); document.write( "S(50) = 25*51 = 1275 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |