Problemas del 2005 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.

Seis circunferencias congruentes forman un anillo, cada una tangente exteriormente a las dos circunferencias adyacentes. Las seis circunferencias son tangentes interiormente a una circunferencia C\mathcal{C} de radio 30.30. Sea KK el área de la región interior a C\mathcal{C} y exterior a las seis circunferencias del anillo. Halle K.\lfloor K\rfloor. (La notación K\lfloor K\rfloor denota el mayor entero que es menor o igual que K.K.)

Six congruent circles form a ring with each circle externally tangent to the two circles adjacent to it. All six circles are internally tangent to a circle C\mathcal{C} with radius 30.30. Let KK be the area of the region inside C\mathcal{C} and outside all of the six circles in the ring. Find K.\lfloor K\rfloor. (The notation K\lfloor K\rfloor denotes the greatest integer that is less than or equal to K.K.)

Respuesta: 942
Conceptos:circunferencias tangentespolígono regularárea del círculo

Nivel de dificultad: 2010

Solución:

Sea rr el radio común de las seis circunferencias. Las circunferencias adyacentes son tangentes exteriormente, así que sus centros distan 2r,2r, y los seis centros forman un hexágono regular de lado 2r.2r. Como el circunradio de un hexágono regular es igual a su lado, cada centro está a distancia 2r2r del centro OO de C.\mathcal{C}. La tangencia interior a C\mathcal{C} significa que la distancia de OO a cada centro pequeño más rr es igual a 30,30, así que 3r=303r = 30 y r=10.r = 10.

Por lo tanto K=π(3026102)=300π942.48, \begin{aligned} K &= \pi\left(30^2 - 6 \cdot 10^2\right) \\ &= 300\pi \approx 942.48, \end{aligned} y K=942.\lfloor K\rfloor = 942.

Let rr be the common radius of the six circles. Adjacent circles are externally tangent, so their centers are 2r2r apart, and the six centers form a regular hexagon with side 2r.2r. Since a regular hexagon's circumradius equals its side length, each center is at distance 2r2r from the center OO of C.\mathcal{C}. Internal tangency to C\mathcal{C} means the distance from OO to each small center plus rr equals 30,30, so 3r=303r = 30 and r=10.r = 10.

Therefore K=π(3026102)=300π942.48, \begin{aligned} K &= \pi\left(30^2 - 6 \cdot 10^2\right) \\ &= 300\pi \approx 942.48, \end{aligned} and K=942.\lfloor K\rfloor = 942.

2.

Para cada entero positivo k,k, sea SkS_k la sucesión aritmética creciente de enteros cuyo primer término es 11 y cuya diferencia común es k.k. Por ejemplo, S3S_3 es la sucesión 1,4,7,.1, 4, 7, \ldots. ¿Para cuántos valores de kk la sucesión SkS_k contiene el término 20052005?

For each positive integer k,k, let SkS_k denote the increasing arithmetic sequence of integers whose first term is 11 and whose common difference is k.k. For example, S3S_3 is the sequence 1,4,7,.1, 4, 7, \ldots. For how many values of kk does SkS_k contain the term 2005?2005?

Respuesta: 12

Nivel de dificultad: 1840

Solución:

El nn-ésimo término de SkS_k es 1+(n1)k,1 + (n-1)k, así que 20052005 es un término exactamente cuando (n1)k=2004(n-1)k = 2004 para algún entero positivo n,n, es decir, exactamente cuando kk divide a 2004.2004. Todo divisor funciona, ya que entonces n1=2004kn - 1 = \frac{2004}{k} es un entero positivo.

Como 2004=223167,2004 = 2^2 \cdot 3 \cdot 167, el número de divisores es (2+1)(1+1)(1+1)=12.(2+1)(1+1)(1+1) = 12.

The nnth term of SkS_k is 1+(n1)k,1 + (n-1)k, so 20052005 is a term exactly when (n1)k=2004(n-1)k = 2004 for some positive integer n,n, that is, exactly when kk divides 2004.2004. Every divisor works, since n1=2004kn - 1 = \frac{2004}{k} is then a positive integer.

Since 2004=223167,2004 = 2^2 \cdot 3 \cdot 167, the number of divisors is (2+1)(1+1)(1+1)=12.(2+1)(1+1)(1+1) = 12.

3.

¿Cuántos enteros positivos tienen exactamente tres divisores propios, cada uno de ellos menor que 5050? (Un divisor propio de un entero positivo nn es un divisor entero positivo de nn distinto del propio nn.)

How many positive integers have exactly three proper divisors, each of which is less than 50?50? (A proper divisor of a positive integer nn is a positive integer divisor of nn other than nn itself.)

Respuesta: 109

Nivel de dificultad: 2070

Solución:

Un entero con exactamente tres divisores propios tiene exactamente cuatro divisores en total, así que es o bien n=pqn = pq con pp y qq primos distintos (divisores propios 1,p,q1, p, q) o bien n=p3n = p^3 con pp primo (divisores propios 1,p,p21, p, p^2).

En el primer caso necesitamos que pp y qq sean ambos menores que 50.50. Hay 1515 primos por debajo de 50,50, lo que da (152)=105\binom{15}{2} = 105 números de este tipo. En el segundo caso necesitamos p2<50,p^2 \lt 50, lo cual se cumple para p=2,3,5,7,p = 2, 3, 5, 7, dando 44 más.

El total es 105+4=109.105 + 4 = 109.

An integer with exactly three proper divisors has exactly four divisors in total, so it is either n=pqn = pq with pp and qq distinct primes (proper divisors 1,p,q1, p, q) or n=p3n = p^3 with pp prime (proper divisors 1,p,p21, p, p^2).

In the first case we need pp and qq both less than 50.50. There are 1515 primes below 50,50, giving (152)=105\binom{15}{2} = 105 such numbers. In the second case we need p2<50,p^2 \lt 50, which holds for p=2,3,5,7,p = 2, 3, 5, 7, giving 44 more.

The total is 105+4=109.105 + 4 = 109.

4.

El director de una banda de marcha desea colocar a los integrantes en una formación que los incluya a todos y no tenga posiciones vacías. Si se ordenan en una formación cuadrada, sobran 55 integrantes. El director descubre que si se ordenan en una formación rectangular con 77 filas más que columnas, se obtiene el resultado deseado. Halle el número máximo de integrantes que puede tener esta banda.

The director of a marching band wishes to place the members into a formation that includes all of them and has no unfilled positions. If they are arranged in a square formation, there are 55 members left over. The director finds that if they are arranged in a rectangular formation with 77 more rows than columns, the desired result can be obtained. Find the maximum number of members this band can have.

Respuesta: 294
Solución:

Supongamos que la banda tiene nn integrantes, con n=s2+5n = s^2 + 5 para la formación cuadrada y n=x(x+7)n = x(x + 7) para la formación rectangular con xx columnas. Multiplicar x2+7x=s2+5x^2 + 7x = s^2 + 5 por 44 y completar el cuadrado da (2x+7)2(2s)2=69,(2x + 7)^2 - (2s)^2 = 69, así que (2x+72s)(2x + 7 - 2s) (2x+7+2s)=69.\cdot (2x + 7 + 2s) = 69.

Escribiendo 69=169=32369 = 1 \cdot 69 = 3 \cdot 23 con el factor mayor en segundo lugar: de 1691 \cdot 69 obtenemos 2x+7=352x + 7 = 35 y 2s=34,2s = 34, así que x=14,x = 14, s=17,s = 17, y n=172+5=294.n = 17^2 + 5 = 294. De 3233 \cdot 23 obtenemos 2x+7=132x + 7 = 13 y 2s=10,2s = 10, así que x=3,x = 3, s=5,s = 5, y n=30.n = 30.

El máximo es 294,294, alcanzado por un rectángulo de 21×14.21 \times 14.

Let the band have nn members, with n=s2+5n = s^2 + 5 for the square formation and n=x(x+7)n = x(x + 7) for the rectangular formation with xx columns. Multiplying x2+7x=s2+5x^2 + 7x = s^2 + 5 by 44 and completing the square gives (2x+7)2(2s)2=69,(2x + 7)^2 - (2s)^2 = 69, so (2x+72s)(2x + 7 - 2s) (2x+7+2s)=69.\cdot (2x + 7 + 2s) = 69.

Writing 69=169=32369 = 1 \cdot 69 = 3 \cdot 23 with the larger factor second: from 1691 \cdot 69 we get 2x+7=352x + 7 = 35 and 2s=34,2s = 34, so x=14,x = 14, s=17,s = 17, and n=172+5=294.n = 17^2 + 5 = 294. From 3233 \cdot 23 we get 2x+7=132x + 7 = 13 and 2s=10,2s = 10, so x=3,x = 3, s=5,s = 5, and n=30.n = 30.

The maximum is 294,294, achieved by a 21×1421 \times 14 rectangle.

5.

Robert tiene 44 monedas de oro indistinguibles y 44 monedas de plata indistinguibles. Cada moneda tiene grabada una cara en un lado, pero no en el otro. Quiere apilar las ocho monedas sobre una mesa en una sola pila de modo que no haya dos monedas adyacentes cara con cara. Halle el número de disposiciones distinguibles posibles de las 88 monedas.

Robert has 44 indistinguishable gold coins and 44 indistinguishable silver coins. Each coin has an engraving of a face on one side, but not on the other. He wants to stack the eight coins on a table into a single stack so that no two adjacent coins are face to face. Find the number of possible distinguishable arrangements of the 88 coins.

Respuesta: 630
Solución:

Elija las orientaciones de las monedas y las posiciones de oro/plata de manera independiente. Registre las orientaciones de abajo hacia arriba como una cadena de U (cara grabada hacia arriba) y D (cara grabada hacia abajo). Dos monedas adyacentes están cara con cara exactamente cuando la cara grabada de la moneda inferior apunta hacia arriba y la de la moneda superior apunta hacia abajo, es decir, exactamente cuando a una U le sigue inmediatamente una D.

Una cadena de U y D evita el patrón UD exactamente cuando toda D precede a toda U, así que la cadena es DiU8i\text{D}^i\text{U}^{8-i} para algún i=0,1,,8:i = 0, 1, \ldots, 8: hay 99 cadenas de orientación permitidas. De manera independiente, las monedas de oro ocupan 44 de las 88 posiciones de (84)=70\binom{8}{4} = 70 maneras.

El total es 970=630.9 \cdot 70 = 630.

Choose the coin orientations and the gold/silver positions independently. Record the orientations from bottom to top as a string of U (engraved face up) and D (engraved face down). Two adjacent coins are face to face exactly when the lower coin's engraved side faces up and the upper coin's engraved side faces down — that is, exactly when a U is immediately followed by a D.

A string of U's and D's avoids the pattern UD exactly when every D precedes every U, so the string is DiU8i\text{D}^i\text{U}^{8-i} for some i=0,1,,8:i = 0, 1, \ldots, 8: there are 99 allowable orientation strings. Independently, the gold coins occupy 44 of the 88 positions in (84)=70\binom{8}{4} = 70 ways.

The total is 970=630.9 \cdot 70 = 630.

6.

Sea PP el producto de las raíces no reales de x44x3+6x24x=2005.x^4 - 4x^3 + 6x^2 - 4x = 2005. Halle P.\lfloor P\rfloor. (La notación P\lfloor P\rfloor denota el mayor entero que es menor o igual que P.P.)

Let PP be the product of the nonreal roots of x44x3+6x24x=2005.x^4 - 4x^3 + 6x^2 - 4x = 2005. Find P.\lfloor P\rfloor. (The notation P\lfloor P\rfloor denotes the greatest integer that is less than or equal to P.P.)

Respuesta: 45

Nivel de dificultad: 2290

Solución:

Sumar 11 a ambos lados convierte el lado izquierdo en una cuarta potencia perfecta: (x1)4=x44x3+6x24x+1=2006. \begin{aligned} &(x - 1)^4 = x^4 - 4x^3 + 6x^2 \\ &\quad {}- 4x + 1 = 2006. \end{aligned} Así que x1x - 1 es una raíz cuarta de 2006:2006: las cuatro raíces son x=1±20064x = 1 \pm \sqrt[4]{2006} (reales) y x=1±i20064x = 1 \pm i\sqrt[4]{2006} (no reales).

El producto del par conjugado de raíces no reales es (1+i20064)(1i20064)=1+2006. \begin{aligned} &\left(1 + i\sqrt[4]{2006}\right) \\ &\quad {}\cdot \left(1 - i\sqrt[4]{2006}\right) \\ &= 1 + \sqrt{2006}. \end{aligned} Como 442=193644^2 = 1936 <2006\lt 2006 <2025=452,\lt 2025 = 45^2, tenemos 45<P<46,45 \lt P \lt 46, así que P=45.\lfloor P\rfloor = 45.

Adding 11 to both sides turns the left side into a perfect fourth power: (x1)4=x44x3+6x24x+1=2006. \begin{aligned} &(x - 1)^4 = x^4 - 4x^3 + 6x^2 \\ &\quad {}- 4x + 1 = 2006. \end{aligned} So x1x - 1 is a fourth root of 2006:2006: the four roots are x=1±20064x = 1 \pm \sqrt[4]{2006} (real) and x=1±i20064x = 1 \pm i\sqrt[4]{2006} (nonreal).

The product of the conjugate pair of nonreal roots is (1+i20064)(1i20064)=1+2006. \begin{aligned} &\left(1 + i\sqrt[4]{2006}\right) \\ &\quad {}\cdot \left(1 - i\sqrt[4]{2006}\right) \\ &= 1 + \sqrt{2006}. \end{aligned} Since 442=193644^2 = 1936 <2006\lt 2006 <2025=452,\lt 2025 = 45^2, we have 45<P<46,45 \lt P \lt 46, so P=45.\lfloor P\rfloor = 45.

7.

En el cuadrilátero ABCD,ABCD, BC=8,BC = 8, CD=12,CD = 12, AD=10,AD = 10, y mA=mB=60.m\angle A = m\angle B = 60^\circ. Dado que AB=p+q,AB = p + \sqrt{q}, donde pp y qq son enteros positivos, halle p+q.p + q.

In quadrilateral ABCD,ABCD, BC=8,BC = 8, CD=12,CD = 12, AD=10,AD = 10, and mA=mB=60.m\angle A = m\angle B = 60^\circ. Given that AB=p+q,AB = p + \sqrt{q}, where pp and qq are positive integers, find p+q.p + q.

Respuesta: 150

Nivel de dificultad: 2450

Solución:

Prolongue los rayos ADAD y BCBC hasta que se corten en P.P. El triángulo ABPABP tiene ángulos de 6060^\circ en AA y B,B, así que es equilátero: PA=PB=AB.PA = PB = AB. Escribiendo x=AB,x = AB, obtenemos PD=PAAD=x10PD = PA - AD = x - 10 y PC=PBBC=x8.PC = PB - BC = x - 8.

La ley de cosenos en el triángulo PDC,PDC, con P=60\angle P = 60^\circ y DC=12,DC = 12, da 144=(x10)2+(x8)2(x10)(x8)=x218x+84, \begin{aligned} 144 &= (x-10)^2 + (x-8)^2 \\ &\quad {}- (x-10)(x-8) \\ &= x^2 - 18x + 84, \end{aligned} así que x218x60=0x^2 - 18x - 60 = 0 y x=9+81+60=9+141.x = 9 + \sqrt{81 + 60} = 9 + \sqrt{141}.

Por lo tanto p+q=9+141=150.p + q = 9 + 141 = 150.

Extend rays ADAD and BCBC until they meet at P.P. Triangle ABPABP has 6060^\circ angles at AA and B,B, so it is equilateral: PA=PB=AB.PA = PB = AB. Writing x=AB,x = AB, we get PD=PAAD=x10PD = PA - AD = x - 10 and PC=PBBC=x8.PC = PB - BC = x - 8.

The Law of Cosines in triangle PDC,PDC, with P=60\angle P = 60^\circ and DC=12,DC = 12, gives 144=(x10)2+(x8)2(x10)(x8)=x218x+84, \begin{aligned} 144 &= (x-10)^2 + (x-8)^2 \\ &\quad {}- (x-10)(x-8) \\ &= x^2 - 18x + 84, \end{aligned} so x218x60=0x^2 - 18x - 60 = 0 and x=9+81+60=9+141.x = 9 + \sqrt{81 + 60} = 9 + \sqrt{141}.

Thus p+q=9+141=150.p + q = 9 + 141 = 150.

8.

La ecuación 2333x2+2111x+2=2222x+1+12^{333x-2} + 2^{111x+2} = 2^{222x+1} + 1 tiene tres raíces reales. Dado que su suma es mn,\frac{m}{n}, donde mm y nn son enteros positivos primos entre sí, halle m+n.m + n.

The equation 2333x2+2111x+2=2222x+1+12^{333x-2} + 2^{111x+2} = 2^{222x+1} + 1 has three real roots. Given that their sum is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n.

Respuesta: 113

Nivel de dificultad: 2500

Solución:

Sea y=2111x.y = 2^{111x}. Entonces 2333x2=y34,2^{333x-2} = \frac{y^3}{4}, 2111x+2=4y,2^{111x+2} = 4y, y 2222x+1=2y2,2^{222x+1} = 2y^2, así que la ecuación se convierte en y34+4y=2y2+1,\frac{y^3}{4} + 4y = 2y^2 + 1, es decir, y38y2+16y4=0.y^3 - 8y^2 + 16y - 4 = 0. Como las tres raíces x1,x2,x3x_1, x_2, x_3 son reales y y=2111xy = 2^{111x} es estrictamente creciente, corresponden a tres raíces reales positivas y1,y2,y3y_1, y_2, y_3 de la cúbica.

Cada xi=1111log2yi,x_i = \frac{1}{111}\log_2 y_i, así que x1+x2+x3=1111log2(y1y2y3)=1111log24=2111, \begin{aligned} x_1 + x_2 + x_3 &= \frac{1}{111}\log_2(y_1 y_2 y_3) \\ &= \frac{1}{111}\log_2 4 \\ &= \frac{2}{111}, \end{aligned} usando las fórmulas de Vieta para el producto de las raíces. Entonces m+n=2+111=113.m + n = 2 + 111 = 113.

Let y=2111x.y = 2^{111x}. Then 2333x2=y34,2^{333x-2} = \frac{y^3}{4}, 2111x+2=4y,2^{111x+2} = 4y, and 2222x+1=2y2,2^{222x+1} = 2y^2, so the equation becomes y34+4y=2y2+1,\frac{y^3}{4} + 4y = 2y^2 + 1, that is, y38y2+16y4=0.y^3 - 8y^2 + 16y - 4 = 0. Since the three roots x1,x2,x3x_1, x_2, x_3 are real and y=2111xy = 2^{111x} is strictly increasing, they correspond to three positive real roots y1,y2,y3y_1, y_2, y_3 of the cubic.

Each xi=1111log2yi,x_i = \frac{1}{111}\log_2 y_i, so x1+x2+x3=1111log2(y1y2y3)=1111log24=2111, \begin{aligned} x_1 + x_2 + x_3 &= \frac{1}{111}\log_2(y_1 y_2 y_3) \\ &= \frac{1}{111}\log_2 4 \\ &= \frac{2}{111}, \end{aligned} using Vieta's formulas for the product of the roots. Then m+n=2+111=113.m + n = 2 + 111 = 113.

9.

Veintisiete cubos unitarios se pintan cada uno de naranja en un conjunto de cuatro caras, de modo que las dos caras sin pintar comparten una arista. Luego los 2727 cubos se disponen al azar para formar un cubo 3×3×3.3 \times 3 \times 3. Dado que la probabilidad de que toda la superficie del cubo mayor sea naranja es paqbrc,\frac{p^a}{q^b r^c}, donde p,p, q,q, y rr son primos distintos y a,a, b,b, y cc son enteros positivos, halle a+b+c+p+q+r.a + b + c + p + q + r.

Twenty-seven unit cubes are each painted orange on a set of four faces so that the two unpainted faces share an edge. The 2727 cubes are then randomly arranged to form a 3×3×33 \times 3 \times 3 cube. Given that the probability that the entire surface of the larger cube is orange is paqbrc,\frac{p^a}{q^b r^c}, where p,p, q,q, and rr are distinct primes and a,a, b,b, and cc are positive integers, find a+b+c+p+q+r.a + b + c + p + q + r.

Respuesta: 74
Solución:

Cada cubo unitario tiene una “arista mala”: la arista compartida por sus dos caras sin pintar. La superficie del cubo mayor es enteramente naranja exactamente cuando la arista mala de cada cubo unitario no toca ninguna cara visible. Una orientación uniformemente al azar coloca la arista mala de manera uniforme entre las 1212 posiciones de arista del cubo, así que para cada cubo unitario contamos las posiciones de arista cuyas dos caras quedan ocultas.

Un cubo de esquina muestra 33 caras que se encuentran en un vértice; las aristas seguras son las de las 33 caras ocultas que se encuentran en el vértice opuesto, así que la probabilidad es 312=14.\frac{3}{12} = \frac{1}{4}. Un cubo de arista muestra 22 caras adyacentes, que tocan 4+41=74 + 4 - 1 = 7 aristas, dejando 55 seguras: probabilidad 512.\frac{5}{12}. Un cubo de centro de cara muestra 11 cara que toca 44 aristas, dejando 88 seguras: probabilidad 812=23.\frac{8}{12} = \frac{2}{3}. El cubo central siempre cumple.

Con 88 cubos de esquina, 1212 de arista y 66 de centro de cara, la probabilidad es (14)8(512)12(23)6=512234318, \begin{aligned} &\left(\frac{1}{4}\right)^{8}\left(\frac{5}{12}\right)^{12}\left(\frac{2}{3}\right)^{6} \\ &= \frac{5^{12}}{2^{34} \cdot 3^{18}}, \end{aligned} así que a+b+c+p+q+ra + b + c + p + q + r =12+34+18= 12 + 34 + 18 +5+2+3+ 5 + 2 + 3 =74.= 74.

Each unit cube has one "bad edge": the edge shared by its two unpainted faces. The larger cube's surface is entirely orange exactly when every unit cube's bad edge touches no visible face. A uniformly random orientation places the bad edge uniformly among the cube's 1212 edge positions, so for each unit cube we count the edge positions both of whose faces are hidden.

A corner cube shows 33 faces meeting at a vertex; the safe edges are those of the 33 hidden faces meeting at the opposite vertex, so the probability is 312=14.\frac{3}{12} = \frac{1}{4}. An edge cube shows 22 adjacent faces, which touch 4+41=74 + 4 - 1 = 7 edges, leaving 55 safe: probability 512.\frac{5}{12}. A face-center cube shows 11 face touching 44 edges, leaving 88 safe: probability 812=23.\frac{8}{12} = \frac{2}{3}. The center cube is always fine.

With 88 corner, 1212 edge, and 66 face-center cubes, the probability is (14)8(512)12(23)6=512234318, \begin{aligned} &\left(\frac{1}{4}\right)^{8}\left(\frac{5}{12}\right)^{12}\left(\frac{2}{3}\right)^{6} \\ &= \frac{5^{12}}{2^{34} \cdot 3^{18}}, \end{aligned} so a+b+c+p+q+ra + b + c + p + q + r =12+34+18= 12 + 34 + 18 +5+2+3+ 5 + 2 + 3 =74.= 74.

10.

El triángulo ABCABC está en el plano cartesiano y tiene área 70.70. Las coordenadas de BB y CC son (12,19)(12, 19) y (23,20),(23, 20), respectivamente, y las coordenadas de AA son (p,q).(p, q). La recta que contiene la mediana al lado BC\overline{BC} tiene pendiente 5.-5. Halle el mayor valor posible de p+q.p + q.

Triangle ABCABC lies in the Cartesian plane and has area 70.70. The coordinates of BB and CC are (12,19)(12, 19) and (23,20),(23, 20), respectively, and the coordinates of AA are (p,q).(p, q). The line containing the median to side BC\overline{BC} has slope 5.-5. Find the largest possible value of p+q.p + q.

Respuesta: 47
Solución:

La mediana a BC\overline{BC} pasa por el punto medio M=(352,392)M = \left(\frac{35}{2}, \frac{39}{2}\right) de BC.\overline{BC}. La recta que pasa por MM con pendiente 5-5 es y=5x+107,y = -5x + 107, y AA está en esta recta, así que A=(p,5p+107)A = (p, -5p + 107) y q=5p+107.q = -5p + 107.

Por la fórmula del cordón con B=(12,19)B = (12, 19) y C=(23,20),C = (23, 20), [ABC]=12p+12(20q)+23(q19)=1298056p=70, \begin{aligned} [ABC] &= \small \frac{1}{2}\left|{-p} + 12\bigl(20 - q\bigr) + 23\bigl(q - 19\bigr)\right| \\ &= \frac{1}{2}\left|980 - 56p\right| = 70, \end{aligned} así que 56p980=140,|56p - 980| = 140, lo que da p=15p = 15 o p=20.p = 20.

Como p+q=p+(5p+107)p + q = p + (-5p + 107) =1074p,= 107 - 4p, el menor valor p=15p = 15 da la mayor suma 10760=47.107 - 60 = 47.

The median to BC\overline{BC} passes through the midpoint M=(352,392)M = \left(\frac{35}{2}, \frac{39}{2}\right) of BC.\overline{BC}. The line through MM with slope 5-5 is y=5x+107,y = -5x + 107, and AA lies on this line, so A=(p,5p+107)A = (p, -5p + 107) and q=5p+107.q = -5p + 107.

By the shoelace formula with B=(12,19)B = (12, 19) and C=(23,20),C = (23, 20), [ABC]=12p+12(20q)+23(q19)=1298056p=70, \begin{aligned} [ABC] &= \small \frac{1}{2}\left|{-p} + 12\bigl(20 - q\bigr) + 23\bigl(q - 19\bigr)\right| \\ &= \frac{1}{2}\left|980 - 56p\right| = 70, \end{aligned} so 56p980=140,|56p - 980| = 140, giving p=15p = 15 or p=20.p = 20.

Since p+q=p+(5p+107)p + q = p + (-5p + 107) =1074p,= 107 - 4p, the smaller value p=15p = 15 gives the larger sum 10760=47.107 - 60 = 47.

11.

Un semicírculo de diámetro dd está contenido en un cuadrado cuyos lados tienen longitud 8.8. Dado que el valor máximo de dd es mn,m - \sqrt{n}, donde mm y nn son enteros, halle m+n.m + n.

A semicircle with diameter dd is contained in a square whose sides have length 8.8. Given that the maximum value of dd is mn,m - \sqrt{n}, where mm and nn are integers, find m+n.m + n.

Respuesta: 544

Nivel de dificultad: 2990

Solución:

Escale a un semicírculo de radio 11 y busque el menor cuadrado que lo contiene cuando su diámetro forma un ángulo θ\theta con un par de lados, donde 0θ90.0 \le \theta \le 90^\circ. Encierre el semicírculo entre dos pares de rectas paralelas en las dos direcciones de los lados del cuadrado: en cada dirección una recta del par es tangente al arco y la otra pasa por un extremo del diámetro, y las distancias entre los pares son 1+cosθ1 + \cos\theta y 1+sinθ.1 + \sin\theta. Así que el menor cuadrado que lo encierra en esa orientación tiene lado max{1+cosθ, 1+sinθ},\max\{1 + \cos\theta,\ 1 + \sin\theta\}, que se minimiza cuando θ=45,\theta = 45^\circ, dando lado 1+22=2+22.1 + \frac{\sqrt{2}}{2} = \frac{2 + \sqrt{2}}{2}.

Escalando esta configuración óptima para que el cuadrado tenga lado 8,8, el radio pasa a ser r=8(2+2)/2r = \frac{8}{(2 + \sqrt{2})/2} =162+2= \frac{16}{2 + \sqrt{2}} =8(22),= 8\left(2 - \sqrt{2}\right), así que d=2r=16(22)=32162=32512. \begin{aligned} d &= 2r = 16\left(2 - \sqrt{2}\right) \\ &= 32 - 16\sqrt{2} = 32 - \sqrt{512}. \end{aligned}

Por lo tanto m+n=32+512=544.m + n = 32 + 512 = 544.

Scale to a semicircle of radius 11 and ask for the smallest square containing it when its diameter makes angle θ\theta with one pair of sides, where 0θ90.0 \le \theta \le 90^\circ. Squeeze the semicircle between two pairs of parallel lines in the square's two side directions: in each direction one line of the pair is tangent to the arc and the other passes through an endpoint of the diameter, and the distances between the pairs are 1+cosθ1 + \cos\theta and 1+sinθ.1 + \sin\theta. So the smallest enclosing square in that orientation has side max{1+cosθ, 1+sinθ},\max\{1 + \cos\theta,\ 1 + \sin\theta\}, which is minimized when θ=45,\theta = 45^\circ, giving side 1+22=2+22.1 + \frac{\sqrt{2}}{2} = \frac{2 + \sqrt{2}}{2}.

Scaling this optimal configuration so the square has side 8,8, the radius becomes r=8(2+2)/2r = \frac{8}{(2 + \sqrt{2})/2} =162+2= \frac{16}{2 + \sqrt{2}} =8(22),= 8\left(2 - \sqrt{2}\right), so d=2r=16(22)=32162=32512. \begin{aligned} d &= 2r = 16\left(2 - \sqrt{2}\right) \\ &= 32 - 16\sqrt{2} = 32 - \sqrt{512}. \end{aligned}

Thus m+n=32+512=544.m + n = 32 + 512 = 544.

12.

Para enteros positivos n,n, sea τ(n)\tau(n) el número de divisores enteros positivos de n,n, incluyendo 11 y n.n. Por ejemplo, τ(1)=1\tau(1) = 1 y τ(6)=4.\tau(6) = 4. Defina S(n)S(n) por S(n)=τ(1)+τ(2)++τ(n).S(n) = \tau(1) + \tau(2) + \cdots + \tau(n). Sea aa el número de enteros positivos n2005n \le 2005 con S(n)S(n) impar, y sea bb el número de enteros positivos n2005n \le 2005 con S(n)S(n) par. Halle ab.|a - b|.

For positive integers n,n, let τ(n)\tau(n) denote the number of positive integer divisors of n,n, including 11 and n.n. For example, τ(1)=1\tau(1) = 1 and τ(6)=4.\tau(6) = 4. Define S(n)S(n) by S(n)=τ(1)+τ(2)++τ(n).S(n) = \tau(1) + \tau(2) + \cdots + \tau(n). Let aa denote the number of positive integers n2005n \le 2005 with S(n)S(n) odd, and let bb denote the number of positive integers n2005n \le 2005 with S(n)S(n) even. Find ab.|a - b|.

Respuesta: 25

Nivel de dificultad: 2760

Solución:

Los divisores de nn se emparejan como dd y nd,\frac{n}{d}, así que τ(n)\tau(n) es impar exactamente cuando nn es un cuadrado perfecto. Por tanto S(n)S(n) cambia de paridad exactamente en los cuadrados, lo que significa que S(n)S(n) es impar exactamente cuando el número de cuadrados hasta n,n, a saber n,\lfloor\sqrt{n}\rfloor, es impar.

Para cada k,k, hay 2k+12k + 1 enteros nn con n=k,\lfloor\sqrt{n}\rfloor = k, a saber k2nk2+2k.k^2 \le n \le k^2 + 2k. Como 442=193644^2 = 1936 2005\le 2005 <2025=452,\lt 2025 = 45^2, los valores impares k=1,3,,43k = 1, 3, \ldots, 43 tienen todos sus bloques completos dentro del rango, así que a=k odd,k43(2k+1)=2(1+3++43)+22=2484+22=990. \begin{aligned} a &= \sum_{k \text{ odd},\, k \le 43} (2k + 1) \\ &= 2(1 + 3 + \cdots + 43) + 22 \\ &= 2 \cdot 484 + 22 \\ &= 990. \end{aligned}

Entonces b=2005990=1015,b = 2005 - 990 = 1015, y ab=25.|a - b| = 25.

Divisors of nn pair up as dd and nd,\frac{n}{d}, so τ(n)\tau(n) is odd exactly when nn is a perfect square. Hence S(n)S(n) changes parity exactly at the squares, which means S(n)S(n) is odd exactly when the number of squares up to n,n, namely n,\lfloor\sqrt{n}\rfloor, is odd.

For each k,k, there are 2k+12k + 1 integers nn with n=k,\lfloor\sqrt{n}\rfloor = k, namely k2nk2+2k.k^2 \le n \le k^2 + 2k. Since 442=193644^2 = 1936 2005\le 2005 <2025=452,\lt 2025 = 45^2, the odd values k=1,3,,43k = 1, 3, \ldots, 43 all have their full blocks within range, so a=k odd,k43(2k+1)=2(1+3++43)+22=2484+22=990. \begin{aligned} a &= \sum_{k \text{ odd},\, k \le 43} (2k + 1) \\ &= 2(1 + 3 + \cdots + 43) + 22 \\ &= 2 \cdot 484 + 22 \\ &= 990. \end{aligned}

Then b=2005990=1015,b = 2005 - 990 = 1015, and ab=25.|a - b| = 25.

13.

Una partícula se mueve en el plano cartesiano de un punto reticular a otro según las siguientes reglas:

• Desde cualquier punto reticular (a,b),(a, b), la partícula solo puede moverse a (a+1,b),(a+1, b), (a,b+1),(a, b+1), o (a+1,b+1).(a+1, b+1).

• No hay giros en ángulo recto en la trayectoria de la partícula. Es decir, la sucesión de puntos visitados no contiene ni una subsucesión de la forma (a,b),(a, b), (a+1,b),(a+1, b), (a+1,b+1)(a+1, b+1) ni una subsucesión de la forma (a,b),(a, b), (a,b+1),(a, b+1), (a+1,b+1).(a+1, b+1).

¿Cuántas trayectorias diferentes puede tomar la partícula desde (0,0)(0, 0) hasta (5,5)(5, 5)?

A particle moves in the Cartesian plane from one lattice point to another according to the following rules:

• From any lattice point (a,b),(a, b), the particle may move only to (a+1,b),(a+1, b), (a,b+1),(a, b+1), or (a+1,b+1).(a+1, b+1).

• There are no right angle turns in the particle's path. That is, the sequence of points visited contains neither a subsequence of the form (a,b),(a, b), (a+1,b),(a+1, b), (a+1,b+1)(a+1, b+1) nor a subsequence of the form (a,b),(a, b), (a,b+1),(a, b+1), (a+1,b+1).(a+1, b+1).

How many different paths can the particle take from (0,0)(0, 0) to (5,5)?(5, 5)?

Respuesta: 83

Nivel de dificultad: 3060

Solución:

Los giros en ángulo recto prohibidos dicen exactamente que un paso hacia la derecha nunca puede seguir inmediatamente a un paso hacia arriba, y viceversa; un paso diagonal puede seguir o preceder a cualquier cosa. Así que en cada punto reticular (x,y)(x, y) lleve tres conteos D(x,y),D(x,y), R(x,y),R(x,y), U(x,y):U(x,y): los números de trayectorias válidas desde (0,0)(0,0) que llegan ahí por un paso diagonal, hacia la derecha o hacia arriba. Las reglas dan D(x,y)=D+R+U at (x1,y1),R(x,y)=D(x1,y)+R(x1,y),U(x,y)=D(x,y1)+U(x,y1). \begin{aligned} &D(x,y) = D + R \\ &\quad {}+ U \text{ at } (x-1, y-1), \\ &R(x,y) = D(x-1,y) \\ &\quad {}+ R(x-1,y), \\ &U(x,y) = D(x,y-1) \\ &\quad {}+ U(x,y-1). \end{aligned}

Partiendo de la única trayectoria vacía en (0,0)(0,0) (que puede comenzar con cualquier paso), complete la cuadrícula hasta (5,5).(5,5). A lo largo de los ejes solo sobreviven las trayectorias todas hacia la derecha o todas hacia arriba, y el interior se acumula rápidamente; en (5,5)(5, 5) los tres conteos resultan 27,27, 28,28, y 28.28.

El número total de trayectorias es 27+28+28=83.27 + 28 + 28 = 83.

The forbidden right-angle turns say exactly that a rightward step may never immediately follow an upward step, and vice versa; a diagonal step may follow or precede anything. So at each lattice point (x,y)(x, y) track three counts D(x,y),D(x,y), R(x,y),R(x,y), U(x,y):U(x,y): the numbers of legal paths from (0,0)(0,0) arriving there by a diagonal, rightward, or upward step. The rules give D(x,y)=D+R+U at (x1,y1),R(x,y)=D(x1,y)+R(x1,y),U(x,y)=D(x,y1)+U(x,y1). \begin{aligned} &D(x,y) = D + R \\ &\quad {}+ U \text{ at } (x-1, y-1), \\ &R(x,y) = D(x-1,y) \\ &\quad {}+ R(x-1,y), \\ &U(x,y) = D(x,y-1) \\ &\quad {}+ U(x,y-1). \end{aligned}

Starting from the single empty path at (0,0)(0,0) (which may begin with any step), fill in the grid up to (5,5).(5,5). Along the axes only all-rightward or all-upward paths survive, and the interior builds up quickly; at (5,5)(5, 5) the three counts come out to 27,27, 28,28, and 28.28.

The total number of paths is 27+28+28=83.27 + 28 + 28 = 83.

14.

Considere los puntos A(0,12),A(0, 12), B(10,9),B(10, 9), C(8,0),C(8, 0), y D(4,7).D(-4, 7). Existe un único cuadrado S\mathcal{S} tal que cada uno de los cuatro puntos está en un lado diferente de S.\mathcal{S}. Sea KK el área de S.\mathcal{S}. Halle el resto cuando 10K10K se divide entre 1000.1000.

Consider the points A(0,12),A(0, 12), B(10,9),B(10, 9), C(8,0),C(8, 0), and D(4,7).D(-4, 7). There is a unique square S\mathcal{S} such that each of the four points is on a different side of S.\mathcal{S}. Let KK be the area of S.\mathcal{S}. Find the remainder when 10K10K is divided by 1000.1000.

Respuesta: 936
Solución:

Como los segmentos AC\overline{AC} y BD\overline{BD} se cruzan, AA y CC están en lados opuestos del cuadrado, al igual que BB y D.D. Sea mm la pendiente del lado que pasa por B,B, de modo que ese lado está sobre mxy+910m=0,mx - y + 9 - 10m = 0, y el lado perpendicular que pasa por CC está sobre x+my8=0.x + my - 8 = 0. La longitud del lado del cuadrado es igual tanto a la distancia entre los lados paralelos que pasan por BB y DD como a la distancia entre los lados que pasan por AA y C:C: 4m7+910mm2+1=12m8m2+1, \begin{aligned} &\frac{|{-4m} - 7 + 9 - 10m|}{\sqrt{m^2 + 1}} \\ &= \frac{|12m - 8|}{\sqrt{m^2 + 1}}, \end{aligned} así que 214m=12m8,|2 - 14m| = |12m - 8|, lo que da m=513m = \frac{5}{13} o m=3.m = -3.

Para m=513,m = \frac{5}{13}, los puntos AA y CC caen en lados opuestos de la recta que pasa por B,B, lo cual es imposible si esa recta contiene un lado del cuadrado, así que m=3.m = -3. Entonces la longitud del lado es 12(3)89+1=4410,\frac{|12(-3) - 8|}{\sqrt{9 + 1}} = \frac{44}{\sqrt{10}}, así que K=44210=193610K = \frac{44^2}{10} = \frac{1936}{10} y 10K=1936.10K = 1936.

El resto cuando 19361936 se divide entre 10001000 es 936.936.

Since segments AC\overline{AC} and BD\overline{BD} cross, AA and CC lie on opposite sides of the square, as do BB and D.D. Let mm be the slope of the side through B,B, so that side lies on mxy+910m=0,mx - y + 9 - 10m = 0, and the perpendicular side through CC lies on x+my8=0.x + my - 8 = 0. The side length of the square equals both the distance between the parallel sides through BB and DD and the distance between the sides through AA and C:C: 4m7+910mm2+1=12m8m2+1, \begin{aligned} &\frac{|{-4m} - 7 + 9 - 10m|}{\sqrt{m^2 + 1}} \\ &= \frac{|12m - 8|}{\sqrt{m^2 + 1}}, \end{aligned} so 214m=12m8,|2 - 14m| = |12m - 8|, giving m=513m = \frac{5}{13} or m=3.m = -3.

For m=513,m = \frac{5}{13}, the points AA and CC fall on opposite sides of the line through B,B, which is impossible if that line contains a side of the square, so m=3.m = -3. Then the side length is 12(3)89+1=4410,\frac{|12(-3) - 8|}{\sqrt{9 + 1}} = \frac{44}{\sqrt{10}}, so K=44210=193610K = \frac{44^2}{10} = \frac{1936}{10} and 10K=1936.10K = 1936.

The remainder when 19361936 is divided by 10001000 is 936.936.

15.

En ABC,\triangle ABC, AB=20.AB = 20. El incírculo del triángulo divide la mediana que contiene a CC en tres segmentos de igual longitud. Dado que el área de ABC\triangle ABC es mn,m\sqrt{n}, donde mm y nn son enteros y nn no es divisible por el cuadrado de ningún primo, halle m+n.m + n.

In ABC,\triangle ABC, AB=20.AB = 20. The incircle of the triangle divides the median containing CC into three segments of equal length. Given that the area of ABC\triangle ABC is mn,m\sqrt{n}, where mm and nn are integers and nn is not divisible by the square of any prime, find m+n.m + n.

Respuesta: 38
Solución:

Sea MM el punto medio de AB,\overline{AB}, y sea que el incírculo corta la mediana CM\overline{CM} en SS y N,N, con CS=SN=NM=13CM.CS = SN = NM = \frac{1}{3}CM. Sea que el incírculo toca AB\overline{AB} en TT y AC\overline{AC} en R.R. Por la potencia de un punto, MT2=MNMS=CM32CM3=29CM2,CR2=CSCN=29CM2, \begin{aligned} MT^2 &= MN \cdot MS \\ &= \frac{CM}{3} \cdot \frac{2\,CM}{3} \\ &= \frac{2}{9}CM^2, \\ CR^2 &= CS \cdot CN \\ &= \frac{2}{9}CM^2, \end{aligned} así que MT=CR.MT = CR. Como AR=ATAR = AT (tangentes desde AA), obtenemos AC=AR+RCAC = AR + RC =AT+TM= AT + TM =AM=10.= AM = 10.

Escriba a=BCa = BC y s=20+a+102=15+a2.s = \frac{20 + a + 10}{2} = 15 + \frac{a}{2}. La longitud de tangente estándar da AT=sa,AT = s - a, así que MT=AMATMT = AM - AT =10(15a2)= 10 - \left(15 - \frac{a}{2}\right) =a102,= \frac{a - 10}{2}, mientras que la fórmula de la longitud de la mediana da CM2=2102+2a22024=a21002.CM^2 = \frac{2 \cdot 10^2 + 2a^2 - 20^2}{4} = \frac{a^2 - 100}{2}. Sustituyendo en MT2=29CM2:MT^2 = \frac{2}{9}CM^2: (a10)24=a210099(a10)=4(a+10)a=26. \begin{aligned} \frac{(a - 10)^2}{4} &= \frac{a^2 - 100}{9} \\ &\quad\Longrightarrow\quad 9(a - 10) \\ &= 4(a + 10) \\ &\quad\Longrightarrow\quad a = 26. \end{aligned}

Entonces los lados son 20,20, 26,26, 1010 con s=28,s = 28, y la fórmula de Herón da [ABC]=288218=8064=2414, \begin{aligned} [ABC] &= \sqrt{28 \cdot 8 \cdot 2 \cdot 18} \\ &= \sqrt{8064} = 24\sqrt{14}, \end{aligned} así que m+n=24+14=38.m + n = 24 + 14 = 38.

Let MM be the midpoint of AB,\overline{AB}, and let the incircle cut median CM\overline{CM} at SS and N,N, with CS=SN=NM=13CM.CS = SN = NM = \frac{1}{3}CM. Let the incircle touch AB\overline{AB} at TT and AC\overline{AC} at R.R. By Power of a Point, MT2=MNMS=CM32CM3=29CM2,CR2=CSCN=29CM2, \begin{aligned} MT^2 &= MN \cdot MS \\ &= \frac{CM}{3} \cdot \frac{2\,CM}{3} \\ &= \frac{2}{9}CM^2, \\ CR^2 &= CS \cdot CN \\ &= \frac{2}{9}CM^2, \end{aligned} so MT=CR.MT = CR. Since AR=ATAR = AT (tangents from AA), we get AC=AR+RCAC = AR + RC =AT+TM= AT + TM =AM=10.= AM = 10.

Write a=BCa = BC and s=20+a+102=15+a2.s = \frac{20 + a + 10}{2} = 15 + \frac{a}{2}. The standard tangent length gives AT=sa,AT = s - a, so MT=AMATMT = AM - AT =10(15a2)= 10 - \left(15 - \frac{a}{2}\right) =a102,= \frac{a - 10}{2}, while the median length formula gives CM2=2102+2a22024=a21002.CM^2 = \frac{2 \cdot 10^2 + 2a^2 - 20^2}{4} = \frac{a^2 - 100}{2}. Substituting into MT2=29CM2:MT^2 = \frac{2}{9}CM^2: (a10)24=a210099(a10)=4(a+10)a=26. \begin{aligned} \frac{(a - 10)^2}{4} &= \frac{a^2 - 100}{9} \\ &\quad\Longrightarrow\quad 9(a - 10) \\ &= 4(a + 10) \\ &\quad\Longrightarrow\quad a = 26. \end{aligned}

Then the sides are 20,20, 26,26, 1010 with s=28,s = 28, and Heron's formula gives [ABC]=288218=8064=2414, \begin{aligned} [ABC] &= \sqrt{28 \cdot 8 \cdot 2 \cdot 18} \\ &= \sqrt{8064} = 24\sqrt{14}, \end{aligned} so m+n=24+14=38.m + n = 24 + 14 = 38.