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)![]() ![]() 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 \n" ); document.write( " \n" ); document.write( " |