Skip to main content

2021 AMC 12B Problem 12

Problem 12 of 25IntermediateAlgebra

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 n=S,n=|S|, let TT be the total, MM the greatest, and LL the least. Then TMn1=32,\dfrac{T-M}{n-1}=32, TMLn2=35,\dfrac{T-M-L}{n-2}=35, and TLn1=40.\dfrac{T-L}{n-1}=40. Subtracting the first from the third: MLn1=8.\dfrac{M-L}{n-1}=8. Since ML=72,M-L=72, we get n1=9,n-1=9, so n=10.n=10. Then TM=288T-M=288 and TL=360.T-L=360. The middle equation gives TML=358=280,T-M-L=35\cdot 8=280, so L=288280=8L=288-280=8 and M=80.M=80. Thus T=288+80=368,T=288+80=368, and the average is 36810=36.8.\dfrac{368}{10}=36.8. Thus, the correct 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.