Question 285284
Explain how you would find the sum of the first 50 even numbers.What is the sum?
------------------------
2+4+6+....+100
----
S(n) = (n/2)(A+L)
S(50) = (50/2)(2+100)
S(50) = 25*102
S(50) = 2550
=================
Cheers,
Stan H.