document.write( "Question 1041235: Find the sum of the first n positive even integer\r
\n" ); document.write( "\n" ); document.write( "Thank you in advance
\n" ); document.write( "

Algebra.Com's Answer #656209 by ikleyn(52798)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Find the sum of the first n positive even integer\r
\n" ); document.write( "\n" ); document.write( "Thank you in advance
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "2 + 4 + 6 + . . . 2n = 2*(1 + 2 + 3 + . . . + n).     (1)\r\n" );
document.write( "\r\n" );
document.write( "The sum (1 + 2 + 3 + . . . +n) is very well known. \r\n" );
document.write( "\r\n" );
document.write( "It is the sum of the first \"n\" positive integers.\r\n" );
document.write( "\r\n" );
document.write( "It is also the sum of \"n\" terms of an arithmetic progression with the first term 1 and the common difference 1.\r\n" );
document.write( "\r\n" );
document.write( "This sum is equal to \"%28n%2A%28n%2B1%29%29%2F2\".\r\n" );
document.write( "\r\n" );
document.write( "See, for example, the lessons \r\n" );
document.write( "\r\n" );
document.write( "    - Arithmetic progressions\r\n" );
document.write( "\r\n" );
document.write( "    - The proofs of the formulas for arithmetic progressions \r\n" );
document.write( "\r\n" );
document.write( "    - Problems on arithmetic progressions  \r\n" );
document.write( "\r\n" );
document.write( "in this site.\r\n" );
document.write( "\r\n" );
document.write( "So, your sum (1) is equal to n*(n+1).\r\n" );
document.write( "\r\n" );
document.write( "Let us check the first sums \"S%5B1%5D\", \"S%5B2%5D\", \"S%5B3%5D\":\r\n" );
document.write( "\r\n" );
document.write( "n=1:  \"S%5B1%5D\" = 2.                     n*(n+1) = 1*2 = 2.\r\n" );
document.write( "\r\n" );
document.write( "n=2:  \"S%5B2%5D\" = 2 + 4 = 6.             n*(n+1) = 2*3 = 6.\r\n" );
document.write( "\r\n" );
document.write( "n=3:  \"S%5B3%5D\" = 2 + 4 + 6 = 12.        n*(n+1) = 3*4 = 12.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );