lifeisshort
Set A contains the consecutive integers ranging from x to y, inclusive. If the number of integers in set A that are less than 75 is equal to the number of integers that are greater than 75, what is the value of 3x+ 3y?
A 225
B 300
C 372
D 450
E 528
Range x to y is a consecutive range of “75” integers before and after number 75, so 150 total integers (75 + 75)? This can’t be as simple as plugging in 75 for both x and y (answer D: 450)....that’s definitely a trap answer. But I don’t quite see where else to go.
"The number of integers in set A that are less than 75 is equal to the number of integers that are greater than 75" means that if there are \(k\) integer less than 75 than there are also \(k\) integers more than 75. So if for example there are 2 integers less than 75 then the set is {73, 74,
75, 76, 77} and if there is 1 integer less than 75 then the set is {74,
75, 76}.
Note that no matter how many integers are less and more than 75, the sum of the smallest (\(x\)) and the greatest (\(y\)) will always be 150:
For set {73, 74, 75, 76, 77} --> 73+77=150;
For set {74, 75, 76} --> 74+76=150;
...
So 3x+3y=3(x+y)=3*150=450.
Answer: D.
Side notes: knowing that "the number of integers in set A that are less than 75 is equal to the number of integers that are greater than 75" we can say that 75 is a median value. Also consecutive integers is evenly spaced set and for every evenly spaced set median=mean=average of first and last terms=(x+y)/2, so 75=(x+y)/2 --> x+y=150 --> 3(x+y)=450.
Hope it helps.