Skip to main content

2022 AMC 12B Problem 7

Problem 7 of 25EasierAlgebra

Camila writes down five positive integers. The unique mode of these integers is 22 greater than their median, and the median is 22 greater than their arithmetic mean. What is the least possible value for the mode?

Answer choices

Show solution

Solution

List the numbers in increasing order with median m.m. The mode is m+2>m,m + 2 \gt m, so it can only occur among the two largest entries; for it to be the unique mode, both of them must equal m+2.m + 2. The mean is m2,m - 2, so the total is 5(m2).5(m-2). With the two largest equal to m+2m + 2 and the median m,m, the two smallest sum to 5(m2)m2(m+2)5(m-2) - m - 2(m+2) =2m14.= 2m - 14. The two smallest are distinct positive integers, so 2m141+2=3,2m - 14 \ge 1 + 2 = 3, giving m9.m \ge 9. With m=9m = 9 the list 1,3,9,11,111, 3, 9, 11, 11 works, so the least mode is m+2=11.m + 2 = 11. Thus, the correct answer is D.

More practice

Concepts: mode · median (data) · mean · optimization

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