document.write( "Question 967771: The sum of first 20 terms of the series 1,4,9,16....... \n" ); document.write( "
Algebra.Com's Answer #591501 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! sum of squares of first n natural numbers = n(n+1)(2n+1)/6 \n" ); document.write( "n=20 \n" ); document.write( "= 20(20+1)(40+1)/6 \n" ); document.write( "=20(21)(41)/6 \n" ); document.write( "=2870 \n" ); document.write( " |