Skip to main content

2012 AMC 10A Problem 13

Problem 13 of 25IntermediateAlgebra

An iterative average of the numbers 1,1, 2,2, 3,3, 4,4, and 55 is computed the following way. Arrange the five numbers in some order. Find the mean of the first two numbers, then find the mean of that with the third number, then the mean of that with the fourth number, and finally the mean of that with the fifth number. What is the difference between the largest and smallest possible values that can be obtained using this procedure?

Answer choices

Show solution

Solution

Let the order of the numbers be a,b,c,d,e. a, b, c, d, e. Then the iterative average is a+b2+c2+d2+e2 \dfrac{\dfrac{\dfrac{\dfrac{a + b}{2} + c}{2} + d}{2} + e}{2}=a+b+2c+4d+8e16. = \dfrac{a + b + 2c + 4d + 8e}{16}. To minimize this, we make the order 5,4,3,2,1, 5, 4, 3, 2, 1, which gives us a sum of 5+4+6+8+816=3116. \dfrac{5 + 4 + 6 + 8 + 8}{16} = \dfrac{31}{16}. To maximize it, we have to reverse this order to get an average of 1+2+6+16+4016=6516. \dfrac{1 + 2 + 6 + 16 + 40}{16} = \dfrac{65}{16}. The difference between these is 65163116=3416=178. \dfrac{65}{16} - \dfrac{31}{16} = \dfrac{34}{16} = \dfrac{17}{8}. Thus, C is the correct answer.

More practice

Concepts: mean · algebraic manipulation · optimization

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