document.write( "Question 643988: What is the sum of the first 900 consecutive odd numbers?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #404751 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
\"a+=+1\"......the first term
\n" ); document.write( "\"d+=+2\"......the common difference between the terms
\n" ); document.write( "\"n+=+900%0D%0A%7B%7B%7Bnth_+term+=+1%2B2%28n-1%29+=+2n-1\"
\n" ); document.write( "900th term \"a%28n%29=+2%2A900-1=1800-1=1799\"\r
\n" ); document.write( "\n" ); document.write( "The formula for the sum of an arithmetic sequence is \r
\n" ); document.write( "\n" ); document.write( "\"S%28n%29+=+%28n%2F2%29%28a%281%29+%2B+a%28n%29%29\"\r
\n" ); document.write( "\n" ); document.write( "\"S%28900%29+=+%28900%2F2%29%281%2B1799%29\"\r
\n" ); document.write( "\n" ); document.write( "\"S%28900%29+=+450%281800%29\"\r
\n" ); document.write( "\n" ); document.write( "\"S%28900%29+=+810000\"\r
\n" ); document.write( "\n" ); document.write( "But, here is the shortest way to do it if you are given odd numbers:\r
\n" ); document.write( "\n" ); document.write( "if \"N\" = number of \"odd\" terms then sum \"S=+%28N%29%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"N=900\"....=>...\"S=+%28900%29%5E2=810000\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );