document.write( "Question 134265: Please explain how you would find the sum of the first 50 even numbers. What is the sum? \n" ); document.write( "
Algebra.Com's Answer #98183 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the first 50 even numbers are 2 through 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "100+2=102 __ 98+4=102 __ 96+6=102 ... this pattern continues giving 25 sums of 102 each\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25*102=2550 \n" ); document.write( " |