rkanthilal wrote:IMO 78
From the question stem we know the following:
Mean = Median = 55
No of numbers = 5
Sum of numbers = 275
1) L = 3S + 20
2) 2S + 110 + L = 275
Equation 1) is from the question stem "largest number in the set is equal to 20 more than three times the smallest number".
Equation 2) maximizes the range. We have 5 numbers in the set. The median is 55. We need the other 4 numbers. To maximizes the range and maintain a median of 55, set 2 of the numbers to the smallest value (S), another one to the median (55), and the final number will be the largest number (L).
Solving these two equations for S results in S=29. Substituting 29 into the first equation results in L=107. Therefore, the maximum range is 78.
I can't answer your question about the frequency of a question like this. However, this one didn't seem to take as many steps as some of the other ones I have encountered. Does your solution use a different approach? For that matter, is my solution even correct?
You are correct, it is A. May be you are dealing better with algebra than me. Here is the official explanation:
Whenever we're given partial information about the elements contained in a set, it's usually best to use an ordered set to try to organize the information we have and figure out what work we need to do to be able to answer the question. In this case, we know that the set contains 5 elements and that the median is 55. Therefore we know 55 is the middle number in the set:
{a, b, 55, c, d}
Where a is the smallest item in the set, b is the second smallest, c is the second largest, and d is the largest.
Furthermore, we know that the largest item is equal to 20 more than 3 times the smallest number:
{a, b, 55, c, 3a + 20}
We also know that the average number is equal to 55, so the sum of the 5 elements must be 55×5=275:
Sum of {a, b, 55, c, 3a + 20} = 275
The question asks us what the largest possible value for the range of the set is. The range is defined as the largest item minus the smallest item; in this case, the range is (3a + 20) - a = 2a + 20.
How do we maximize this range? Quite simply, we have to maximize a, because the range grows as a grows. This also entails maximizing the largest number (3a + 20). Thus we have to maximize the bolded elements here:
Sum of {a, b, 55, c, 3a + 20} = 275
How do we maximize these numbers? Since we know that a + b + 55 + c + (3a + 20) = 275, we have to MINIMIZE b and c in order to maximize a and 3a + 20. In order words, we should minimize the underlined numbers here:
Sum of {a, b, 55, c, 3a + 20} = 275
Because we organized the set as an ordered set, each number must be greater than or equal to the number to its left, and less than or equal to the number to its right. Thus, to make b as small as possible, set it equal to a:
Sum of {a, a, 55, c, 3a + 20} = 275
Similarly, to make c as small as possible, set it equal to 55:
Sum of {a, a, 55, 55, 3a + 20} = 275
Because we have narrowed it down to one variable, we can solve for a.
Sum of {a, a, 55, 55, 3a + 20} = 275
a + a + 55 + 55 + (3a +20) = 275
2a + 110 + 3a + 20 = 275
5a + 130 = 275
5a = 145
a = 29
Thus, the smallest number in the set is 29, and the largest number is 3a + 20 = 107. The range of the set is 2a + 20 = 78.
The correct answer is A.