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

Maya enumera todos los divisores positivos de 20102.2010^2. Luego selecciona al azar dos divisores distintos de esta lista. Sea pp la probabilidad de que exactamente uno de los divisores seleccionados sea un cuadrado perfecto. La probabilidad pp puede expresarse en la forma mn,\frac{m}{n}, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

Maya lists all the positive divisors of 20102.2010^2. She then randomly selects two distinct divisors from this list. Let pp be the probability that exactly one of the selected divisors is a perfect square. The probability pp can be expressed in the form mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 107
Conceptos:conteo de factorescuadrado perfectoprobabilidad básica
Nivel de dificultad: 2110
Pista pequeña:

Factorice 20102=223252672:2010^2 = 2^2 \cdot 3^2 \cdot 5^2 \cdot 67^2: tiene 34=813^4 = 81 divisores

Factor 20102=223252672:2010^2 = 2^2 \cdot 3^2 \cdot 5^2 \cdot 67^2: it has 34=813^4 = 81 divisors

Pista grande:

Un divisor es un cuadrado perfecto exactamente cuando los cuatro exponentes son pares, así que 24=162^4 = 16 de los divisores son cuadrados. Cuente los pares que usan un cuadrado y un no cuadrado.

A divisor is a perfect square exactly when all four exponents are even, so 24=162^4 = 16 of the divisors are squares. Count pairs using one square and one non-square.

Solución:

Como 20102=223252672,2010^2 = 2^2 \cdot 3^2 \cdot 5^2 \cdot 67^2, tiene (2+1)4=81(2 + 1)^4 = 81 divisores positivos. Un divisor es un cuadrado perfecto exactamente cuando cada uno de sus cuatro exponentes es 00 o 2,2, lo que da 24=162^4 = 16 cuadrados perfectos y 8116=6581 - 16 = 65 no cuadrados.

La probabilidad de elegir uno de cada tipo es p=1665(812)=10403240=2681,p = \frac{16 \cdot 65}{\binom{81}{2}} = \frac{1040}{3240} = \frac{26}{81}, así que m+n=26+81=107.m + n = 26 + 81 = 107.

Since 20102=223252672,2010^2 = 2^2 \cdot 3^2 \cdot 5^2 \cdot 67^2, it has (2+1)4=81(2 + 1)^4 = 81 positive divisors. A divisor is a perfect square exactly when each of its four exponents is 00 or 2,2, giving 24=162^4 = 16 perfect squares and 8116=6581 - 16 = 65 non-squares.

The probability of picking one of each is p=1665(812)=10403240=2681,p = \frac{16 \cdot 65}{\binom{81}{2}} = \frac{1040}{3240} = \frac{26}{81}, so m+n=26+81=107.m + n = 26 + 81 = 107.

2.

Halle el residuo al dividir 999999999999 nueves9 \cdot 99 \cdot 999 \cdot \cdots \cdot \underbrace{99\ldots9}_{\text{999 nueves}} entre 1000.1000.

Find the remainder when 999999999999 nines9 \cdot 99 \cdot 999 \cdot \cdots \cdot \underbrace{99\ldots9}_{\text{999 nines}} is divided by 1000.1000.

Respuesta: 109
Nivel de dificultad: 1950
Pista pequeña:

Todo factor a partir del tercero termina en al menos tres cifras 99, así que es 1(mod1000)\equiv -1 \pmod{1000}

Every factor from the third one on ends in at least three 99s, so it is 1(mod1000)\equiv -1 \pmod{1000}

Pista grande:

Cuente cuántos factores son 1(mod1000)\equiv -1 \pmod{1000} y determine si ese número es par o impar; solo queda calcular 9999 \cdot 99

Count how many factors are 1(mod1000)\equiv -1 \pmod{1000} and check whether that count is odd or even; only 9999 \cdot 99 remains to compute

Solución:

Trabaje módulo 1000.1000. Todo factor a partir del tercero termina en al menos tres cifras 99, así que cada uno es 1(mod1000).\equiv -1 \pmod{1000}. Hay 999999 factores en total, de modo que 997997 de ellos son 1.\equiv -1.

Por lo tanto, el producto satisface 999(1)997891109(mod1000), \begin{aligned} &\equiv 9 \cdot 99 \cdot (-1)^{997} \\ &\equiv -891 \equiv 109 \pmod{1000}, \end{aligned} así que el residuo es 109.109.

Work modulo 1000.1000. Every factor from the third one on ends in at least three 99s, so each is 1(mod1000).\equiv -1 \pmod{1000}. There are 999999 factors in all, hence 997997 of them are 1.\equiv -1.

The product is therefore 999(1)997891109(mod1000), \begin{aligned} &\equiv 9 \cdot 99 \cdot (-1)^{997} \\ &\equiv -891 \equiv 109 \pmod{1000}, \end{aligned} so the remainder is 109.109.

3.

Suponga que y=34xy = \frac{3}{4}x y xy=yx.x^y = y^x. La cantidad x+yx + y puede expresarse como un número racional rs,\frac{r}{s}, donde rr y ss son enteros positivos primos entre sí. Halle r+s.r + s.

Suppose that y=34xy = \frac{3}{4}x and xy=yx.x^y = y^x. The quantity x+yx + y can be expressed as a rational number rs,\frac{r}{s}, where rr and ss are relatively prime positive integers. Find r+s.r + s.

Respuesta: 529
Nivel de dificultad: 2230
Pista pequeña:

Sustituya y=34xy = \frac{3}{4}x en xy=yxx^y = y^x y tome la raíz xx-ésima de ambos lados

Substitute y=34xy = \frac{3}{4}x into xy=yxx^y = y^x and take xxth roots of both sides

Pista grande:

La ecuación se convierte en x34=34x,x^{\frac{3}{4}} = \frac{3}{4}x, así que x14=34,x^{-\frac{1}{4}} = \frac{3}{4}, lo que da x=(43)4x = \left(\frac{4}{3}\right)^4

The equation becomes x34=34x,x^{\frac{3}{4}} = \frac{3}{4}x, so x14=34,x^{-\frac{1}{4}} = \frac{3}{4}, which gives x=(43)4x = \left(\frac{4}{3}\right)^4

Solución:

Sustituir y=34xy = \frac{3}{4}x en xy=yxx^y = y^x da x34x=(34x)x.x^{\frac{3}{4}x} = \left(\tfrac{3}{4}x\right)^{x}. Tomando raíces xx-ésimas (las cantidades aquí son positivas), x34=34x,x^{\frac{3}{4}} = \frac{3}{4}x, así que al dividir entre xx se obtiene x14=34,x^{-\frac{1}{4}} = \frac{3}{4}, es decir, x=(43)4=25681.x = \left(\frac{4}{3}\right)^4 = \frac{256}{81}.

Entonces y=3425681=6427,y = \frac{3}{4} \cdot \frac{256}{81} = \frac{64}{27}, y x+y=25681+19281=44881.x + y = \frac{256}{81} + \frac{192}{81} = \frac{448}{81}. Como gcd(448,81)=1,\gcd(448, 81) = 1, la respuesta es 448+81=529.448 + 81 = 529.

Substituting y=34xy = \frac{3}{4}x into xy=yxx^y = y^x gives x34x=(34x)x.x^{\frac{3}{4}x} = \left(\tfrac{3}{4}x\right)^{x}. Taking xxth roots (the quantities here are positive), x34=34x,x^{\frac{3}{4}} = \frac{3}{4}x, so dividing by xx yields x14=34,x^{-\frac{1}{4}} = \frac{3}{4}, that is, x=(43)4=25681.x = \left(\frac{4}{3}\right)^4 = \frac{256}{81}.

Then y=3425681=6427,y = \frac{3}{4} \cdot \frac{256}{81} = \frac{64}{27}, and x+y=25681+19281=44881.x + y = \frac{256}{81} + \frac{192}{81} = \frac{448}{81}. Since gcd(448,81)=1,\gcd(448, 81) = 1, the answer is 448+81=529.448 + 81 = 529.

4.

Jackie y Phil tienen dos monedas justas y una tercera moneda que sale cara con probabilidad 47.\frac{4}{7}. Jackie lanza las tres monedas y luego Phil lanza las tres monedas. Sea mn\frac{m}{n} la probabilidad de que Jackie obtenga el mismo número de caras que Phil, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

Jackie and Phil have two fair coins and a third coin that comes up heads with probability 47.\frac{4}{7}. Jackie flips the three coins, and then Phil flips the three coins. Let mn\frac{m}{n} be the probability that Jackie gets the same number of heads as Phil, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 515
Nivel de dificultad: 2340
Pista pequeña:

Calcule la probabilidad de que un jugador saque 0,0, 1,1, 2,2, 33 caras; las cuatro tienen denominador 2828

Compute the probability that one player flips 0,0, 1,1, 2,2, 33 heads; all four have denominator 2828

Pista grande:

Los dos jugadores son independientes e idénticos, así que la probabilidad de que coincidan es la suma de los cuadrados de esas cuatro probabilidades

The two players are independent and identical, so the probability they match is the sum of the squares of those four probabilities

Solución:

Sea p(h)p(h) la probabilidad de que un jugador saque hh caras. Separando según las dos monedas justas y la moneda sesgada, p(0)=1437=328,p(1)=2437+1447=1028,p(2)=1437+2447=1128,p(3)=1447=428. \begin{aligned} p(0) &= \tfrac{1}{4} \cdot \tfrac{3}{7} = \tfrac{3}{28}, \\ p(1) &= \tfrac{2}{4} \cdot \tfrac{3}{7} + \tfrac{1}{4} \cdot \tfrac{4}{7} = \tfrac{10}{28}, \\ p(2) &= \tfrac{1}{4} \cdot \tfrac{3}{7} + \tfrac{2}{4} \cdot \tfrac{4}{7} = \tfrac{11}{28}, \\ p(3) &= \tfrac{1}{4} \cdot \tfrac{4}{7} = \tfrac{4}{28}. \end{aligned}

Los lanzamientos de Jackie y Phil son independientes y con la misma distribución, así que la probabilidad de que sus conteos de caras coincidan es hp(h)2=32+102+112+42282=246784=123392. \small \begin{aligned} \sum_h p(h)^2 &= \frac{3^2 + 10^2 + 11^2 + 4^2}{28^2} \\ &= \frac{246}{784} = \frac{123}{392}. \end{aligned} Por lo tanto, m+n=123+392=515.m + n = 123 + 392 = 515.

Let p(h)p(h) be the probability that one player flips hh heads. Splitting according to the two fair coins and the biased coin, p(0)=1437=328,p(1)=2437+1447=1028,p(2)=1437+2447=1128,p(3)=1447=428. \begin{aligned} p(0) &= \tfrac{1}{4} \cdot \tfrac{3}{7} = \tfrac{3}{28}, \\ p(1) &= \tfrac{2}{4} \cdot \tfrac{3}{7} + \tfrac{1}{4} \cdot \tfrac{4}{7} = \tfrac{10}{28}, \\ p(2) &= \tfrac{1}{4} \cdot \tfrac{3}{7} + \tfrac{2}{4} \cdot \tfrac{4}{7} = \tfrac{11}{28}, \\ p(3) &= \tfrac{1}{4} \cdot \tfrac{4}{7} = \tfrac{4}{28}. \end{aligned}

Jackie’s and Phil’s flips are independent with the same distribution, so the probability that their head counts agree is hp(h)2=32+102+112+42282=246784=123392. \small \begin{aligned} \sum_h p(h)^2 &= \frac{3^2 + 10^2 + 11^2 + 4^2}{28^2} \\ &= \frac{246}{784} = \frac{123}{392}. \end{aligned} Thus m+n=123+392=515.m + n = 123 + 392 = 515.

5.

Los enteros positivos a,a, b,b, c,c, y dd satisfacen a>b>c>d,a \gt b \gt c \gt d, a+b+c+d=2010,a + b + c + d = 2010, y a2b2+c2d2=2010.a^2 - b^2 + c^2 - d^2 = 2010. Halle el número de valores posibles de a.a.

Positive integers a,a, b,b, c,c, and dd satisfy a>b>c>d,a \gt b \gt c \gt d, a+b+c+d=2010,a + b + c + d = 2010, and a2b2+c2d2=2010.a^2 - b^2 + c^2 - d^2 = 2010. Find the number of possible values of a.a.

Respuesta: 501
Nivel de dificultad: 2230
Pista pequeña:

Factorice: a2b2+c2d2a^2 - b^2 + c^2 - d^2 =(ab)(a+b)= (a-b)(a+b) +(cd)(c+d)+ (c-d)(c+d) (a+b)+(c+d)\ge (a+b) + (c+d)

Factor: a2b2+c2d2a^2 - b^2 + c^2 - d^2 =(ab)(a+b)= (a-b)(a+b) +(cd)(c+d)+ (c-d)(c+d) (a+b)+(c+d)\ge (a+b) + (c+d)

Pista grande:

La igualdad obliga a ab=cd=1,a - b = c - d = 1, así que a+c=1006;a + c = 1006; luego halle el rango de aa permitido por b>cb \gt c y d1d \ge 1

Equality forces ab=cd=1,a - b = c - d = 1, so a+c=1006;a + c = 1006; then find the range of aa allowed by b>cb \gt c and d1d \ge 1

Solución:

Factorizando, a2b2+c2d2=(ab)(a+b)+(cd)(c+d)(a+b)+(c+d)=2010, \begin{gathered} a^2 - b^2 + c^2 - d^2 \\ = (a-b)(a+b) \\ {}+ (c-d)(c+d) \\ \ge (a+b) + (c+d) = 2010, \end{gathered} ya que ab1a - b \ge 1 y cd1.c - d \ge 1. Se cumple la igualdad, así que ab=cd=1,a - b = c - d = 1, es decir, b=a1b = a - 1 y d=c1.d = c - 1. Entonces 2010=a+(a1)+c+(c1)2010 = a + (a-1) + c + (c-1) da a+c=1006.a + c = 1006.

La condición b>cb \gt c significa a1>c=1006a,a - 1 \gt c = 1006 - a, así que a504,a \ge 504, y d1d \ge 1 significa c2,c \ge 2, así que a1004.a \le 1004. Todo aa en este rango funciona, mediante (a,b,c,d)(a, b, c, d) =(a,a1,= (a,\, a-1,\, 1006a,1005a).1006-a,\, 1005-a).

El conteo es 1004504+1=501.1004 - 504 + 1 = 501.

Factoring, a2b2+c2d2=(ab)(a+b)+(cd)(c+d)(a+b)+(c+d)=2010, \begin{gathered} a^2 - b^2 + c^2 - d^2 \\ = (a-b)(a+b) \\ {}+ (c-d)(c+d) \\ \ge (a+b) + (c+d) = 2010, \end{gathered} since ab1a - b \ge 1 and cd1.c - d \ge 1. Equality holds, so ab=cd=1,a - b = c - d = 1, that is, b=a1b = a - 1 and d=c1.d = c - 1. Then 2010=a+(a1)+c+(c1)2010 = a + (a-1) + c + (c-1) gives a+c=1006.a + c = 1006.

The condition b>cb \gt c means a1>c=1006a,a - 1 \gt c = 1006 - a, so a504,a \ge 504, and d1d \ge 1 means c2,c \ge 2, so a1004.a \le 1004. Every aa in this range works, via (a,b,c,d)(a, b, c, d) =(a,a1,= (a,\, a-1,\, 1006a,1005a).1006-a,\, 1005-a).

The count is 1004504+1=501.1004 - 504 + 1 = 501.

6.

Sea P(x)P(x) un polinomio cuadrático con coeficientes reales que satisface x22x+2P(x)2x24x+3 \begin{aligned} x^2 - 2x + 2 &\le P(x) \\ &\le 2x^2 - 4x + 3 \end{aligned} para todos los números reales x,x, y suponga que P(11)=181.P(11) = 181. Halle P(16).P(16).

Let P(x)P(x) be a quadratic polynomial with real coefficients satisfying x22x+2P(x)2x24x+3 \begin{aligned} x^2 - 2x + 2 &\le P(x) \\ &\le 2x^2 - 4x + 3 \end{aligned} for all real numbers x,x, and suppose P(11)=181.P(11) = 181. Find P(16).P(16).

Respuesta: 406
Nivel de dificultad: 2390
Pista pequeña:

Complete el cuadrado: ambas cuadráticas de cota valen (x1)2+1(x-1)^2 + 1 y 2(x1)2+1,2(x-1)^2 + 1, con vértice común (1,1)(1, 1)

Complete the square: both bounding quadratics equal (x1)2+1(x-1)^2 + 1 and 2(x1)2+1,2(x-1)^2 + 1, with common vertex (1,1)(1, 1)

Pista grande:

P(x)(x1)21P(x) - (x-1)^2 - 1 es no negativo en todas partes y cero en x=1,x = 1, así que es c(x1)2;c(x-1)^2; use P(11)=181P(11) = 181 para hallar cc

P(x)(x1)21P(x) - (x-1)^2 - 1 is nonnegative everywhere and zero at x=1,x = 1, so it is c(x1)2;c(x-1)^2; use P(11)=181P(11) = 181 to find cc

Solución:

Completando el cuadrado, la condición queda (x1)2+1P(x)2(x1)2+1. \begin{aligned} (x-1)^2 + 1 &\le P(x) \\ &\le 2(x-1)^2 + 1. \end{aligned} En x=1x = 1 ambas cotas valen 1,1, así que P(1)=1.P(1) = 1. La cuadrática P(x)((x1)2+1)P(x) - \left((x-1)^2 + 1\right) es no negativa para todo xx y se anula en x=1,x = 1, así que x=1x = 1 es una raíz doble: P(x)=a(x1)2+1P(x) = a(x-1)^2 + 1 para alguna constante a.a.

De P(11)=100a+1=181P(11) = 100a + 1 = 181 obtenemos a=95.a = \frac{9}{5}. Entonces P(16)=95225+1=405+1=406. \begin{aligned} P(16) &= \frac{9}{5} \cdot 225 + 1 \\ &= 405 + 1 = 406. \end{aligned}

Completing the square, the condition reads (x1)2+1P(x)2(x1)2+1. \begin{aligned} (x-1)^2 + 1 &\le P(x) \\ &\le 2(x-1)^2 + 1. \end{aligned} At x=1x = 1 both bounds equal 1,1, so P(1)=1.P(1) = 1. The quadratic P(x)((x1)2+1)P(x) - \left((x-1)^2 + 1\right) is nonnegative for all xx and vanishes at x=1,x = 1, so x=1x = 1 is a double root: P(x)=a(x1)2+1P(x) = a(x-1)^2 + 1 for some constant a.a.

From P(11)=100a+1=181P(11) = 100a + 1 = 181 we get a=95.a = \frac{9}{5}. Then P(16)=95225+1=405+1=406. \begin{aligned} P(16) &= \frac{9}{5} \cdot 225 + 1 \\ &= 405 + 1 = 406. \end{aligned}

7.

Se dice que una terna ordenada (A,B,C)(\mathcal{A}, \mathcal{B}, \mathcal{C}) de conjuntos es mínimamente intersecante si AB=BC=CA=1|\mathcal{A} \cap \mathcal{B}| = |\mathcal{B} \cap \mathcal{C}| = |\mathcal{C} \cap \mathcal{A}| = 1 y ABC=.\mathcal{A} \cap \mathcal{B} \cap \mathcal{C} = \emptyset. Por ejemplo, ({1,2},{2,3},{1,3,4})(\{1, 2\}, \{2, 3\}, \{1, 3, 4\}) es una terna mínimamente intersecante. Sea NN el número de ternas ordenadas mínimamente intersecantes de conjuntos para las que cada conjunto es un subconjunto de {1,2,3,4,5,6,7}.\{1, 2, 3, 4, 5, 6, 7\}. Halle el residuo cuando NN se divide entre 1000.1000.

Nota: S|\mathcal{S}| representa el número de elementos en el conjunto S.\mathcal{S}.

Define an ordered triple (A,B,C)(\mathcal{A}, \mathcal{B}, \mathcal{C}) of sets to be minimally intersecting if AB=BC=CA=1|\mathcal{A} \cap \mathcal{B}| = |\mathcal{B} \cap \mathcal{C}| = |\mathcal{C} \cap \mathcal{A}| = 1 and ABC=.\mathcal{A} \cap \mathcal{B} \cap \mathcal{C} = \emptyset. For example, ({1,2},{2,3},{1,3,4})(\{1, 2\}, \{2, 3\}, \{1, 3, 4\}) is a minimally intersecting triple. Let NN be the number of minimally intersecting ordered triples of sets for which each set is a subset of {1,2,3,4,5,6,7}.\{1, 2, 3, 4, 5, 6, 7\}. Find the remainder when NN is divided by 1000.1000.

Note: S|\mathcal{S}| represents the number of elements in the set S.\mathcal{S}.

Respuesta: 760
Nivel de dificultad: 2510
Pista pequeña:

Las tres intersecciones por pares son elementos individuales x,x, y,y, z,z, que deben ser distintos ya que la intersección triple es vacía

The three pairwise intersections are single elements x,x, y,y, z,z, which must be distinct since the triple intersection is empty

Pista grande:

Después de colocar x,x, y,y, zz de 7657 \cdot 6 \cdot 5 maneras, cada elemento restante puede ir a exactamente uno de los tres conjuntos o a ninguno

After placing x,x, y,y, zz in 7657 \cdot 6 \cdot 5 ways, each remaining element may go into exactly one of the three sets or into none

Solución:

Escriba AB={x},\mathcal{A} \cap \mathcal{B} = \{x\}, BC={y},\mathcal{B} \cap \mathcal{C} = \{y\}, y CA={z}.\mathcal{C} \cap \mathcal{A} = \{z\}. Como ABC=,\mathcal{A} \cap \mathcal{B} \cap \mathcal{C} = \emptyset, los elementos x,x, y,y, zz son distintos, y pueden elegirse de 765=2107 \cdot 6 \cdot 5 = 210 maneras.

Cada uno de los 44 elementos restantes no debe crear más intersecciones por pares, así que puede pertenecer a exactamente uno de A,\mathcal{A}, B,\mathcal{B}, C,\mathcal{C}, o a ninguno de ellos: 44 opciones cada uno, para 44=2564^4 = 256 asignaciones.

Por lo tanto, N=210256=53760,N = 210 \cdot 256 = 53760, y el residuo al dividir entre 10001000 es 760.760.

Write AB={x},\mathcal{A} \cap \mathcal{B} = \{x\}, BC={y},\mathcal{B} \cap \mathcal{C} = \{y\}, and CA={z}.\mathcal{C} \cap \mathcal{A} = \{z\}. Since ABC=,\mathcal{A} \cap \mathcal{B} \cap \mathcal{C} = \emptyset, the elements x,x, y,y, zz are distinct, and they can be chosen in 765=2107 \cdot 6 \cdot 5 = 210 ways.

Each of the remaining 44 elements must not create any further pairwise intersections, so it can belong to exactly one of A,\mathcal{A}, B,\mathcal{B}, C,\mathcal{C}, or to none of them: 44 choices each, for 44=2564^4 = 256 assignments.

Hence N=210256=53760,N = 210 \cdot 256 = 53760, and the remainder upon division by 10001000 is 760.760.

8.

Para un número real a,a, sea a\lfloor a \rfloor el mayor entero menor o igual que a.a. Sea R\mathcal{R} la región del plano coordenado formada por los puntos (x,y)(x, y) tales que x2+y2=25.\lfloor x \rfloor^2 + \lfloor y \rfloor^2 = 25. La región R\mathcal{R} está completamente contenida en un disco de radio rr (un disco es la unión de un círculo y su interior). El valor mínimo de rr puede escribirse como mn,\frac{\sqrt{m}}{n}, donde mm y nn son enteros y mm no es divisible por el cuadrado de ningún primo. Halle m+n.m + n.

For a real number a,a, let a\lfloor a \rfloor denote the greatest integer less than or equal to a.a. Let R\mathcal{R} denote the region in the coordinate plane consisting of points (x,y)(x, y) such that x2+y2=25.\lfloor x \rfloor^2 + \lfloor y \rfloor^2 = 25. The region R\mathcal{R} is completely contained in a disk of radius rr (a disk is the union of a circle and its interior). The minimum value of rr can be written as mn,\frac{\sqrt{m}}{n}, where mm and nn are integers and mm is not divisible by the square of any prime. Find m+n.m + n.

Respuesta: 132
Nivel de dificultad: 2840
Pista pequeña:

(x,y)(\lfloor x \rfloor, \lfloor y \rfloor) debe ser uno de los 1212 pares de enteros cuyos cuadrados suman 25,25, así que R\mathcal{R} es una unión de 1212 cuadrados unitarios

(x,y)(\lfloor x \rfloor, \lfloor y \rfloor) must be one of the 1212 integer pairs with squares summing to 25,25, so R\mathcal{R} is a union of 1212 unit squares

Pista grande:

R\mathcal{R} es simétrica respecto de (12,12),\left(\frac{1}{2}, \frac{1}{2}\right), así que el mejor disco está centrado ahí; halle la esquina de cuadrado más lejana de ese centro

R\mathcal{R} is symmetric about (12,12),\left(\frac{1}{2}, \frac{1}{2}\right), so the best disk is centered there; find the square corner farthest from that center

Solución:

Como x\lfloor x \rfloor y y\lfloor y \rfloor son enteros cuyos cuadrados suman 25,25, el par (x,y)(\lfloor x \rfloor, \lfloor y \rfloor) es uno de los 1212 pares (±5,0),(\pm 5, 0), (0,±5),(0, \pm 5), (±3,±4),(\pm 3, \pm 4), (±4,±3).(\pm 4, \pm 3). Por tanto, R\mathcal{R} es la unión de los 1212 cuadrados unitarios cuyas esquinas inferiores izquierdas son esos puntos.

Sea KK la clausura de R.\mathcal{R}. Todo disco cerrado que contiene a R\mathcal{R} también contiene a K,K, así que ambos conjuntos tienen el mismo radio mínimo de cobertura. La aplicación (x,y)(1x,1y)(x, y) \mapsto (1 - x, 1 - y) permuta los cuadrados unitarios cerrados de K,K, por lo que KK es simétrico bajo una rotación de 180180^\circ alrededor de Q=(12,12).Q = \left(\frac{1}{2}, \frac{1}{2}\right). Si XK,X \in K, su punto opuesto X=2QXX' = 2Q-X también está en K.K. Todo disco que contiene ambos extremos de XX\overline{XX'} tiene radio al menos XX2=XQ.\frac{XX'}{2} = XQ. Por tanto, ningún disco envolvente puede tener radio menor que la mayor distancia de QQ a K.K.

Esa mayor distancia se alcanza en esquinas como A=(4,5)A = (4, 5) y B=(5,4),B = (5, 4), y al revisar las esquinas de los doce cuadrados cerrados se obtiene QA=QB=(92)2+(72)2=1302.\begin{aligned} QA = QB &= \sqrt{\left(\tfrac{9}{2}\right)^2 + \left(\tfrac{7}{2}\right)^2} \\ &= \frac{\sqrt{130}}{2}. \end{aligned} El disco centrado en QQ con este radio contiene cada cuadrado, así que alcanza la cota inferior.

Por tanto, el radio mínimo es r=1302,r = \frac{\sqrt{130}}{2}, y m+n=130+2=132.m + n = 130 + 2 = 132.

Since x\lfloor x \rfloor and y\lfloor y \rfloor are integers whose squares sum to 25,25, the pair (x,y)(\lfloor x \rfloor, \lfloor y \rfloor) is one of the 1212 pairs (±5,0),(\pm 5, 0), (0,±5),(0, \pm 5), (±3,±4),(\pm 3, \pm 4), (±4,±3).(\pm 4, \pm 3). So R\mathcal{R} is the union of the 1212 unit squares whose lower-left corners are these points.

Let KK be the closure of R.\mathcal{R}. Any closed disk containing R\mathcal{R} also contains K,K, so the two sets have the same minimum enclosing radius. The map (x,y)(1x,1y)(x, y) \mapsto (1 - x, 1 - y) permutes the closed unit squares in K,K, so KK is symmetric under 180180^\circ rotation about Q=(12,12).Q = \left(\frac{1}{2}, \frac{1}{2}\right). If XK,X \in K, its opposite point X=2QXX' = 2Q-X also lies in K.K. Every disk containing both endpoints of XX\overline{XX'} has radius at least XX2=XQ.\frac{XX'}{2} = XQ. Thus no enclosing disk can have radius smaller than the greatest distance from QQ to K.K.

That greatest distance is attained at square corners such as A=(4,5)A = (4, 5) and B=(5,4),B = (5, 4), and checking the corners of all twelve closed squares gives QA=QB=(92)2+(72)2=1302.\begin{aligned} QA = QB &= \sqrt{\left(\tfrac{9}{2}\right)^2 + \left(\tfrac{7}{2}\right)^2} \\ &= \frac{\sqrt{130}}{2}. \end{aligned} The disk centered at QQ with this radius contains every square, so it attains the lower bound.

Hence the minimum radius is r=1302,r = \frac{\sqrt{130}}{2}, and m+n=130+2=132.m + n = 130 + 2 = 132.

9.

Sea (a,b,c)(a, b, c) una solución real del sistema de ecuaciones x3xyz=2,y3xyz=6,z3xyz=20. \begin{aligned} x^3 - xyz &= 2, \\ y^3 - xyz &= 6, \\ z^3 - xyz &= 20. \end{aligned} El mayor valor posible de a3+b3+c3a^3 + b^3 + c^3 puede escribirse en la forma mn,\frac{m}{n}, donde mm y nn son enteros positivos primos entre sí. Halle m+n.m + n.

Let (a,b,c)(a, b, c) be a real solution of the system of equations x3xyz=2,y3xyz=6,z3xyz=20. \begin{aligned} x^3 - xyz &= 2, \\ y^3 - xyz &= 6, \\ z^3 - xyz &= 20. \end{aligned} The greatest possible value of a3+b3+c3a^3 + b^3 + c^3 can be written in the form mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Respuesta: 158
Nivel de dificultad: 2740
Pista pequeña:

Sume xyzxyz a cada ecuación y ponga P=xyz,P = xyz, así x3=2+P,x^3 = 2 + P, y3=6+P,y^3 = 6 + P, z3=20+Pz^3 = 20 + P

Add xyzxyz to each equation and set P=xyz,P = xyz, so x3=2+P,x^3 = 2 + P, y3=6+P,y^3 = 6 + P, z3=20+Pz^3 = 20 + P

Pista grande:

Multiplicar las tres da P3=(2+P)(6+P)(20+P),P^3 = (2+P)(6+P)(20+P), que en realidad es una cuadrática en P;P; note que x3+y3+z3=28+3Px^3 + y^3 + z^3 = 28 + 3P

Multiplying the three gives P3=(2+P)(6+P)(20+P),P^3 = (2+P)(6+P)(20+P), which is really a quadratic in P;P; note x3+y3+z3=28+3Px^3 + y^3 + z^3 = 28 + 3P

Solución:

Sumar xyzxyz a cada ecuación da x3=2+xyz,x^3 = 2 + xyz, y3=6+xyz,y^3 = 6 + xyz, y z3=20+xyz.z^3 = 20 + xyz. Sea P=xyz.P = xyz. Multiplicar las tres ecuaciones produce P3=(2+P)(6+P)(20+P)=P3+28P2+172P+240, \begin{aligned} P^3 &= (2 + P)(6 + P)(20 + P) \\ &= P^3 + 28P^2 + 172P + 240, \end{aligned} así que 28P2+172P+240=0,28P^2 + 172P + 240 = 0, es decir, 7P2+43P+60=0,7P^2 + 43P + 60 = 0, cuyas raíces son P=157P = -\frac{15}{7} y P=4.P = -4. Cada raíz es alcanzable: las raíces cúbicas de 2+P,2 + P, 6+P,6 + P, 20+P20 + P entonces sí tienen producto P.P.

Sumando las ecuaciones originales, x3+y3+z3=28+3P,x^3 + y^3 + z^3 = 28 + 3P, que se maximiza con la raíz mayor P=157:P = -\frac{15}{7}: a3+b3+c3=28457=1517.a^3 + b^3 + c^3 = 28 - \frac{45}{7} = \frac{151}{7}. Por lo tanto, m+n=151+7=158.m + n = 151 + 7 = 158.

Adding xyzxyz to each equation gives x3=2+xyz,x^3 = 2 + xyz, y3=6+xyz,y^3 = 6 + xyz, and z3=20+xyz.z^3 = 20 + xyz. Let P=xyz.P = xyz. Multiplying the three equations yields P3=(2+P)(6+P)(20+P)=P3+28P2+172P+240, \begin{aligned} P^3 &= (2 + P)(6 + P)(20 + P) \\ &= P^3 + 28P^2 + 172P + 240, \end{aligned} so 28P2+172P+240=0,28P^2 + 172P + 240 = 0, i.e. 7P2+43P+60=0,7P^2 + 43P + 60 = 0, whose roots are P=157P = -\frac{15}{7} and P=4.P = -4. Each root is achievable: the cube roots of 2+P,2 + P, 6+P,6 + P, 20+P20 + P then really do have product P.P.

Adding the original equations, x3+y3+z3=28+3P,x^3 + y^3 + z^3 = 28 + 3P, which is maximized by the larger root P=157:P = -\frac{15}{7}: a3+b3+c3=28457=1517.a^3 + b^3 + c^3 = 28 - \frac{45}{7} = \frac{151}{7}. Thus m+n=151+7=158.m + n = 151 + 7 = 158.

10.

Sea NN el número de maneras de escribir 20102010 en la forma 2010=a3103+a2102+a110+a0, \begin{aligned} 2010 &= a_3 \cdot 10^3 + a_2 \cdot 10^2 \\ &\quad {}+ a_1 \cdot 10 + a_0, \end{aligned} donde los aia_i son enteros, y 0ai99.0 \le a_i \le 99. Un ejemplo de tal representación es 11031 \cdot 10^3 +3102+ 3 \cdot 10^2 +67101+ 67 \cdot 10^1 +40100.+ 40 \cdot 10^0. Halle N.N.

Let NN be the number of ways to write 20102010 in the form 2010=a3103+a2102+a110+a0, \begin{aligned} 2010 &= a_3 \cdot 10^3 + a_2 \cdot 10^2 \\ &\quad {}+ a_1 \cdot 10 + a_0, \end{aligned} where the aia_i’s are integers, and 0ai99.0 \le a_i \le 99. An example of such a representation is 11031 \cdot 10^3 +3102+ 3 \cdot 10^2 +67101+ 67 \cdot 10^1 +40100.+ 40 \cdot 10^0. Find N.N.

Respuesta: 202
Nivel de dificultad: 2840
Pista pequeña:

Divida cada coeficiente en dígitos: ai=10bi+cia_i = 10 b_i + c_i con bi,ci{0,1,,9}b_i, c_i \in \{0, 1, \ldots, 9\}

Split each coefficient into digits: ai=10bi+cia_i = 10 b_i + c_i with bi,ci{0,1,,9}b_i, c_i \in \{0, 1, \ldots, 9\}

Pista grande:

Los bib_i son los dígitos de un número mm y los cic_i de un número n,n, y la condición es exactamente 10m+n=2010;10m + n = 2010; cuente los mm posibles

The bib_i are the digits of a number mm and the cic_i of a number n,n, and the condition is exactly 10m+n=2010;10m + n = 2010; count the possible mm

Solución:

Escriba cada coeficiente como ai=10bi+cia_i = 10b_i + c_i con dígitos bi,ci{0,1,,9};b_i, c_i \in \{0, 1, \ldots, 9\}; todo entero 0ai990 \le a_i \le 99 se descompone así de manera única. Poniendo m=b3b2b1b0m = b_3 b_2 b_1 b_0 y n=c3c2c1c0n = c_3 c_2 c_1 c_0 (leídos como números en base 1010), la condición se convierte en 2010=10m+n.2010 = 10m + n.

Recíprocamente, cualesquiera enteros no negativos m,nm, n con 10m+n=201010m + n = 2010 satisfacen m201m \le 201 y n2010,n \le 2010, así que cada uno tiene a lo sumo cuatro dígitos; esos dígitos recuperan los bib_i y ci,c_i, y por tanto los ai.a_i. Así que las representaciones corresponden exactamente a elecciones de m{0,1,,201}m \in \{0, 1, \ldots, 201\} con n=201010m,n = 2010 - 10m, y N=202.N = 202.

Write each coefficient as ai=10bi+cia_i = 10b_i + c_i with digits bi,ci{0,1,,9};b_i, c_i \in \{0, 1, \ldots, 9\}; every integer 0ai990 \le a_i \le 99 splits this way uniquely. Setting m=b3b2b1b0m = b_3 b_2 b_1 b_0 and n=c3c2c1c0n = c_3 c_2 c_1 c_0 (read as base-1010 numbers), the condition becomes 2010=10m+n.2010 = 10m + n.

Conversely, any nonnegative integers m,nm, n with 10m+n=201010m + n = 2010 satisfy m201m \le 201 and n2010,n \le 2010, so each has at most four digits; those digits recover the bib_i and ci,c_i, hence the ai.a_i. So representations correspond exactly to choices of m{0,1,,201}m \in \{0, 1, \ldots, 201\} with n=201010m,n = 2010 - 10m, and N=202.N = 202.

11.

Sea R\mathcal{R} la región formada por el conjunto de puntos del plano coordenado que satisfacen a la vez 8x+y10|8 - x| + y \le 10 y 3yx15.3y - x \ge 15. Cuando R\mathcal{R} se hace girar alrededor de la recta cuya ecuación es 3yx=15,3y - x = 15, el volumen del sólido resultante es mπnp,\frac{m\pi}{n\sqrt{p}}, donde m,m, n,n, y pp son enteros positivos, mm y nn son primos entre sí, y pp no es divisible por el cuadrado de ningún primo. Halle m+n+p.m + n + p.

Let R\mathcal{R} be the region consisting of the set of points in the coordinate plane that satisfy both 8x+y10|8 - x| + y \le 10 and 3yx15.3y - x \ge 15. When R\mathcal{R} is revolved around the line whose equation is 3yx=15,3y - x = 15, the volume of the resulting solid is mπnp,\frac{m\pi}{n\sqrt{p}}, where m,m, n,n, and pp are positive integers, mm and nn are relatively prime, and pp is not divisible by the square of any prime. Find m+n+p.m + n + p.

Respuesta: 365
Nivel de dificultad: 2920
Pista pequeña:

La región es un triángulo con un lado sobre el eje de revolución 3yx=15;3y - x = 15; halle sus tres vértices

The region is a triangle with one side on the axis of revolution 3yx=15;3y - x = 15; find its three vertices

Pista grande:

Al girar se obtienen dos conos que comparten una base: volumen total 13πd2AB,\frac{1}{3}\pi\,d^2 \cdot AB, donde dd es la distancia del vértice fuera del eje a la recta

Revolving gives two cones sharing a base: total volume 13πd2AB,\frac{1}{3}\pi\,d^2 \cdot AB, where dd is the distance from the off-axis vertex to the line

Solución:

La condición 8x+y10|8 - x| + y \le 10 significa yx+2y \le x + 2 para x8x \le 8 y y18xy \le 18 - x para x8.x \ge 8. Al intersecar con el semiplano 3yx153y - x \ge 15 queda el triángulo con vértices A=(92,132)A = \left(\frac{9}{2}, \frac{13}{2}\right) y B=(394,334)B = \left(\frac{39}{4}, \frac{33}{4}\right) sobre la recta 3yx=15,3y - x = 15, y ápice C=(8,10).C = (8, 10).

El lado ABAB está sobre el eje de revolución, y el pie DD de la perpendicular desde CC a la recta, a saber (8.7,7.9),(8.7, 7.9), está entre AA y B.B. Así que el sólido está formado por dos conos que comparten una base de radio CDCD y cuyas alturas suman AB,AB, y su volumen es 13πCD2AB.\frac{1}{3}\pi \cdot CD^2 \cdot AB. Aquí CD=31081510=710,AB=(214)2+(74)2=7104. \begin{aligned} CD &= \frac{|3 \cdot 10 - 8 - 15|}{\sqrt{10}} = \frac{7}{\sqrt{10}}, \\ AB &= \sqrt{\left(\tfrac{21}{4}\right)^2 + \left(\tfrac{7}{4}\right)^2} \\ &= \frac{7\sqrt{10}}{4}. \end{aligned}

El volumen es 13π49107104=343π1210,\frac{1}{3}\pi \cdot \frac{49}{10} \cdot \frac{7\sqrt{10}}{4} = \frac{343\pi}{12\sqrt{10}}, así que m+n+p=343+12+10m + n + p = 343 + 12 + 10 =365.= 365.

The condition 8x+y10|8 - x| + y \le 10 means yx+2y \le x + 2 for x8x \le 8 and y18xy \le 18 - x for x8.x \ge 8. Intersecting with the half-plane 3yx153y - x \ge 15 leaves the triangle with vertices A=(92,132)A = \left(\frac{9}{2}, \frac{13}{2}\right) and B=(394,334)B = \left(\frac{39}{4}, \frac{33}{4}\right) on the line 3yx=15,3y - x = 15, and apex C=(8,10).C = (8, 10).

Side ABAB lies on the axis of revolution, and the foot DD of the perpendicular from CC to the line, namely (8.7,7.9),(8.7, 7.9), lies between AA and B.B. So the solid is two cones sharing a base of radius CDCD with heights summing to AB,AB, and its volume is 13πCD2AB.\frac{1}{3}\pi \cdot CD^2 \cdot AB. Here CD=31081510=710,AB=(214)2+(74)2=7104. \begin{aligned} CD &= \frac{|3 \cdot 10 - 8 - 15|}{\sqrt{10}} = \frac{7}{\sqrt{10}}, \\ AB &= \sqrt{\left(\tfrac{21}{4}\right)^2 + \left(\tfrac{7}{4}\right)^2} \\ &= \frac{7\sqrt{10}}{4}. \end{aligned}

The volume is 13π49107104=343π1210,\frac{1}{3}\pi \cdot \frac{49}{10} \cdot \frac{7\sqrt{10}}{4} = \frac{343\pi}{12\sqrt{10}}, so m+n+p=343+12+10m + n + p = 343 + 12 + 10 =365.= 365.

12.

Sea m3m \ge 3 un entero y sea S={3,4,5,,m}.S = \{3, 4, 5, \ldots, m\}. Halle el menor valor de mm tal que para toda partición de SS en dos subconjuntos, al menos uno de los subconjuntos contiene enteros a,a, b,b, y cc (no necesariamente distintos) tales que ab=c.ab = c.

Nota: una partición de SS es un par de conjuntos A,A, BB tales que AB=A \cap B = \emptyset y AB=S.A \cup B = S.

Let m3m \ge 3 be an integer and let S={3,4,5,,m}.S = \{3, 4, 5, \ldots, m\}. Find the smallest value of mm such that for every partition of SS into two subsets, at least one of the subsets contains integers a,a, b,b, and cc (not necessarily distinct) such that ab=c.ab = c.

Note: a partition of SS is a pair of sets A,A, BB such that AB=A \cap B = \emptyset and AB=S.A \cup B = S.

Respuesta: 243
Nivel de dificultad: 3060
Pista pequeña:

Pruebe particiones en dos subconjuntos que mantengan separados los números pequeños y sus productos por pares, como separar {3,,8}\{3, \ldots, 8\} de {9,,80}\{9, \ldots, 80\}

Try two-subset partitions that keep small numbers and their pairwise products apart, such as separating {3,,8}\{3, \ldots, 8\} from {9,,80}\{9, \ldots, 80\}

Pista grande:

Para la cota superior, siga las potencias de 3:3: una vez que 33 y 99 quedan forzados en subconjuntos distintos, coloque 2727 y 81,81, y una potencia más crea una contradicción

For the upper bound, follow the powers of 3:3: once 33 and 99 are forced into different subsets, place 2727 and 81,81, and one more power creates a contradiction

Solución:

Primero, m=243m = 243 funciona. Suponga que S={3,4,,243}S = \{3, 4, \ldots, 243\} se particiona en TT y UU sin que ninguno contenga un producto, y digamos que 3T.3 \in T. Entonces 9=339 = 3 \cdot 3 debe estar en U,U, así que 81=9981 = 9 \cdot 9 debe estar en T,T, y luego 243=381243 = 3 \cdot 81 debe estar en U.U. Ahora considere 27:27: si 27T,27 \in T, entonces 327=813 \cdot 27 = 81 pone un producto en T;T; si 27U,27 \in U, entonces 927=2439 \cdot 27 = 243 pone uno en U.U. En cualquier caso llegamos a una contradicción.

Para m=242,m = 242, la partición T={3,,8}{81,,242}T = \{3, \ldots, 8\} \cup \{81, \ldots, 242\} y U={9,,80}U = \{9, \ldots, 80\} evita productos: dos elementos de {3,,8}\{3, \ldots, 8\} se multiplican dando algo en [9,64]U,[9, 64] \subseteq U, cualquier producto que involucre un elemento de {81,,242}\{81, \ldots, 242\} es al menos 381=243>242,3 \cdot 81 = 243 \gt 242, y dos elementos de UU se multiplican dando al menos 81>80.81 \gt 80.

Por lo tanto, el menor mm con esta propiedad es 243.243.

First, m=243m = 243 works. Suppose S={3,4,,243}S = \{3, 4, \ldots, 243\} were partitioned into TT and UU with neither containing a product, and say 3T.3 \in T. Then 9=339 = 3 \cdot 3 must lie in U,U, so 81=9981 = 9 \cdot 9 must lie in T,T, and then 243=381243 = 3 \cdot 81 must lie in U.U. Now consider 27:27: if 27T,27 \in T, then 327=813 \cdot 27 = 81 puts a product in T;T; if 27U,27 \in U, then 927=2439 \cdot 27 = 243 puts one in U.U. Either way we reach a contradiction.

For m=242,m = 242, the partition T={3,,8}{81,,242}T = \{3, \ldots, 8\} \cup \{81, \ldots, 242\} and U={9,,80}U = \{9, \ldots, 80\} avoids products: two elements of {3,,8}\{3, \ldots, 8\} multiply to something in [9,64]U,[9, 64] \subseteq U, any product involving an element of {81,,242}\{81, \ldots, 242\} is at least 381=243>242,3 \cdot 81 = 243 \gt 242, and two elements of UU multiply to at least 81>80.81 \gt 80.

Hence the smallest such mm is 243.243.

13.

El rectángulo ABCDABCD y un semicírculo de diámetro AB\overline{AB} son coplanares y tienen interiores que no se superponen. Sea R\mathcal{R} la región encerrada por el semicírculo y el rectángulo. La recta \ell corta al semicírculo, al segmento AB,\overline{AB}, y al segmento CD\overline{CD} en puntos distintos N,N, U,U, y T,T, respectivamente. La recta \ell divide la región R\mathcal{R} en dos regiones con áreas en razón 1:2.1 : 2. Suponga que AU=84,AU = 84, AN=126,AN = 126, y UB=168.UB = 168. Entonces DADA puede representarse 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.

Rectangle ABCDABCD and a semicircle with diameter AB\overline{AB} are coplanar and have nonoverlapping interiors. Let R\mathcal{R} denote the region enclosed by the semicircle and the rectangle. Line \ell meets the semicircle, segment AB,\overline{AB}, and segment CD\overline{CD} at distinct points N,N, U,U, and T,T, respectively. Line \ell divides region R\mathcal{R} into two regions with areas in the ratio 1:2.1 : 2. Suppose that AU=84,AU = 84, AN=126,AN = 126, and UB=168.UB = 168. Then DADA can be represented 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: 69
Nivel de dificultad: 3270
Pista pequeña:

Con AB=252,AB = 252, el centro OO satisface AO=ON=AN=126,AO = ON = AN = 126, así que el triángulo AONAON es equilátero y el sector AONAON es un tercio del semicírculo

With AB=252,AB = 252, the center OO satisfies AO=ON=AN=126,AO = ON = AN = 126, so triangle AONAON is equilateral and sector AONAON is one third of the semicircle

Pista grande:

Como AU:UB=1:2AU:UB = 1:2 divide el rectángulo también en razón 1:2,1:2, los dos triángulos pequeños que \ell recorta a cada lado de AB\overline{AB} deben tener áreas iguales

Since AU:UB=1:2AU:UB = 1:2 splits the rectangle in ratio 1:21:2 as well, the two small triangles that \ell cuts off on either side of AB\overline{AB} must have equal areas

Solución:

Aquí AB=84+168=252,AB = 84 + 168 = 252, así que el semicírculo tiene centro OO (el punto medio de AB\overline{AB}) y radio 126.126. Como AN=AO=ON=126,AN = AO = ON = 126, el triángulo AONAON es equilátero, así que AON=60\angle AON = 60^\circ y el sector AONAON es exactamente un tercio del semicírculo. Del mismo modo, si QQ es el pie de la perpendicular desde UU a DC,\overline{DC}, entonces AU:UB=1:2AU : UB = 1 : 2 hace que el rectángulo AUQDAUQD sea un tercio del rectángulo ABCD.ABCD.

La parte de R\mathcal{R} del lado de AA respecto de \ell es igual a (sector AONAON) - [NUO][NUO] ++ (rectángulo AUQDAUQD) ++ [UQT].[UQT]. Como esto debe ser un tercio de R,\mathcal{R}, necesitamos [NUO]=[UQT].[NUO] = [UQT]. Sea PP el pie de la perpendicular desde NN a AB.\overline{AB}. En el triángulo 3030-6060-9090 NOP,NOP, OP=63OP = 63 y NP=633,NP = 63\sqrt{3}, así que UP=8463=21UP = 84 - 63 = 21 y UO=12684=42.UO = 126 - 84 = 42. Los triángulos NUPNUP y TUQTUQ son triángulos rectángulos semejantes (ángulos opuestos por el vértice en UU), así que [UQT][NUP]=(UQNP)2,[NUO][NUP]=UOUP=2, \begin{aligned} \frac{[UQT]}{[NUP]} &= \left(\frac{UQ}{NP}\right)^2, \\ \frac{[NUO]}{[NUP]} &= \frac{UO}{UP} = 2, \end{aligned} esto último porque ambos triángulos tienen altura NPNP sobre las bases UOUO y UP.UP.

Igualar las áreas de los dos triángulos da (UQNP)2=2,\left(\frac{UQ}{NP}\right)^2 = 2, así que DA=UQ=NP2=6332=636, \begin{aligned} DA = UQ &= NP\sqrt{2} \\ &= 63\sqrt{3} \cdot \sqrt{2} \\ &= 63\sqrt{6}, \end{aligned} y m+n=63+6=69.m + n = 63 + 6 = 69.

Here AB=84+168=252,AB = 84 + 168 = 252, so the semicircle has center OO (the midpoint of AB\overline{AB}) and radius 126.126. Since AN=AO=ON=126,AN = AO = ON = 126, triangle AONAON is equilateral, so AON=60\angle AON = 60^\circ and sector AONAON is exactly one third of the semicircle. Likewise, if QQ is the foot of the perpendicular from UU to DC,\overline{DC}, then AU:UB=1:2AU : UB = 1 : 2 makes rectangle AUQDAUQD one third of rectangle ABCD.ABCD.

The part of R\mathcal{R} on the AA-side of \ell equals (sector AONAON) - [NUO][NUO] ++ (rectangle AUQDAUQD) ++ [UQT].[UQT]. Since this must be one third of R,\mathcal{R}, we need [NUO]=[UQT].[NUO] = [UQT]. Let PP be the foot of the perpendicular from NN to AB.\overline{AB}. In the 3030-6060-9090 triangle NOP,NOP, OP=63OP = 63 and NP=633,NP = 63\sqrt{3}, so UP=8463=21UP = 84 - 63 = 21 and UO=12684=42.UO = 126 - 84 = 42. Triangles NUPNUP and TUQTUQ are similar right triangles (vertical angles at UU), so [UQT][NUP]=(UQNP)2,[NUO][NUP]=UOUP=2, \begin{aligned} \frac{[UQT]}{[NUP]} &= \left(\frac{UQ}{NP}\right)^2, \\ \frac{[NUO]}{[NUP]} &= \frac{UO}{UP} = 2, \end{aligned} the latter because both triangles have height NPNP over bases UOUO and UP.UP.

Setting the two triangle areas equal gives (UQNP)2=2,\left(\frac{UQ}{NP}\right)^2 = 2, so DA=UQ=NP2=6332=636, \begin{aligned} DA = UQ &= NP\sqrt{2} \\ &= 63\sqrt{3} \cdot \sqrt{2} \\ &= 63\sqrt{6}, \end{aligned} and m+n=63+6=69.m + n = 63 + 6 = 69.

14.

Para cada entero positivo n,n, sea f(n)=k=1100log10(kn).f(n) = \sum_{k=1}^{100} \lfloor \log_{10}(kn) \rfloor. Halle el mayor valor de nn para el cual f(n)300.f(n) \le 300.

Nota: x\lfloor x \rfloor es el mayor entero menor o igual que x.x.

For each positive integer n,n, let f(n)=k=1100log10(kn).f(n) = \sum_{k=1}^{100} \lfloor \log_{10}(kn) \rfloor. Find the largest value of nn for which f(n)300.f(n) \le 300.

Note: x\lfloor x \rfloor is the greatest integer less than or equal to x.x.

Respuesta: 109
Nivel de dificultad: 3060
Pista pequeña:

Cada término log10(kn)\lfloor \log_{10}(kn) \rfloor nunca decrece a medida que nn crece, así que ff es no decreciente; calcule f(100)=292f(100) = 292 como referencia

Each term log10(kn)\lfloor \log_{10}(kn) \rfloor never decreases as nn grows, so ff is nondecreasing; compute f(100)=292f(100) = 292 as a baseline

Pista grande:

Para nn apenas mayor que 100,100, cuente los kk con kn1000kn \ge 1000 y los kk con kn10000kn \ge 10000 para ver exactamente cuándo f(n)f(n) alcanza 300300

For nn slightly above 100,100, count the kk with kn1000kn \ge 1000 and the kk with kn10000kn \ge 10000 to see exactly when f(n)f(n) reaches 300300

Solución:

Cada término log10(kn)\lfloor \log_{10}(kn) \rfloor es no decreciente en n,n, así que ff es no decreciente y basta localizar dónde supera 300.300. Para n=100:n = 100: los productos knkn van de 100100 a 104,10^4, dando log10=2\lfloor \log_{10} \rfloor = 2 para k9,k \le 9, 33 para 10k99,10 \le k \le 99, y 44 para k=100,k = 100, así que f(100)=92+903f(100) = 9 \cdot 2 + 90 \cdot 3 +4=292.+ 4 = 292.

Para n=109:n = 109: como 9109=981<10009 \cdot 109 = 981 \lt 1000 y 91109=9919<104,91 \cdot 109 = 9919 \lt 10^4, los términos son 22 para k9,k \le 9, 33 para 10k91,10 \le k \le 91, y 44 para 92k100:92 \le k \le 100: f(109)=92+823+94=300. \begin{aligned} f(109) &= 9 \cdot 2 + 82 \cdot 3 \\ &\quad {}+ 9 \cdot 4 = 300. \end{aligned} Para n=110:n = 110: ahora 91110=10010104,91 \cdot 110 = 10010 \ge 10^4, así que diez términos valen 44 y f(110)=18+813f(110) = 18 + 81 \cdot 3 +104=301>300.+ 10 \cdot 4 = 301 \gt 300.

Por monotonía, el mayor nn válido es 109.109.

Each term log10(kn)\lfloor \log_{10}(kn) \rfloor is nondecreasing in n,n, so ff is nondecreasing and we just locate where it passes 300.300. For n=100:n = 100: the products knkn run from 100100 to 104,10^4, giving log10=2\lfloor \log_{10} \rfloor = 2 for k9,k \le 9, 33 for 10k99,10 \le k \le 99, and 44 for k=100,k = 100, so f(100)=92+903f(100) = 9 \cdot 2 + 90 \cdot 3 +4=292.+ 4 = 292.

For n=109:n = 109: since 9109=981<10009 \cdot 109 = 981 \lt 1000 and 91109=9919<104,91 \cdot 109 = 9919 \lt 10^4, the terms are 22 for k9,k \le 9, 33 for 10k91,10 \le k \le 91, and 44 for 92k100:92 \le k \le 100: f(109)=92+823+94=300. \begin{aligned} f(109) &= 9 \cdot 2 + 82 \cdot 3 \\ &\quad {}+ 9 \cdot 4 = 300. \end{aligned} For n=110:n = 110: now 91110=10010104,91 \cdot 110 = 10010 \ge 10^4, so ten terms equal 44 and f(110)=18+813f(110) = 18 + 81 \cdot 3 +104=301>300.+ 10 \cdot 4 = 301 \gt 300.

By monotonicity, the largest valid nn is 109.109.

15.

En ABC\triangle ABC con AB=12,AB = 12, BC=13,BC = 13, y AC=15,AC = 15, sea MM un punto sobre AC\overline{AC} tal que los círculos inscritos de ABM\triangle ABM y BCM\triangle BCM tienen radios iguales. Sean pp y qq enteros positivos primos entre sí tales que AMCM=pq.\frac{AM}{CM} = \frac{p}{q}. Halle p+q.p + q.

In ABC\triangle ABC with AB=12,AB = 12, BC=13,BC = 13, and AC=15,AC = 15, let MM be a point on AC\overline{AC} such that the incircles of ABM\triangle ABM and BCM\triangle BCM have equal radii. Let pp and qq be positive relatively prime integers such that AMCM=pq.\frac{AM}{CM} = \frac{p}{q}. Find p+q.p + q.

Respuesta: 45
Nivel de dificultad: 3370
Pista pequeña:

Escribiendo el área como K,K, tenemos r=Ks.r = \frac{K}{s}. Por lo tanto, radios inscritos iguales significan que las áreas y los perímetros de los dos triángulos están en la misma razón, y ambas razones son iguales a AMCM\frac{AM}{CM}

Writing the area as K,K, we have r=Ks.r = \frac{K}{s}. Thus equal inradii mean the two triangles’ areas and perimeters are in the same ratio, and both ratios equal AMCM\frac{AM}{CM}

Pista grande:

Ponga k=AMCM;k = \frac{AM}{CM}; la condición de perímetros da BM=13k121k,BM = \frac{13k - 12}{1 - k}, y el teorema de Stewart sobre la ceviana BMBM da una segunda expresión para BM2BM^2

Set k=AMCM;k = \frac{AM}{CM}; the perimeter condition gives BM=13k121k,BM = \frac{13k - 12}{1 - k}, and Stewart’s theorem on cevian BMBM gives a second expression for BM2BM^2

Solución:

Sea k=AMCM.k = \frac{AM}{CM}. Los triángulos ABMABM y CBMCBM comparten la altura desde B,B, así que [ABM][CBM]=k.\frac{[ABM]}{[CBM]} = k. Como el radio inscrito de un triángulo es su área dividida entre su semiperímetro, radios inscritos iguales también obligan a 12+AM+BM13+CM+BM=k\frac{12 + AM + BM}{13 + CM + BM} = k. De AM+CM=15AM + CM = 15 obtenemos AM=15kk+1AM = \frac{15k}{k+1} y CM=15k+1;CM = \frac{15}{k+1}; como AM=kCM,AM = k \cdot CM, la ecuación de perímetros se simplifica a BM(1k)=13k12,BM(1 - k) = 13k - 12, así que BM=13k121k,BM = \frac{13k - 12}{1 - k}, y BM>0BM \gt 0 obliga a 1213<k<1.\frac{12}{13} \lt k \lt 1.

El teorema de Stewart sobre la ceviana BM\overline{BM} da AB2CM+BC2AMAB^2 \cdot CM + BC^2 \cdot AM =AC(BM2+AMCM),= AC\left(BM^2 + AM \cdot CM\right), así que BM2=144+169kk+1225k(k+1)2. \begin{aligned} BM^2 &= \frac{144 + 169k}{k + 1} \\ &\quad {}- \frac{225k}{(k+1)^2}. \end{aligned} Igualar esto a (13k12)2(1k)2\frac{(13k-12)^2}{(1-k)^2} y quitar denominadores produce (169k2+88k+144)(1k)2(169k^2 + 88k + 144)(1-k)^2 =(13k12)2(k+1)2,= (13k-12)^2(k+1)^2, que se simplifica a 4k(69k2112k+44)=0.4k\left(69k^2 - 112k + 44\right) = 0.

Las raíces son k=0,k = 0, k=23,k = \frac{2}{3}, y k=2223,k = \frac{22}{23}, y solo k=2223k = \frac{22}{23} supera 1213\frac{12}{13} (entonces AM=223,AM = \frac{22}{3}, CM=233,CM = \frac{23}{3}, BM=10BM = 10). Por lo tanto, p+q=22+23=45.p + q = 22 + 23 = 45.

Let k=AMCM.k = \frac{AM}{CM}. Triangles ABMABM and CBMCBM share the altitude from B,B, so [ABM][CBM]=k.\frac{[ABM]}{[CBM]} = k. Since the inradius of a triangle is its area divided by its semiperimeter, equal inradii force 12+AM+BM13+CM+BM=k\frac{12 + AM + BM}{13 + CM + BM} = k as well. From AM+CM=15AM + CM = 15 we get AM=15kk+1AM = \frac{15k}{k+1} and CM=15k+1;CM = \frac{15}{k+1}; since AM=kCM,AM = k \cdot CM, the perimeter equation simplifies to BM(1k)=13k12,BM(1 - k) = 13k - 12, so BM=13k121k,BM = \frac{13k - 12}{1 - k}, and BM>0BM \gt 0 forces 1213<k<1.\frac{12}{13} \lt k \lt 1.

Stewart’s theorem on cevian BM\overline{BM} gives AB2CM+BC2AMAB^2 \cdot CM + BC^2 \cdot AM =AC(BM2+AMCM),= AC\left(BM^2 + AM \cdot CM\right), so BM2=144+169kk+1225k(k+1)2. \begin{aligned} BM^2 &= \frac{144 + 169k}{k + 1} \\ &\quad {}- \frac{225k}{(k+1)^2}. \end{aligned} Setting this equal to (13k12)2(1k)2\frac{(13k-12)^2}{(1-k)^2} and clearing denominators yields (169k2+88k+144)(1k)2(169k^2 + 88k + 144)(1-k)^2 =(13k12)2(k+1)2,= (13k-12)^2(k+1)^2, which simplifies to 4k(69k2112k+44)=0.4k\left(69k^2 - 112k + 44\right) = 0.

The roots are k=0,k = 0, k=23,k = \frac{2}{3}, and k=2223,k = \frac{22}{23}, and only k=2223k = \frac{22}{23} exceeds 1213\frac{12}{13} (then AM=223,AM = \frac{22}{3}, CM=233,CM = \frac{23}{3}, BM=10BM = 10). Hence p+q=22+23=45.p + q = 22 + 23 = 45.