Skip to main content

2021 AMC 10B Problem 19

Problem 19 of 25HarderAlgebra

Suppose that SS is a finite set of positive integers. If the greatest integer in SS is removed from S,S, then the average value (arithmetic mean) of the integers remaining is 32.32. If the least integer in SS is also removed, then the average value of the integers remaining is 35.35. If the greatest integer is then returned to the set, the average value of the integers rises to 40.40. The greatest integer in the original set SS is 7272 greater than the least integer in S.S. What is the average value of all the integers in the set S?S?

Answer choices

Show solution

Solution

Let the sum of all the integers be s,s, the greatest number be g,g, the least number be l,l, and the size of SS be n.n. The two averages of sets with n1n-1 elements give sl=40(n1),sg=32(n1). \begin{aligned} s-l&=40(n-1),\\ s-g&=32(n-1). \end{aligned} Subtracting and using gl=72g-l=72 gives 72=8(n1),72=8(n-1), so n=10.n=10. Removing both extremes leaves 88 numbers with sum 835=280.8\cdot35=280. On the other hand, removing only the least number leaves a sum of 940=360,9\cdot40=360, so g=360280=80.g=360-280=80. Hence l=8072=8,l=80-72=8, and the original sum is s=280+80+8=368.s=280+80+8=368. The required average is sn=36810=36.8.\frac{s}{n}=\frac{368}{10}=36.8. Thus, the answer is D .

More practice

Concepts: mean · system of equations

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.