2026 AIME I Problema 13

A continuación está la solución preparada profesionalmente para el Problema 13 del 2026 AIME I, de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2026 AIME I, o revisar la clave de respuestas.

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

Conceptos:teorema del binomioaritmética modularpolinomio

Nivel de dificultad: 3370

13.

Para cada entero no negativo rr menor que 502502 defina Sr=m0(10,000502m+r),S_r = \sum_{m \ge 0} \binom{10{,}000}{502m + r}, donde (10,000n)\binom{10{,}000}{n} se define como 00 cuando n>10,000.n \gt 10{,}000. Es decir, SrS_r es la suma de todos los coeficientes binomiales de la forma (10,000k)\binom{10{,}000}{k} para los cuales 0k10,0000 \le k \le 10{,}000 y krk - r es múltiplo de 502.502.

Halle el número de enteros en la lista S0,S_0, S1,S_1, S2,S_2, ,\ldots, S501S_{501} que son múltiplos del número primo 503503.

For each nonnegative integer rr less than 502502 define Sr=m0(10,000502m+r),S_r = \sum_{m \ge 0} \binom{10{,}000}{502m + r}, where (10,000n)\binom{10{,}000}{n} is defined to be 00 when n>10,000.n \gt 10{,}000. That is, SrS_r is the sum of all the binomial coefficients of the form (10,000k)\binom{10{,}000}{k} for which 0k10,0000 \le k \le 10{,}000 and krk - r is a multiple of 502.502.

Find the number of integers in the list S0,S_0, S1,S_1, S2,S_2, ,\ldots, S501S_{501} that are multiples of the prime number 503.503.

Solución:

Trabaje en el anillo F503[x]/(x5021).\mathbb{F}_{503}[x]/(x^{502} - 1). Al reducir (1+x)10000=k(10000k)xk(1 + x)^{10000} = \sum_k \binom{10000}{k} x^k se reemplaza cada exponente kk por kmod502,k \bmod 502, así que (1+x)10000r=0501Srxr(mod503, x5021). \begin{aligned} &(1+x)^{10000} \equiv \sum_{r=0}^{501} S_r \, x^r \\ &\pmod{503,\ x^{502} - 1}. \end{aligned}

Como 503503 es primo, (1+x)503(1+x)^{503} \equiv 1+x503(mod503),1 + x^{503} \pmod{503}, y x503=xx502x,x^{503} = x \cdot x^{502} \equiv x, así que (1+x)5031+x(1+x)^{503} \equiv 1 + x en este anillo. Escribiendo 10000=19503+443,10000 = 19 \cdot 503 + 443, (1+x)10000=((1+x)503)19(1+x)443(1+x)19(1+x)443=(1+x)462. \begin{aligned} &(1+x)^{10000} \\ &= \left((1+x)^{503}\right)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &\equiv (1+x)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &= (1+x)^{462}. \end{aligned} Como 462<502,462 \lt 502, ningún exponente se pliega, así que Sr(462r)(mod503)S_r \equiv \binom{462}{r} \pmod{503} para 0r501,0 \le r \le 501, donde (462r)=0\binom{462}{r} = 0 para r>462.r \gt 462.

Para 0r4620 \le r \le 462 el coeficiente binomial (462r)\binom{462}{r} no es divisible por 503:503: tanto 462462 como rr son dígitos únicos en base 503,503, así que el teorema de Lucas da un valor no nulo (de hecho (462r)=462!r!(462r)!\binom{462}{r} = \frac{462!}{r!\,(462-r)!} no involucra ningún factor de 503503). Por lo tanto Sr0(mod503)S_r \equiv 0 \pmod{503} exactamente para r=463,464,,501,r = 463, 464, \ldots, 501, que son 501463+1=39501 - 463 + 1 = 39 valores.

Work in the ring F503[x]/(x5021).\mathbb{F}_{503}[x]/(x^{502} - 1). Reducing (1+x)10000=k(10000k)xk(1 + x)^{10000} = \sum_k \binom{10000}{k} x^k replaces each exponent kk by kmod502,k \bmod 502, so (1+x)10000r=0501Srxr(mod503, x5021). \begin{aligned} &(1+x)^{10000} \equiv \sum_{r=0}^{501} S_r \, x^r \\ &\pmod{503,\ x^{502} - 1}. \end{aligned}

Since 503503 is prime, (1+x)503(1+x)^{503} \equiv 1+x503(mod503),1 + x^{503} \pmod{503}, and x503=xx502x,x^{503} = x \cdot x^{502} \equiv x, so (1+x)5031+x(1+x)^{503} \equiv 1 + x in this ring. Writing 10000=19503+443,10000 = 19 \cdot 503 + 443, (1+x)10000=((1+x)503)19(1+x)443(1+x)19(1+x)443=(1+x)462. \begin{aligned} &(1+x)^{10000} \\ &= \left((1+x)^{503}\right)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &\equiv (1+x)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &= (1+x)^{462}. \end{aligned} As 462<502,462 \lt 502, no exponents fold, so Sr(462r)(mod503)S_r \equiv \binom{462}{r} \pmod{503} for 0r501,0 \le r \le 501, where (462r)=0\binom{462}{r} = 0 for r>462.r \gt 462.

For 0r4620 \le r \le 462 the binomial coefficient (462r)\binom{462}{r} is not divisible by 503:503: both 462462 and rr are single digits in base 503,503, so Lucas' theorem gives a nonzero value (indeed (462r)=462!r!(462r)!\binom{462}{r} = \frac{462!}{r!\,(462-r)!} involves no factor of 503503). Hence Sr0(mod503)S_r \equiv 0 \pmod{503} exactly for r=463,464,,501,r = 463, 464, \ldots, 501, which is 501463+1=39501 - 463 + 1 = 39 values.

← Problema 12#12Examen completoProblema 14#14 →

El Problema 13 en otros años