2024 AIME II Problema 2

Intenta el Problema 2 del 2024 AIME II a continuación y luego compara tu respuesta con la solución preparada profesionalmente de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2024 AIME II, o revisar la clave de respuestas.

Todos los problemas se usan con el permiso legal oficial de la Mathematical Association of America (MAA).

2.

Una lista de enteros positivos tiene las siguientes propiedades:

• La suma de los elementos de la lista es 30.30.

• La única moda de la lista es 9.9.

• La mediana de la lista es un entero positivo que no aparece en la lista misma.

Halla la suma de los cuadrados de todos los elementos de la lista.

A list of positive integers has the following properties:

• The sum of the items in the list is 30.30.

• The unique mode of the list is 9.9.

• The median of the list is a positive integer that does not appear in the list itself.

Find the sum of the squares of all the items in the list.

Respuesta: 236
Conceptos:modamediana (datos)análisis por casos
Nivel de dificultad: 2180
Solución:

La mediana es un entero que no está en la lista, así que la lista no puede tener longitud impar (pues la mediana sería uno de sus elementos). La moda única 99 aparece al menos dos veces. Dos elementos 9,99, 9 suman 18,18, no 30,30, así que probemos cuatro elementos a<b<9a \lt b \lt 9 junto con 9,9,9, 9, donde aa y bb son distintos (una repetición empataría la moda) y a+b=12.a + b = 12. La mediana b+92\frac{b + 9}{2} debe ser entera, así que bb es impar, y a=12b<ba = 12 - b \lt b obliga a b>6.b \gt 6. Por tanto, b=7b = 7 y a=5:a = 5: la lista 5,7,9,95, 7, 9, 9 tiene mediana 8,8, que no aparece.

Ninguna lista más larga funciona. Con exactamente dos 99, seis elementos requerirían otros cuatro valores distintos que sumen 12,12, a saber {1,2,3,6}\{1, 2, 3, 6\} o {1,2,4,5},\{1, 2, 4, 5\}, pero ambos dan mediana 4.5;4.5; ocho o más elementos son imposibles porque seis valores positivos distintos ya suman al menos 21>12.21 \gt 12. Con tres 99, los elementos restantes suman 3,3, y cada opción coloca 99 en la mediana o empata la moda. Cuatro 99 ya suman más de 30.30.

La suma de cuadrados es 25+49+81+81=236.25 + 49 + 81 + 81 = 236.

The median is an integer that is not in the list, so the list cannot have odd length (then the median would be a member). The unique mode 99 appears at least twice. Two items 9,99, 9 sum to 18,18, not 30,30, so try four items a<b<9a \lt b \lt 9 together with 9,9,9, 9, where aa and bb are distinct (a repeat would tie the mode) and a+b=12.a + b = 12. The median b+92\frac{b + 9}{2} must be an integer, so bb is odd, and a=12b<ba = 12 - b \lt b forces b>6.b \gt 6. Thus b=7b = 7 and a=5:a = 5: the list 5,7,9,95, 7, 9, 9 has median 8,8, which indeed does not appear.

No longer list works. With exactly two 99s, six items would need four distinct other values summing to 12,12, namely {1,2,3,6}\{1, 2, 3, 6\} or {1,2,4,5},\{1, 2, 4, 5\}, but both give median 4.5;4.5; eight or more items are impossible because six distinct positive values already sum to at least 21>12.21 \gt 12. With three 99s the remaining items sum to 3,3, and every option either puts 99 at the median or ties the mode. Four 99s already sum to more than 30.30.

The sum of squares is 25+49+81+81=236.25 + 49 + 81 + 81 = 236.

← Problema 1#1
Examen completo

El Problema 2 en otros años