If X is equal to the sum of the even integers from 40 to 60, inclusive, and Y is the number of even integers from 40 to 60, inclusive, what is the value of X+Y?
550
551
560
561*
572
First, to find the number of terms in the set, you can think of 40 as the 20th even integer and 60 as the 30th even integer. How many even integers are there? 30 - 20 = 10. But you add one because the set is inclusive of 20 and 30, so there are 11.
The way to find a sum of consecutive integers is to multiply the mean of the set by the number of integers in the set. Here, we don't want the sum of all of the integers, just the even ones. Well, the method still works:
mean is 50 and number of terms is 11
sum = 50*11 = 550
So X = 550 and Y = 11, so X + Y = 561.
Why does the sum of consecutive integers formula work in this context? Well, it's a small enough set to list out the values to see why it works here:
40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60
Notice that the first and last terms, 40 and 60, sum to 100, which is twice the mean. Also, the second and tenth terms, 42 and 58, also sum to 100, also twice the mean. And so on, until you get to the "middle" number 50. So, how many multiples of the mean are there in total? 11, which equals the number of terms that are in the set. So we can shortcut the process by multiplying 50 by 11.
Rey