document.write( "Question 860385: The sum of the first n squares, given by the sum of the terms 1+4+9+...n^2 can be calculated by using the formula n/6(n+1)(2n+1).
\n" ); document.write( "What is the value of the 20th term of the series?
\n" ); document.write( "Find the sum of the first 25 squares.
\n" ); document.write( "Do I just have to put 20 and 25 instead of n? Cos I'm not quite sure what I have to do.
\n" ); document.write( "

Algebra.Com's Answer #518385 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
to find the 20th term
\n" ); document.write( "a20=20^2=400
\n" ); document.write( "The sum of the first 25 terms is the formula given
\n" ); document.write( "n/6(n+1)(2n+1) where n =25
\n" ); document.write( "25/6(25+1)(2*25+1)
\n" ); document.write( "25/6*26*51
\n" ); document.write( "25/(2*3)*2*13*3*17\r
\n" ); document.write( "\n" ); document.write( "25*13*17=5525\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );