find the sum of even integers between 1 and 60
use a calculator and count it manualy.
i think it's around >1000
i mean <1000
(60^2 + 60 )/2
oops
i am wrong
all "even" would be (60^2 + 60) /4 ???
There are 30 even integers between 1 and 60. The first and last pair add to 62. So there are 15 pairs of integers who's sum is 62. Therefore the total is 62 * 15 = 930
No, you are approaching this wrong. Even between 1 and 60 are 2, 4, 6, ..., 60 so 2*(1, 2, 3, ..., 30) thus you get the sum 2*30*31/2 = 30*31 = 930
^ you are right, thanks for correction
this is an arithmetic sequence of the following form a = 2n from n = 1 to n = 30. now use the formula for the arithmetic series: sum = (n/2) * (last term + first term) so sum = (30/2) * (2+30) = 480
I think you mean 30/2 * (2+60)
sorry sum = (30/2) *(2 + 60)
930
Join our real-time social learning platform and learn together with your friends!