Problemas del 2026 AIME I

¡Desplázate hacia abajo y presiona Iniciar para intentar el examen! O ve al PDF imprimible, la clave de respuestas, o las soluciones profesionales preparadas por LIVE by Po-Shen Loh.

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

O salta directamente a un solo problema con su solución: 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15

¿Quieres aprender de forma profesional con clases interactivas en video?

Aprende con LIVE

Con tiempo

3:00:00

1.

Patrick empezó a caminar a velocidad constante por un camino recto desde su escuela hasta el parque. Una hora después de que Patrick partió, Tanya empezó a correr a velocidad constante 22 millas por hora más rápido de lo que Patrick caminaba, siguiendo el mismo camino recto desde la escuela hasta el parque. Una hora después de que Tanya partió, José empezó a andar en bicicleta a velocidad constante 77 millas por hora más rápido de lo que Tanya corría, siguiendo el mismo camino recto desde la escuela hasta el parque. Las tres personas llegaron al parque al mismo tiempo. La distancia de la escuela al parque es mn\frac{m}{n} millas, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

Patrick started walking at a constant speed along a straight road from his school to the park. One hour after Patrick left, Tanya started running at a constant speed of 22 miles per hour faster than Patrick walked, following the same straight road from the school to the park. One hour after Tanya left, José started bicycling at a constant speed of 77 miles per hour faster than Tanya ran, following the same straight road from the school to the park. All three people arrived at the park at the same time. The distance from the school to the park is mn\frac{m}{n} miles, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 277
Conceptos:distancia, velocidad y tiemposistema de ecuaciones

Nivel de dificultad: 1840

Solución:

Sea vv la velocidad de Patrick en millas por hora y TT su tiempo de viaje en horas. Entonces Tanya viaja durante T1T - 1 horas a velocidad v+2,v + 2, y José viaja durante T2T - 2 horas a velocidad v+9v + 9 (que es 77 más que la velocidad de Tanya). Como los tres recorren la misma distancia, vT=(v+2)(T1)=(v+9)(T2). \begin{aligned} vT &= (v+2)(T-1) \\ &= (v+9)(T-2). \end{aligned}

Al desarrollar la primera igualdad se obtiene 0=2Tv2,0 = 2T - v - 2, así que v=2T2.v = 2T - 2. Al desarrollar la segunda se obtiene 0=9T2v18,0 = 9T - 2v - 18, así que 2v=9T18.2v = 9T - 18. Sustituyendo, 4T4=9T18,4T - 4 = 9T - 18, de donde T=145T = \frac{14}{5} y v=185.v = \frac{18}{5}.

La distancia es vT=185145=25225,vT = \frac{18}{5} \cdot \frac{14}{5} = \frac{252}{25}, que ya está en su mínima expresión, así que m+n=252+25=277.m + n = 252 + 25 = 277.

Let vv be Patrick's speed in miles per hour and TT his travel time in hours. Then Tanya travels for T1T - 1 hours at speed v+2,v + 2, and José travels for T2T - 2 hours at speed v+9v + 9 (which is 77 more than Tanya's speed). Since all three cover the same distance, vT=(v+2)(T1)=(v+9)(T2). \begin{aligned} vT &= (v+2)(T-1) \\ &= (v+9)(T-2). \end{aligned}

Expanding the first equality gives 0=2Tv2,0 = 2T - v - 2, so v=2T2.v = 2T - 2. Expanding the second gives 0=9T2v18,0 = 9T - 2v - 18, so 2v=9T18.2v = 9T - 18. Substituting, 4T4=9T18,4T - 4 = 9T - 18, hence T=145T = \frac{14}{5} and v=185.v = \frac{18}{5}.

The distance is vT=185145=25225,vT = \frac{18}{5} \cdot \frac{14}{5} = \frac{252}{25}, which is in lowest terms, so m+n=252+25=277.m + n = 252 + 25 = 277.

2.

Halle el número de palíndromos enteros positivos escritos en base 10,10, sin dígitos cero, y cuyos dígitos suman 13.13. Por ejemplo, 4212442124 tiene estas propiedades. Recuerde que un palíndromo es un número cuya representación se lee igual de izquierda a derecha que de derecha a izquierda.

Find the number of positive integer palindromes written in base 10,10, with no zero digits, and whose digits add up to 13.13. For example, 4212442124 has these properties. Recall that a palindrome is a number whose representation reads the same from left to right as from right to left.

Respuesta: 62
Solución:

Un palíndromo con un número par de dígitos tiene cada dígito apareciendo en un par reflejado, así que su suma de dígitos es par. Como 1313 es impar, el palíndromo tiene un número impar de dígitos, y si mm es el dígito central, el resto de la suma de dígitos 13m13 - m se reparte por igual entre las dos mitades, así que mm es impar. Un palíndromo de un dígito requeriría m=13,m = 13, lo cual es imposible.

El palíndromo queda determinado por su dígito central mm y el bloque de dígitos a la izquierda del centro: una cadena no vacía de dígitos no nulos con suma s=13m2.s = \frac{13 - m}{2}. Para m=1,3,5,7,9m = 1, 3, 5, 7, 9 obtenemos s=6,5,4,3,2.s = 6, 5, 4, 3, 2. Como s6,s \le 6, cada dígito de tal cadena es automáticamente a lo sumo 9,9, así que el número de cadenas es el número de composiciones de s,s, que es 2s12^{s-1} (cada uno de los s1s - 1 huecos entre unidades es un corte o no).

El total es 25+24+23+22+21=32+16+8+4+2=62. \begin{aligned} &2^{5} + 2^{4} + 2^{3} + 2^{2} + 2^{1} \\ &= 32 + 16 + 8 + 4 + 2 \\ &= 62. \end{aligned}

A palindrome with an even number of digits has each digit appearing in a mirrored pair, so its digit sum is even. Since 1313 is odd, the palindrome has an odd number of digits, and if mm is the middle digit, the rest of the digit sum 13m13 - m is split evenly between the two halves, so mm is odd. A one-digit palindrome would need m=13,m = 13, which is impossible.

The palindrome is determined by its middle digit mm and the block of digits to the left of center: a nonempty string of nonzero digits with sum s=13m2.s = \frac{13 - m}{2}. For m=1,3,5,7,9m = 1, 3, 5, 7, 9 we get s=6,5,4,3,2.s = 6, 5, 4, 3, 2. Since s6,s \le 6, every digit of such a string is automatically at most 9,9, so the number of strings is the number of compositions of s,s, which is 2s12^{s-1} (each of the s1s - 1 gaps between units is either a break or not).

The total is 25+24+23+22+21=32+16+8+4+2=62. \begin{aligned} &2^{5} + 2^{4} + 2^{3} + 2^{2} + 2^{1} \\ &= 32 + 16 + 8 + 4 + 2 \\ &= 62. \end{aligned}

3.

Un hemisferio de radio 200200 se apoya sobre un disco circular horizontal de radio 200,200, y el hemisferio y el disco tienen el mismo centro. Sea T\mathcal{T} la región de puntos PP en el disco tales que una esfera de radio 4242 puede colocarse sobre el disco en PP y quedar completamente dentro del hemisferio. El área de T\mathcal{T} dividida por el área del disco es pq,\frac{p}{q}, donde pp y qq son enteros positivos primos entre sí. Halle p+q.p + q.

A hemisphere with radius 200200 sits on top of a horizontal circular disk with radius 200,200, and the hemisphere and disk have the same center. Let T\mathcal{T} be the region of points PP in the disk such that a sphere of radius 4242 can be placed on top of the disk at PP and lie completely inside the hemisphere. The area of T\mathcal{T} divided by the area of the disk is pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

Respuesta: 79
Solución:

Una esfera de radio 4242 que descansa sobre el disco en PP tiene su centro 4242 directamente encima de P.P. Queda dentro del hemisferio de radio 200200 exactamente cuando su centro está a lo sumo a 20042=158200 - 42 = 158 del centro común O.O. Si dd es la distancia de OO a P,P, el centro de la esfera está a distancia d2+422\sqrt{d^2 + 42^2} de O,O, así que la condición es d2+4221582.d^2 + 42^2 \le 158^2.

Por diferencia de cuadrados, d21582422d^2 \le 158^2 - 42^2 =116200= 116 \cdot 200 =23200.= 23200. Así T\mathcal{T} es un disco de radio 23200,\sqrt{23200}, y la razón de áreas es 232002002=2320040000=2950.\frac{23200}{200^2} = \frac{23200}{40000} = \frac{29}{50}. Por lo tanto p+q=29+50=79.p + q = 29 + 50 = 79.

A sphere of radius 4242 resting on the disk at PP has its center 4242 directly above P.P. It lies inside the hemisphere of radius 200200 exactly when its center is within 20042=158200 - 42 = 158 of the common center O.O. If dd is the distance from OO to P,P, the center of the sphere is at distance d2+422\sqrt{d^2 + 42^2} from O,O, so the condition is d2+4221582.d^2 + 42^2 \le 158^2.

By difference of squares, d21582422d^2 \le 158^2 - 42^2 =116200= 116 \cdot 200 =23200.= 23200. Thus T\mathcal{T} is a disk of radius 23200,\sqrt{23200}, and the ratio of areas is 232002002=2320040000=2950.\frac{23200}{200^2} = \frac{23200}{40000} = \frac{29}{50}. Therefore p+q=29+50=79.p + q = 29 + 50 = 79.

4.

Halle el número de enteros menores o iguales que 100100 que son iguales a a+b+aba + b + ab para alguna elección de enteros positivos distintos aa y b.b.

Find the number of integers less than or equal to 100100 that are equal to a+b+aba + b + ab for some choice of distinct positive integers aa and b.b.

Respuesta: 70
Solución:

Como a+b+ab=(a+1)(b+1)1,a + b + ab = (a+1)(b+1) - 1, un entero nn es representable exactamente cuando n+1=xyn + 1 = xy para enteros distintos x=a+1x = a + 1 y y=b+1y = b + 1 que son cada uno al menos 2.2. Así contamos los enteros n+1n + 1 en {2,3,,101}\{2, 3, \ldots, 101\} que admiten tal factorización.

Un primo no tiene factorización en dos factores que sean ambos al menos 2,2, y el cuadrado de un primo p2p^2 se factoriza así solo como pp,p \cdot p, lo cual no está permitido. Todo otro compuesto MM funciona: si pp es su menor factor primo, entonces M=pMpM = p \cdot \frac{M}{p} con Mp>p\frac{M}{p} \gt p ya que M>p2.M \gt p^2. En {2,,101}\{2, \ldots, 101\} hay 2626 primos (los 2525 primos menores que 100,100, junto con 101101) y 44 cuadrados de primos (4,4, 9,9, 25,25, 4949).

El total es 100264=70.100 - 26 - 4 = 70.

Since a+b+ab=(a+1)(b+1)1,a + b + ab = (a+1)(b+1) - 1, an integer nn is representable exactly when n+1=xyn + 1 = xy for distinct integers x=a+1x = a + 1 and y=b+1y = b + 1 that are each at least 2.2. So we count integers n+1n + 1 in {2,3,,101}\{2, 3, \ldots, 101\} that admit such a factorization.

A prime has no factorization into two factors that are both at least 2,2, and the square of a prime p2p^2 factors that way only as pp,p \cdot p, which is not allowed. Every other composite MM works: if pp is its smallest prime factor, then M=pMpM = p \cdot \frac{M}{p} with Mp>p\frac{M}{p} \gt p since M>p2.M \gt p^2. In {2,,101}\{2, \ldots, 101\} there are 2626 primes (the 2525 primes below 100,100, together with 101101) and 44 prime squares (4,4, 9,9, 25,25, 4949).

The count is 100264=70.100 - 26 - 4 = 70.

5.

Un plano contiene los puntos AA y BB con AB=1.AB = 1. El punto AA se rota en el plano en sentido antihorario un ángulo agudo θ\theta alrededor del punto BB hasta el punto A.A'. Luego BB se rota en el plano en sentido horario un ángulo θ\theta alrededor del punto AA' hasta el punto B.B'. Suponga que AB=43.AB' = \frac{4}{3}. El valor de cosθ\cos\theta puede escribirse como mn,\frac{m}{n}, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

A plane contains points AA and BB with AB=1.AB = 1. Point AA is rotated in the plane counterclockwise through an acute angle θ\theta around point BB to point A.A'. Then BB is rotated in the plane clockwise through angle θ\theta around point AA' to point B.B'. Suppose AB=43.AB' = \frac{4}{3}. The value of cosθ\cos\theta can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 65

Nivel de dificultad: 2400

Solución:

Trabaje en el plano complejo con B=0B = 0 y A=1.A = 1. Rotar zz alrededor de PP un ángulo φ\varphi en sentido antihorario da P+eiφ(zP).P + e^{i\varphi}(z - P). Así A=eiθ,A' = e^{i\theta}, y rotar BB en sentido horario un ángulo θ\theta alrededor de AA' da B=A+eiθ(0A)=eiθeiθeiθ=eiθ1. \begin{aligned} &B' = A' + e^{-i\theta}(0 - A') \\ &= e^{i\theta} - e^{-i\theta}e^{i\theta} \\ &= e^{i\theta} - 1. \end{aligned}

Entonces AB2=eiθ22=(cosθ2)2+sin2θ=54cosθ. \begin{aligned} &AB'^2 = \left|e^{i\theta} - 2\right|^2 \\ &= (\cos\theta - 2)^2 + \sin^2\theta \\ &= 5 - 4\cos\theta. \end{aligned} Al igualar esto a (43)2=169\left(\frac{4}{3}\right)^2 = \frac{16}{9} se obtiene 4cosθ=5169=299,4\cos\theta = 5 - \frac{16}{9} = \frac{29}{9}, así que cosθ=2936\cos\theta = \frac{29}{36} (efectivamente positivo, consistente con θ\theta agudo). Así m+n=29+36=65.m + n = 29 + 36 = 65.

Work in the complex plane with B=0B = 0 and A=1.A = 1. Rotating zz about PP through angle φ\varphi counterclockwise gives P+eiφ(zP).P + e^{i\varphi}(z - P). So A=eiθ,A' = e^{i\theta}, and rotating BB clockwise through θ\theta about AA' gives B=A+eiθ(0A)=eiθeiθeiθ=eiθ1. \begin{aligned} &B' = A' + e^{-i\theta}(0 - A') \\ &= e^{i\theta} - e^{-i\theta}e^{i\theta} \\ &= e^{i\theta} - 1. \end{aligned}

Then AB2=eiθ22=(cosθ2)2+sin2θ=54cosθ. \begin{aligned} &AB'^2 = \left|e^{i\theta} - 2\right|^2 \\ &= (\cos\theta - 2)^2 + \sin^2\theta \\ &= 5 - 4\cos\theta. \end{aligned} Setting this equal to (43)2=169\left(\frac{4}{3}\right)^2 = \frac{16}{9} gives 4cosθ=5169=299,4\cos\theta = 5 - \frac{16}{9} = \frac{29}{9}, so cosθ=2936\cos\theta = \frac{29}{36} (indeed positive, consistent with θ\theta acute). Thus m+n=29+36=65.m + n = 29 + 36 = 65.

6.

El producto de todos los números reales positivos xx que satisfacen la ecuación xlog2026x20=26x\sqrt[20]{x^{\log_{2026} x}} = 26x es un entero PP. Halle el número de divisores enteros positivos de PP.

The product of all positive real numbers xx satisfying the equation xlog2026x20=26x\sqrt[20]{x^{\log_{2026} x}} = 26x is an integer P.P. Find the number of positive integer divisors of P.P.

Respuesta: 441
Solución:

Sea t=log2026x.t = \log_{2026} x. Tomando log2026\log_{2026} de ambos lados de x(log2026x)/20=26xx^{(\log_{2026} x)/20} = 26x se obtiene t220=log202626+t,\frac{t^2}{20} = \log_{2026} 26 + t, es decir t220t20log202626=0.t^2 - 20t - 20\log_{2026} 26 = 0. El discriminante 400+80log202626400 + 80\log_{2026} 26 es positivo, así que hay dos raíces reales t1,t2,t_1, t_2, cada una dando una solución positiva válida x=2026t.x = 2026^{t}.

Por las fórmulas de Vieta t1+t2=20,t_1 + t_2 = 20, así que el producto de las soluciones es 2026t12026t2=202620.2026^{t_1} \cdot 2026^{t_2} = 2026^{20}. Como 2026=210132026 = 2 \cdot 1013 y 10131013 es primo, P=220101320P = 2^{20} \cdot 1013^{20} tiene 2121=44121 \cdot 21 = 441 divisores positivos.

Let t=log2026x.t = \log_{2026} x. Taking log2026\log_{2026} of both sides of x(log2026x)/20=26xx^{(\log_{2026} x)/20} = 26x gives t220=log202626+t,\frac{t^2}{20} = \log_{2026} 26 + t, that is t220t20log202626=0.t^2 - 20t - 20\log_{2026} 26 = 0. The discriminant 400+80log202626400 + 80\log_{2026} 26 is positive, so there are two real roots t1,t2,t_1, t_2, each giving a valid positive solution x=2026t.x = 2026^{t}.

By Vieta's formulas t1+t2=20,t_1 + t_2 = 20, so the product of the solutions is 2026t12026t2=202620.2026^{t_1} \cdot 2026^{t_2} = 2026^{20}. Since 2026=210132026 = 2 \cdot 1013 and 10131013 is prime, P=220101320P = 2^{20} \cdot 1013^{20} has 2121=44121 \cdot 21 = 441 positive divisors.

7.

Halle el número de funciones π\pi que aplican el conjunto A={1,2,3,4,5,6}A = \{1, 2, 3, 4, 5, 6\} sobre AA tales que para todo aA,a \in A, π(π(π(π(π(π(a))))))=a.\pi(\pi(\pi(\pi(\pi(\pi(a)))))) = a.

Find the number of functions π\pi mapping the set A={1,2,3,4,5,6}A = \{1, 2, 3, 4, 5, 6\} onto AA such that for every aA,a \in A, π(π(π(π(π(π(a))))))=a.\pi(\pi(\pi(\pi(\pi(\pi(a)))))) = a.

Respuesta: 396
Solución:

Una función de un conjunto finito sobre sí mismo es una biyección, así que π\pi es una permutación de seis elementos, y la condición dice que π6\pi^6 es la identidad. Una permutación satisface π6=id\pi^6 = \mathrm{id} exactamente cuando todo ciclo de su descomposición en ciclos tiene longitud que divide a 6.6. Entre las longitudes posibles 11 a 6,6, solo 44 y 55 no dividen a 6.6.

Restamos de 6!=7206! = 720 las permutaciones que contienen un 44-ciclo o un 55-ciclo. El tipo de ciclo 4+1+14+1+1 da 6!42!=90,\frac{6!}{4 \cdot 2!} = 90, el tipo 4+24+2 da 6!42=90,\frac{6!}{4 \cdot 2} = 90, y el tipo 5+15+1 da 6!5=144,\frac{6!}{5} = 144, para 90+90+144=32490 + 90 + 144 = 324 permutaciones excluidas.

El total es 720324=396.720 - 324 = 396.

A function from a finite set onto itself is a bijection, so π\pi is a permutation of six elements, and the condition says π6\pi^6 is the identity. A permutation satisfies π6=id\pi^6 = \mathrm{id} exactly when every cycle in its cycle decomposition has length dividing 6.6. Among the possible lengths 11 through 6,6, only 44 and 55 fail to divide 6.6.

We subtract the permutations containing a 44-cycle or a 55-cycle from 6!=720.6! = 720. Cycle type 4+1+14+1+1 gives 6!42!=90,\frac{6!}{4 \cdot 2!} = 90, type 4+24+2 gives 6!42=90,\frac{6!}{4 \cdot 2} = 90, and type 5+15+1 gives 6!5=144,\frac{6!}{5} = 144, for 90+90+144=32490 + 90 + 144 = 324 excluded permutations.

The count is 720324=396.720 - 324 = 396.

8.

Sea NN el número de divisores enteros positivos de 170171717017^{17} que dejan resto 55 al dividir por 12.12. Halle el resto cuando NN se divide por 1000.1000.

Let NN be the number of positive integer divisors of 170171717017^{17} that leave a remainder of 55 upon division by 12.12. Find the remainder when NN is divided by 1000.1000.

Respuesta: 244
Solución:

Como 17017=7111317,17017 = 7 \cdot 11 \cdot 13 \cdot 17, los divisores de 170171717017^{17} son 7a11b13c17d7^a 11^b 13^c 17^d con cada exponente entre 00 y 17.17. Módulo 1212 tenemos 131,13 \equiv 1, y 7211217217^2 \equiv 11^2 \equiv 17^2 \equiv 1 (pues 17517 \equiv 5), así que el residuo de un divisor es 7α11β5δ(mod12),7^{\alpha} \, 11^{\beta} \, 5^{\delta} \pmod{12}, donde α,β,δ\alpha, \beta, \delta son las paridades de a,b,d.a, b, d.

Los cuatro valores posibles 1,5,7,111, 5, 7, 11 se multiplican como el grupo {1,5,7,11}\{1, 5, 7, 11\} módulo 12,12, en el que 7115.7 \cdot 11 \equiv 5. Verificando los ocho patrones de paridad, el residuo es 55 exactamente cuando (α,β,δ)=(0,0,1)(\alpha, \beta, \delta) = (0, 0, 1) o (1,1,0).(1, 1, 0). Cada condición de paridad se satisface por 99 de las 1818 elecciones de ese exponente, mientras que cc es libre con 1818 elecciones.

Por lo tanto N=299918=26244,N = 2 \cdot 9 \cdot 9 \cdot 9 \cdot 18 = 26244, y el resto módulo 10001000 es 244.244.

Since 17017=7111317,17017 = 7 \cdot 11 \cdot 13 \cdot 17, the divisors of 170171717017^{17} are 7a11b13c17d7^a 11^b 13^c 17^d with each exponent between 00 and 17.17. Modulo 1212 we have 131,13 \equiv 1, and 7211217217^2 \equiv 11^2 \equiv 17^2 \equiv 1 (as 17517 \equiv 5), so the residue of a divisor is 7α11β5δ(mod12),7^{\alpha} \, 11^{\beta} \, 5^{\delta} \pmod{12}, where α,β,δ\alpha, \beta, \delta are the parities of a,b,d.a, b, d.

The four possible values 1,5,7,111, 5, 7, 11 multiply like the group {1,5,7,11}\{1, 5, 7, 11\} mod 12,12, in which 7115.7 \cdot 11 \equiv 5. Checking the eight parity patterns, the residue is 55 exactly when (α,β,δ)=(0,0,1)(\alpha, \beta, \delta) = (0, 0, 1) or (1,1,0).(1, 1, 0). Each parity condition is satisfied by 99 of the 1818 choices of that exponent, while cc is free with 1818 choices.

Therefore N=299918=26244,N = 2 \cdot 9 \cdot 9 \cdot 9 \cdot 18 = 26244, and the remainder mod 10001000 is 244.244.

9.

Joanne tiene un dado justo de seis caras en blanco y seis calcomanías, cada una mostrando un entero diferente de 11 a 6.6. Joanne lanza el dado y luego coloca la calcomanía etiquetada 11 sobre la cara superior del dado. Luego lanza el dado de nuevo, coloca la calcomanía etiquetada 22 sobre la cara superior, y continúa este proceso para colocar el resto de las calcomanías en orden. Si el dado alguna vez queda con una calcomanía ya sobre su cara superior, la nueva calcomanía se coloca cubriendo la antigua. Sea pp la probabilidad condicional de que al final del proceso exactamente una cara haya quedado en blanco, dado que todas las calcomanías de número par son visibles en las caras del dado. Entonces pp puede escribirse como mn,\frac{m}{n}, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

Joanne has a blank fair six-sided die and six stickers each displaying a different integer from 11 to 6.6. Joanne rolls the die and then places the sticker labeled 11 on the top face of the die. She then rolls the die again, places the sticker labeled 22 on the top face, and continues this process to place the rest of the stickers in order. If the die ever lands with a sticker already on its top face, the new sticker is placed to cover the old sticker. Let pp be the conditional probability that at the end of the process exactly one face has been left blank, given that all the even-numbered stickers are visible on faces of the die. Then pp can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 29
Solución:

Sean f1,,f6f_1, \ldots, f_6 las caras superiores lanzadas, independientes y uniformes sobre las seis caras. La calcomanía ii va en la cara fif_i y termina visible exactamente cuando fjfif_j \ne f_i para todo j>ij \gt i (la calcomanía 66 siempre es visible). Así el evento condicionante es f3,f4,f5,f6f2f_3, f_4, f_5, f_6 \ne f_2 y f5,f6f4.f_5, f_6 \ne f_4. Contando las elecciones en el orden f1,f2,f3,f4,f5,f6f_1, f_2, f_3, f_4, f_5, f_6 se obtiene 665544=144006 \cdot 6 \cdot 5 \cdot 5 \cdot 4 \cdot 4 = 14400 secuencias de 66.6^6.

Una cara está en blanco exactamente cuando nunca aparece entre f1,,f6,f_1, \ldots, f_6, así que exactamente una cara en blanco significa que la secuencia toma exactamente 55 valores distintos, es decir, hay exactamente una coincidencia fi=fjf_i = f_j con i<ji \lt j y todos los demás valores distintos. La coincidencia no debe violar el condicionamiento: los pares (2,j)(2, j) y (4,5),(4, 5), (4,6)(4, 6) están prohibidos, dejando los 99 pares (1,2),(1,2), (1,3),(1,3), (1,4),(1,4), (1,5),(1,5), (1,6),(1,6), (3,4),(3,4), (3,5),(3,5), (3,6),(3,6), (5,6).(5,6). Para cada par permitido, los cinco valores distintos pueden asignarse de 65432=7206 \cdot 5 \cdot 4 \cdot 3 \cdot 2 = 720 maneras, y toda restricción se cumple automáticamente porque el único valor repetido ocupa un par permitido. Eso da 9720=64809 \cdot 720 = 6480 secuencias.

Por lo tanto p=648014400=920,p = \frac{6480}{14400} = \frac{9}{20}, y m+n=9+20=29.m + n = 9 + 20 = 29.

Let f1,,f6f_1, \ldots, f_6 be the top faces rolled, independent and uniform over the six faces. Sticker ii goes on face fif_i and ends up visible exactly when fjfif_j \ne f_i for all j>ij \gt i (sticker 66 is always visible). So the conditioning event is f3,f4,f5,f6f2f_3, f_4, f_5, f_6 \ne f_2 and f5,f6f4.f_5, f_6 \ne f_4. Counting choices in the order f1,f2,f3,f4,f5,f6f_1, f_2, f_3, f_4, f_5, f_6 gives 665544=144006 \cdot 6 \cdot 5 \cdot 5 \cdot 4 \cdot 4 = 14400 sequences out of 66.6^6.

A face is blank exactly when it never appears among f1,,f6,f_1, \ldots, f_6, so exactly one blank face means the sequence takes exactly 55 distinct values, i.e. there is exactly one coincidence fi=fjf_i = f_j with i<ji \lt j and all other values distinct. The coincidence must not violate the conditioning: pairs (2,j)(2, j) and (4,5),(4, 5), (4,6)(4, 6) are forbidden, leaving the 99 pairs (1,2),(1,2), (1,3),(1,3), (1,4),(1,4), (1,5),(1,5), (1,6),(1,6), (3,4),(3,4), (3,5),(3,5), (3,6),(3,6), (5,6).(5,6). For each allowed pair, the five distinct values can be assigned in 65432=7206 \cdot 5 \cdot 4 \cdot 3 \cdot 2 = 720 ways, and every constraint holds automatically because the only repeated value occupies an allowed pair. That gives 9720=64809 \cdot 720 = 6480 sequences.

Therefore p=648014400=920,p = \frac{6480}{14400} = \frac{9}{20}, and m+n=9+20=29.m + n = 9 + 20 = 29.

10.

Sea ABC\triangle ABC con lados AB=13,AB = 13, BC=14,BC = 14, y CA=15.CA = 15. El triángulo ABC\triangle A'B'C' se obtiene rotando ABC\triangle ABC alrededor de su circuncentro de modo que AC\overline{A'C'} sea perpendicular a BC,\overline{BC}, con AA' y BB no del mismo lado de la recta BC.B'C'. Halle el entero más cercano al área del hexágono AACCBB.AA'CC'BB'.

Let ABC\triangle ABC have side lengths AB=13,AB = 13, BC=14,BC = 14, and CA=15.CA = 15. Triangle ABC\triangle A'B'C' is obtained by rotating ABC\triangle ABC about its circumcenter so that AC\overline{A'C'} is perpendicular to BC,\overline{BC}, with AA' and BB not on the same side of line BC.B'C'. Find the integer closest to the area of hexagon AACCBB.AA'CC'BB'.

Respuesta: 156
Solución:

Coloque B=(0,0),B = (0,0), C=(14,0),C = (14,0), A=(5,12).A = (5,12). El circuncentro está en x=7,x = 7, e igualando las distancias a BB y AA se obtiene O=(7,338).O = \left(7, \frac{33}{8}\right). La dirección de AC\overline{AC} es CA=(9,12),C - A = (9, -12), paralela a (3,4).(3, -4). Una rotación de ángulo φ\varphi hace AC\overline{A'C'} vertical exactamente cuando envía (3,4)(3,-4) a (0,±5),(0, \pm 5), así que (cosφ,sinφ)=(45,35)(\cos\varphi, \sin\varphi) = \left(\frac{4}{5}, -\frac{3}{5}\right) o (45,35).\left(-\frac{4}{5}, \frac{3}{5}\right). Rotando cada vértice alrededor de OO y verificando la recta BCB'C' se muestra que AA' y BB están en lados opuestos solo para cosφ=45,\cos\varphi = \frac{4}{5}, sinφ=35.\sin\varphi = -\frac{3}{5}.

Con esta rotación, P=O+R(PO)P' = O + R(P - O) da A=(818,938),A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right), B=(4340,20140),B' = \left(-\tfrac{43}{40}, \tfrac{201}{40}\right), C=(818,278).C' = \left(\tfrac{81}{8}, -\tfrac{27}{8}\right). Por ejemplo, AO=(2,638)A - O = \left(-2, \tfrac{63}{8}\right) se rota a (258,152),\left(\tfrac{25}{8}, \tfrac{15}{2}\right), dando A=(818,938).A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right).

El hexágono AACCBBA A' C C' B B' es simple con estos vértices en orden, así que la fórmula de la lazada sobre (5,12),(5,12), (818,938),\left(\tfrac{81}{8}, \tfrac{93}{8}\right), (14,0),(14,0), (818,278),\left(\tfrac{81}{8}, -\tfrac{27}{8}\right), (0,0),(0,0), (4340,20140)\left(-\tfrac{43}{40}, \tfrac{201}{40}\right) da área 155710=155.7.\frac{1557}{10} = 155.7. El entero más cercano es 156.156.

Place B=(0,0),B = (0,0), C=(14,0),C = (14,0), A=(5,12).A = (5,12). The circumcenter lies on x=7,x = 7, and equating distances to BB and AA gives O=(7,338).O = \left(7, \frac{33}{8}\right). The direction of AC\overline{AC} is CA=(9,12),C - A = (9, -12), parallel to (3,4).(3, -4). A rotation through φ\varphi makes AC\overline{A'C'} vertical exactly when it sends (3,4)(3,-4) to (0,±5),(0, \pm 5), so (cosφ,sinφ)=(45,35)(\cos\varphi, \sin\varphi) = \left(\frac{4}{5}, -\frac{3}{5}\right) or (45,35).\left(-\frac{4}{5}, \frac{3}{5}\right). Rotating each vertex about OO and checking the line BCB'C' shows that AA' and BB are on opposite sides only for cosφ=45,\cos\varphi = \frac{4}{5}, sinφ=35.\sin\varphi = -\frac{3}{5}.

With this rotation, P=O+R(PO)P' = O + R(P - O) gives A=(818,938),A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right), B=(4340,20140),B' = \left(-\tfrac{43}{40}, \tfrac{201}{40}\right), C=(818,278).C' = \left(\tfrac{81}{8}, -\tfrac{27}{8}\right). For example, AO=(2,638)A - O = \left(-2, \tfrac{63}{8}\right) rotates to (258,152),\left(\tfrac{25}{8}, \tfrac{15}{2}\right), giving A=(818,938).A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right).

The hexagon AACCBBA A' C C' B B' is simple with these vertices in order, so the shoelace formula on (5,12),(5,12), (818,938),\left(\tfrac{81}{8}, \tfrac{93}{8}\right), (14,0),(14,0), (818,278),\left(\tfrac{81}{8}, -\tfrac{27}{8}\right), (0,0),(0,0), (4340,20140)\left(-\tfrac{43}{40}, \tfrac{201}{40}\right) gives area 155710=155.7.\frac{1557}{10} = 155.7. The closest integer is 156.156.

11.

Los enteros de 11 a 6464 se colocan en algún orden en una cuadrícula de 8×88 \times 8 celdas con un número en cada celda. Sea ai,ja_{i,j} el número colocado en la celda de la fila ii y la columna j,j, y sea MM la suma de las diferencias absolutas entre celdas adyacentes. Es decir, M=i=18j=17(ai,j+1ai,j+aj+1,iaj,i).\scriptsize M = \sum_{i=1}^{8} \sum_{j=1}^{7} \left( |a_{i,j+1} - a_{i,j}| + |a_{j+1,i} - a_{j,i}| \right). Halle el resto cuando el máximo valor posible de MM se divide por 1000.1000.

The integers from 11 to 6464 are placed in some order into an 8×88 \times 8 grid of cells with one number in each cell. Let ai,ja_{i,j} be the number placed in the cell in row ii and column j,j, and let MM be the sum of the absolute differences between adjacent cells. That is, M=i=18j=17(ai,j+1ai,j+aj+1,iaj,i).\scriptsize M = \sum_{i=1}^{8} \sum_{j=1}^{7} \left( |a_{i,j+1} - a_{i,j}| + |a_{j+1,i} - a_{j,i}| \right). Find the remainder when the maximum possible value of MM is divided by 1000.1000.

Respuesta: 896

Nivel de dificultad: 3160

Solución:

Considere la cuadrícula como un grafo cuyas 112112 aristas unen celdas adyacentes. Cada arista aporta el valor de su extremo mayor positivamente y el del menor negativamente, así que M=vcvav,M = \sum_v c_v a_v, donde ava_v es la entrada en la celda vv y cvc_v es el número de vecinos de vv con entradas menores menos el número con entradas mayores. Entonces cvdeg(v),|c_v| \le \deg(v), que es 44 para las 3636 celdas interiores, 33 para las 2424 celdas de borde, y 22 para las 44 esquinas, y vcv=0\sum_v c_v = 0 ya que cada arista aporta +1+1 y 1.-1.

Como vcv=0,\sum_v c_v = 0, M=vcv(av652)vdeg(v)av652. \begin{aligned} M &= \sum_v c_v \left(a_v - \tfrac{65}{2}\right) \\ &\le \sum_v \deg(v)\left|a_v - \tfrac{65}{2}\right|. \end{aligned} Por la desigualdad del reordenamiento esto se maximiza emparejando los 3636 valores más lejanos de 652\frac{65}{2} (a saber 111818 y 474764,64, cuyas desviaciones suman 828828) con las celdas interiores, los siguientes 2424 valores (19193030 y 353546,46, que suman 192192) con las celdas de borde, y 31313434 (que suman 44) con las esquinas. Por lo tanto M4828+3192+24M \le 4 \cdot 828 + 3 \cdot 192 + 2 \cdot 4 =3896.= 3896.

La igualdad requiere que cada celda que contiene un valor a lo sumo 3232 sea menor que todos sus vecinos y que todo valor al menos 3333 sea mayor, lo que un tablero de ajedrez logra: ponga 113232 en las celdas negras (111818 en las negras interiores, 19193030 en las negras de borde, 31313232 en las esquinas negras) y 33336464 en las celdas blancas (33333434 en las esquinas, 35354646 en los bordes, 47476464 en el interior). Cada par de vecinos entonces compara blanco sobre negro, así que M=3896,M = 3896, y la respuesta es 3896mod1000=896.3896 \bmod 1000 = 896.

View the grid as a graph whose 112112 edges join adjacent cells. Each edge contributes its larger endpoint value positively and its smaller one negatively, so M=vcvav,M = \sum_v c_v a_v, where ava_v is the entry in cell vv and cvc_v is the number of neighbors of vv with smaller entries minus the number with larger entries. Then cvdeg(v),|c_v| \le \deg(v), which is 44 for the 3636 interior cells, 33 for the 2424 edge cells, and 22 for the 44 corners, and vcv=0\sum_v c_v = 0 since each edge contributes +1+1 and 1.-1.

Because vcv=0,\sum_v c_v = 0, M=vcv(av652)vdeg(v)av652. \begin{aligned} M &= \sum_v c_v \left(a_v - \tfrac{65}{2}\right) \\ &\le \sum_v \deg(v)\left|a_v - \tfrac{65}{2}\right|. \end{aligned} By the rearrangement inequality this is maximized by pairing the 3636 values farthest from 652\frac{65}{2} (namely 111818 and 474764,64, whose deviations total 828828) with the interior cells, the next 2424 values (19193030 and 353546,46, totaling 192192) with the edge cells, and 31313434 (totaling 44) with the corners. Hence M4828+3192+24M \le 4 \cdot 828 + 3 \cdot 192 + 2 \cdot 4 =3896.= 3896.

Equality requires every cell holding a value at most 3232 to be smaller than all its neighbors and every value at least 3333 to be larger, which a checkerboard achieves: put 113232 on the black cells (111818 on interior blacks, 19193030 on edge blacks, 31313232 on black corners) and 33336464 on the white cells (33333434 on corners, 35354646 on edges, 47476464 in the interior). Every neighbor pair then compares white over black, so M=3896,M = 3896, and the answer is 3896mod1000=896.3896 \bmod 1000 = 896.

12.

El triángulo ABC\triangle ABC está en el plano P\mathcal{P} con AB=6,AB = 6, AC=4,AC = 4, y BAC=90.\angle BAC = 90^\circ. Sea DD la reflexión respecto a BC\overline{BC} del baricentro de ABC.\triangle ABC. Cuatro esferas, todas del mismo lado de P,\mathcal{P}, tienen radios 1,2,3,1, 2, 3, y rr y son tangentes a P\mathcal{P} en los puntos A,A, B,B, C,C, y D,D, respectivamente. Las cuatro esferas también son cada una tangente a un segundo plano T\mathcal{T} y están todas del mismo lado de T.\mathcal{T}. El valor de rr puede escribirse como mn,\frac{m}{n}, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

Triangle ABC\triangle ABC lies in plane P\mathcal{P} with AB=6,AB = 6, AC=4,AC = 4, and BAC=90.\angle BAC = 90^\circ. Let DD be the reflection across BC\overline{BC} of the centroid of ABC.\triangle ABC. Four spheres, all on the same side of P,\mathcal{P}, have radii 1,2,3,1, 2, 3, and rr and are tangent to P\mathcal{P} at points A,A, B,B, C,C, and D,D, respectively. The four spheres are also each tangent to a second plane T\mathcal{T} and are all on the same side of T.\mathcal{T}. The value of rr can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 161
Solución:

Una esfera de radio ρ\rho tangente a P\mathcal{P} en PP tiene centro P+ρk,P + \rho k, donde kk es el vector normal unitario hacia arriba de P.\mathcal{P}. Escriba T\mathcal{T} como {x:nx=c}\{x : n \cdot x = c\} con normal unitaria n=(n1,n2,h)n = (n_1, n_2, h) en coordenadas donde P\mathcal{P} es el plano xyxy. La tangencia con todas las esferas del mismo lado significa n(P+ρk)c=ρn \cdot (P + \rho k) - c = \rho para cada esfera, es decir n1xP+n2yPc=(1h)ρ.n_1 x_P + n_2 y_P - c = (1 - h)\rho. Aquí h1,h \ne 1, pues de lo contrario el lado izquierdo sería constante mientras que los radios difieren. Así ρ=g(P)\rho = g(P) para la función afín g(x,y)=n1x+n2yc1h.g(x,y) = \frac{n_1 x + n_2 y - c}{1 - h}.

Tome A=(0,0),A = (0,0), B=(6,0),B = (6,0), C=(0,4).C = (0,4). La función afín con g(A)=1,g(A) = 1, g(B)=2,g(B) = 2, g(C)=3g(C) = 3 es g(x,y)=1+x6+y2.g(x,y) = 1 + \frac{x}{6} + \frac{y}{2}. El baricentro es G=(2,43),G = \left(2, \frac{4}{3}\right), y la recta BCBC es 2x+3y=12.2x + 3y = 12. Como 22+34312=4,2 \cdot 2 + 3 \cdot \frac{4}{3} - 12 = -4, la reflexión da D=G+813(2,3)=(4213, 12439). \begin{aligned} D &= G + \frac{8}{13}\,(2, 3) \\ &= \left(\frac{42}{13},\ \frac{124}{39}\right). \end{aligned}

Por lo tanto r=g(D)r = g(D) =1+164213= 1 + \frac{1}{6} \cdot \frac{42}{13} +1212439+ \frac{1}{2} \cdot \frac{124}{39} =1+2139+6239= 1 + \frac{21}{39} + \frac{62}{39} =12239.= \frac{122}{39}. (Tal plano existe: la condición sobre la normal (1h)2g2=1h2(1-h)^2\left|\nabla g\right|^2 = 1 - h^2 con g2=518\left|\nabla g\right|^2 = \frac{5}{18} da h=1323.h = -\frac{13}{23}.) Como gcd(122,39)=1,\gcd(122, 39) = 1, la respuesta es 122+39=161.122 + 39 = 161.

A sphere of radius ρ\rho tangent to P\mathcal{P} at PP has center P+ρk,P + \rho k, where kk is the upward unit normal of P.\mathcal{P}. Write T\mathcal{T} as {x:nx=c}\{x : n \cdot x = c\} with unit normal n=(n1,n2,h)n = (n_1, n_2, h) in coordinates where P\mathcal{P} is the xyxy-plane. Tangency with all spheres on the same side means n(P+ρk)c=ρn \cdot (P + \rho k) - c = \rho for each sphere, that is n1xP+n2yPc=(1h)ρ.n_1 x_P + n_2 y_P - c = (1 - h)\rho. Here h1,h \ne 1, since otherwise the left side would be constant while the radii differ. So ρ=g(P)\rho = g(P) for the affine function g(x,y)=n1x+n2yc1h.g(x,y) = \frac{n_1 x + n_2 y - c}{1 - h}.

Take A=(0,0),A = (0,0), B=(6,0),B = (6,0), C=(0,4).C = (0,4). The affine function with g(A)=1,g(A) = 1, g(B)=2,g(B) = 2, g(C)=3g(C) = 3 is g(x,y)=1+x6+y2.g(x,y) = 1 + \frac{x}{6} + \frac{y}{2}. The centroid is G=(2,43),G = \left(2, \frac{4}{3}\right), and line BCBC is 2x+3y=12.2x + 3y = 12. Since 22+34312=4,2 \cdot 2 + 3 \cdot \frac{4}{3} - 12 = -4, reflecting gives D=G+813(2,3)=(4213, 12439). \begin{aligned} D &= G + \frac{8}{13}\,(2, 3) \\ &= \left(\frac{42}{13},\ \frac{124}{39}\right). \end{aligned}

Therefore r=g(D)r = g(D) =1+164213= 1 + \frac{1}{6} \cdot \frac{42}{13} +1212439+ \frac{1}{2} \cdot \frac{124}{39} =1+2139+6239= 1 + \frac{21}{39} + \frac{62}{39} =12239.= \frac{122}{39}. (Such a plane exists: the normal condition (1h)2g2=1h2(1-h)^2\left|\nabla g\right|^2 = 1 - h^2 with g2=518\left|\nabla g\right|^2 = \frac{5}{18} gives h=1323.h = -\frac{13}{23}.) Since gcd(122,39)=1,\gcd(122, 39) = 1, the answer is 122+39=161.122 + 39 = 161.

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.

Respuesta: 39

Nivel de dificultad: 3370

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.

14.

En un pentágono equiángulo, la suma de los cuadrados de las longitudes de los lados es igual a 308,308, y la suma de los cuadrados de las longitudes de las diagonales es igual a 800.800. El cuadrado del perímetro del pentágono puede expresarse como mn,m\sqrt{n}, donde mm y nn son enteros positivos y nn no es divisible por el cuadrado de ningún primo. Halle m+n.m + n.

In an equiangular pentagon, the sum of the squares of the side lengths equals 308,308, and the sum of the squares of the diagonal lengths equals 800.800. The square of the perimeter of the pentagon can be expressed as mn,m\sqrt{n}, where mm and nn are positive integers and nn is not divisible by the square of any prime. Find m+n.m + n.

Respuesta: 681
Solución:

En un pentágono equiángulo cada dirección de lado gira el ángulo exterior 72,72^\circ, así que los lados son los vectores skuks_k u_k para k=1,,5,k = 1, \ldots, 5, donde uk=(cos72k,sin72k)u_k = (\cos 72k^\circ, \sin 72k^\circ) y kskuk=0.\sum_k s_k u_k = 0. Escriba Q=sk2=308,Q = \sum s_k^2 = 308, P1=ksksk+1,P_1 = \sum_{k} s_k s_{k+1}, y P2=ksksk+2P_2 = \sum_k s_k s_{k+2} (índices cíclicos). Cada diagonal es una suma de dos vectores de lado consecutivos, así que su cuadrado es sk+12+sk+22+2sk+1sk+2cos72,s_{k+1}^2 + s_{k+2}^2 + 2 s_{k+1} s_{k+2} \cos 72^\circ, y sumando las cinco se obtiene 800=2Q+2cos72P1,800 = 2Q + 2\cos 72^\circ \, P_1, así que 2cos72P1=800616=184. \begin{aligned} &2\cos 72^\circ \, P_1 = 800 - 616 \\ &= 184. \end{aligned}

Desarrollando kskuk2=0,\left|\sum_k s_k u_k\right|^2 = 0, el ángulo entre uku_k y uk+1u_{k+1} es 7272^\circ y entre uku_k y uk+2u_{k+2} es 144:144^\circ: 0=Q+2cos72P1+2cos144P2=308+1842cos36P2, \begin{aligned} &0 = Q + 2\cos 72^\circ \, P_1 \\ &\quad {}+ 2\cos 144^\circ \, P_2 \\ &= 308 + 184 - 2\cos 36^\circ \, P_2, \end{aligned} así que 2cos36P2=492.2\cos 36^\circ \, P_2 = 492. Usando cos72=514\cos 72^\circ = \frac{\sqrt{5} - 1}{4} y cos36=5+14,\cos 36^\circ = \frac{\sqrt{5} + 1}{4}, obtenemos 2P1=184cos72=184(5+1)2P_1 = \frac{184}{\cos 72^\circ} = 184\left(\sqrt{5} + 1\right) y 2P2=492cos36=492(51).2P_2 = \frac{492}{\cos 36^\circ} = 492\left(\sqrt{5} - 1\right).

El cuadrado del perímetro es (sk)2=Q+2P1+2P2=308+1845+184+4925492=6765. \begin{aligned} &\left(\sum s_k\right)^2 = Q + 2P_1 + 2P_2 \\ &= 308 + 184\sqrt{5} + 184 \\ &\quad {}+ 492\sqrt{5} - 492 \\ &= 676\sqrt{5}. \end{aligned} Por lo tanto m+n=676+5=681.m + n = 676 + 5 = 681.

In an equiangular pentagon each side direction turns by the exterior angle 72,72^\circ, so the sides are the vectors skuks_k u_k for k=1,,5,k = 1, \ldots, 5, where uk=(cos72k,sin72k)u_k = (\cos 72k^\circ, \sin 72k^\circ) and kskuk=0.\sum_k s_k u_k = 0. Write Q=sk2=308,Q = \sum s_k^2 = 308, P1=ksksk+1,P_1 = \sum_{k} s_k s_{k+1}, and P2=ksksk+2P_2 = \sum_k s_k s_{k+2} (indices cyclic). Each diagonal is a sum of two consecutive side vectors, so its square is sk+12+sk+22+2sk+1sk+2cos72,s_{k+1}^2 + s_{k+2}^2 + 2 s_{k+1} s_{k+2} \cos 72^\circ, and summing all five gives 800=2Q+2cos72P1,800 = 2Q + 2\cos 72^\circ \, P_1, so 2cos72P1=800616=184. \begin{aligned} &2\cos 72^\circ \, P_1 = 800 - 616 \\ &= 184. \end{aligned}

Expanding kskuk2=0,\left|\sum_k s_k u_k\right|^2 = 0, the angle between uku_k and uk+1u_{k+1} is 7272^\circ and between uku_k and uk+2u_{k+2} is 144:144^\circ: 0=Q+2cos72P1+2cos144P2=308+1842cos36P2, \begin{aligned} &0 = Q + 2\cos 72^\circ \, P_1 \\ &\quad {}+ 2\cos 144^\circ \, P_2 \\ &= 308 + 184 - 2\cos 36^\circ \, P_2, \end{aligned} so 2cos36P2=492.2\cos 36^\circ \, P_2 = 492. Using cos72=514\cos 72^\circ = \frac{\sqrt{5} - 1}{4} and cos36=5+14,\cos 36^\circ = \frac{\sqrt{5} + 1}{4}, we get 2P1=184cos72=184(5+1)2P_1 = \frac{184}{\cos 72^\circ} = 184\left(\sqrt{5} + 1\right) and 2P2=492cos36=492(51).2P_2 = \frac{492}{\cos 36^\circ} = 492\left(\sqrt{5} - 1\right).

The square of the perimeter is (sk)2=Q+2P1+2P2=308+1845+184+4925492=6765. \begin{aligned} &\left(\sum s_k\right)^2 = Q + 2P_1 + 2P_2 \\ &= 308 + 184\sqrt{5} + 184 \\ &\quad {}+ 492\sqrt{5} - 492 \\ &= 676\sqrt{5}. \end{aligned} Therefore m+n=676+5=681.m + n = 676 + 5 = 681.

15.

Sean a,a, b,b, y nn enteros positivos con aa y bb ambos mayores o iguales que 22 y menores o iguales que 2n.2n. Defina un lazo de celdas a×ba \times b en una cuadrícula de 2n×2n2n \times 2n celdas como las 2a+2b42a + 2b - 4 celdas que rodean un rectángulo de celdas (a2)×(b2)(a-2) \times (b-2) (posiblemente vacío) en la cuadrícula. Por ejemplo, el siguiente diagrama muestra una manera de partir una cuadrícula de 6×66 \times 6 celdas en 44 lazos de celdas.

Halle el número de maneras de partir una cuadrícula de 10×1010 \times 10 celdas en 55 lazos de celdas de modo que cada celda de la cuadrícula pertenezca a exactamente un lazo de celdas.

Let a,a, b,b, and nn be positive integers with both aa and bb greater than or equal to 22 and less than or equal to 2n.2n. Define an a×ba \times b cell loop in a 2n×2n2n \times 2n grid of cells to be the 2a+2b42a + 2b - 4 cells that surround an (a2)×(b2)(a-2) \times (b-2) (possibly empty) rectangle of cells in the grid. For example, the following diagram shows a way to partition a 6×66 \times 6 grid of cells into 44 cell loops.

Find the number of ways to partition a 10×1010 \times 10 grid of cells into 55 cell loops so that every cell of the grid belongs to exactly one cell loop.

Respuesta: 83

Nivel de dificultad: 3700

Solución:

Como los cinco lazos cubren (2(ai+bi)4)=100\sum \left(2(a_i + b_i) - 4\right) = 100 celdas, (ai+bi)=60.\sum (a_i + b_i) = 60. Cada lazo tiene un número par de celdas, así que ningún rectángulo impar por impar puede llenarse exactamente con lazos; y llenar un rectángulo cuyo lado par más corto es ee requiere al menos e2\frac{e}{2} lazos, ya que quitar un lazo más externo acorta ese lado exactamente en 22 mientras que dividir un rectángulo en otros más pequeños solo suma tales requisitos. Ahora considere los lazos más externos de una partición (aquellos cuyos rectángulos no están dentro del rectángulo de ningún otro lazo): sus rectángulos teselan el cuadrado 10×1010 \times 10. Si el rectángulo más externo RiR_i tiene lado par más corto ei,e_i, usa niei2n_i \ge \frac{e_i}{2} lazos y cubre a lo sumo 10ei10\,e_i celdas. Sumando sobre la teselación, 10010ei20ni=100,100 \le \sum 10\,e_i \le 20 \sum n_i = 100, así que la igualdad se cumple en todo: cada RiR_i abarca los 1010 completos en una dirección, tiene ancho par ei,e_i, y está lleno con exactamente ei2\frac{e_i}{2} lazos. Dos losas de longitud completa en direcciones diferentes se solaparían, así que los rectángulos más externos son el cuadrado entero o losas paralelas, y el mismo argumento de igualdad se repite dentro del rectángulo interior de cada lazo.

Sea s(w)s(w) el número de maneras de llenar una losa de altura completa y ancho par ww con w2\frac{w}{2} lazos. Una losa de ancho 22 es un solo lazo: s(2)=1.s(2) = 1. Una losa de ancho 44 es un lazo 10×410 \times 4 alrededor de un lazo 8×28 \times 2: s(4)=1.s(4) = 1. Una losa de ancho 66 es un lazo 10×610 \times 6 alrededor de una región 8×48 \times 4 que contiene dos lazos, ya sea anidados (8×48 \times 4 alrededor de 6×26 \times 2) o dos losas 8×28 \times 2, así que s(6)=2.s(6) = 2. Una losa de ancho 88 rodea una región 8×68 \times 6 que contiene tres lazos: un lazo 8×68 \times 6 alrededor de una región 6×46 \times 4 con dos lazos (22 maneras como antes), o tiras de altura completa de anchos 2+2+22 + 2 + 2 (11 manera), o anchos 2+42 + 4 en dos órdenes (22 maneras), así que s(8)=5.s(8) = 5. La misma recursión cuenta el cuadrado completo: un lazo 10×1010 \times 10 alrededor de una región 8×88 \times 8 con cuatro lazos, donde las regiones 4×4,4 \times 4, 6×6,6 \times 6, y 8×88 \times 8 admiten 3,3, luego 3+3+3=9,3 + 3 + 3 = 9, luego 9+9+9=279 + 9 + 9 = 27 llenados (un solo lazo anidado, tiras verticales, o tiras horizontales en cada etapa).

Finalmente, cuente las estructuras más externas. El único rectángulo 10×1010 \times 10 da 2727 particiones. Para losas paralelas, los anchos forman una composición de 1010 en partes pares con al menos dos partes, y las orientaciones (vertical u horizontal) duplican el conteo: (2,2,2,2,2)(2,2,2,2,2) da 1;1; (4,2,2,2)(4,2,2,2) en 44 órdenes da 4;4; (4,4,2)(4,4,2) en 33 órdenes da 3;3; (6,2,2)(6,2,2) en 33 órdenes da 32=6;3 \cdot 2 = 6; (6,4)(6,4) en 22 órdenes da 22=4;2 \cdot 2 = 4; y (8,2)(8,2) en 22 órdenes da 25=10,2 \cdot 5 = 10, para 2828 por orientación. El total es 27+228=83.27 + 2 \cdot 28 = 83.

Since the five loops cover (2(ai+bi)4)=100\sum \left(2(a_i + b_i) - 4\right) = 100 cells, (ai+bi)=60.\sum (a_i + b_i) = 60. Every loop has an even number of cells, so no odd-by-odd rectangle can be exactly filled by loops; and filling a rectangle whose shortest even side is ee requires at least e2\frac{e}{2} loops, since peeling off an outermost loop shrinks that side by exactly 22 while splitting a rectangle into smaller ones only adds up such requirements. Now consider the outermost loops of a partition (those whose rectangles lie inside no other loop's rectangle): their rectangles tile the 10×1010 \times 10 square. If outermost rectangle RiR_i has shortest even side ei,e_i, it uses niei2n_i \ge \frac{e_i}{2} loops and covers at most 10ei10\,e_i cells. Summing over the tiling, 10010ei20ni=100,100 \le \sum 10\,e_i \le 20 \sum n_i = 100, so equality holds throughout: each RiR_i spans the full 1010 in one direction, has even width ei,e_i, and is filled with exactly ei2\frac{e_i}{2} loops. Two full-length slabs in different directions would overlap, so the outermost rectangles are the whole square or parallel slabs, and the same equality argument repeats inside every loop's inner rectangle.

Let s(w)s(w) be the number of ways to fill a full-height slab of even width ww with w2\frac{w}{2} loops. A width-22 slab is a single loop: s(2)=1.s(2) = 1. A width-44 slab is a 10×410 \times 4 loop around an 8×28 \times 2 loop: s(4)=1.s(4) = 1. A width-66 slab is a 10×610 \times 6 loop around an 8×48 \times 4 region holding two loops — either nested (8×48 \times 4 around 6×26 \times 2) or two 8×28 \times 2 slabs — so s(6)=2.s(6) = 2. A width-88 slab surrounds an 8×68 \times 6 region holding three loops: an 8×68 \times 6 loop around a 6×46 \times 4 region with two loops (22 ways as before), or full-height strips of widths 2+2+22 + 2 + 2 (11 way), or widths 2+42 + 4 in two orders (22 ways), so s(8)=5.s(8) = 5. The same recursion counts the full square: a 10×1010 \times 10 loop around an 8×88 \times 8 region with four loops, where the 4×4,4 \times 4, 6×6,6 \times 6, and 8×88 \times 8 regions admit 3,3, then 3+3+3=9,3 + 3 + 3 = 9, then 9+9+9=279 + 9 + 9 = 27 fillings (single nested loop, vertical strips, or horizontal strips at each stage).

Finally, tally the outermost structures. The single 10×1010 \times 10 rectangle gives 2727 partitions. For parallel slabs, the widths form a composition of 1010 into even parts with at least two parts, and orientations (vertical or horizontal) double the count: (2,2,2,2,2)(2,2,2,2,2) gives 1;1; (4,2,2,2)(4,2,2,2) in 44 orders gives 4;4; (4,4,2)(4,4,2) in 33 orders gives 3;3; (6,2,2)(6,2,2) in 33 orders gives 32=6;3 \cdot 2 = 6; (6,4)(6,4) in 22 orders gives 22=4;2 \cdot 2 = 4; and (8,2)(8,2) in 22 orders gives 25=10,2 \cdot 5 = 10, for 2828 per orientation. The total is 27+228=83.27 + 2 \cdot 28 = 83.