document.write( "Question 285284: Explain how you would find the sum of the first 50 even numbers.What is the sum? \n" ); document.write( "
Algebra.Com's Answer #206823 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Explain how you would find the sum of the first 50 even numbers.What is the sum? \n" ); document.write( "------------------------ \n" ); document.write( "2+4+6+....+100 \n" ); document.write( "---- \n" ); document.write( "S(n) = (n/2)(A+L) \n" ); document.write( "S(50) = (50/2)(2+100) \n" ); document.write( "S(50) = 25*102 \n" ); document.write( "S(50) = 2550 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |