Soluciones del 2004 AMC 10B

Desplázate hacia abajo para ver las soluciones preparadas profesionalmente de LIVE by Po-Shen Loh, imprime las soluciones en PDF, consulta la clave de respuestas, o haz el examen cronometrado completo.

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

1.

Cada fila del Misty Moon Amphitheater tiene 3333 asientos. Las filas 1212 a la 2222 están reservadas para un club juvenil. ¿Cuántos asientos están reservados para este club?

Each row of the Misty Moon Amphitheater has 3333 seats. Rows 1212 through 2222 are reserved for a youth club. How many seats are reserved for this club?

297297

330330

363363

396396

726726

Conceptos:conteo de enteros en un rangoconteo básico
Nivel de dificultad: 770
Pista pequeña:

Cuenta cuántas filas van desde la 1212 hasta la 2222, ambas incluidas.

Count how many rows run from 1212 through 2222 inclusive

Pista grande:

Multiplica el número de filas por 3333.

Multiply the number of rows by 3333

Solución:

Las filas 1212 a la 2222, ambas incluidas, forman 2212+1=1122 - 12 + 1 = 11 filas.

Cada fila tiene 3333 asientos, así que el total es 33×11=363.33 \times 11 = 363.

Por lo tanto, la respuesta correcta es C.

Rows 1212 through 2222 inclusive make up 2212+1=1122 - 12 + 1 = 11 rows.

Each row has 3333 seats, so the total is 33×11=363.33 \times 11 = 363.

Thus, the correct answer is C.

2.

¿Cuántos enteros positivos de dos dígitos tienen al menos un 77 como dígito?

How many two-digit positive integers have at least one 77 as a digit?

1010

1818

1919

2020

3030

Nivel de dificultad: 920
Pista pequeña:

Cuenta por separado los números con un 77 en las decenas y los que tienen un 77 en las unidades.

Count the numbers with 77 in the tens place and those with 77 in the units place separately

Pista grande:

El número 7777 pertenece a ambos grupos.

The number 7777 belongs to both groups

Solución:

Los números 7070 a 7979 dan 1010 con un 77 en las decenas.

Los números 17,27,,9717, 27, \ldots, 97 dan 99 con un 77 en las unidades.

Como 7777 se cuenta dos veces, el total es 10+91=18.10 + 9 - 1 = 18.

Por lo tanto, la respuesta correcta es B.

The numbers 7070 through 7979 give 1010 with a 77 in the tens place.

The numbers 17,27,,9717, 27, \ldots, 97 give 99 with a 77 in the units place.

Since 7777 is counted twice, the total is 10+91=18.10 + 9 - 1 = 18.

Thus, the correct answer is B.

3.

En cada entrenamiento de baloncesto de la semana pasada, Jenny encestó el doble de tiros libres que en el entrenamiento anterior. En su quinto entrenamiento encestó 4848 tiros libres. ¿Cuántos tiros libres encestó en el primer entrenamiento?

At each basketball practice last week, Jenny made twice as many free throws as she made at the previous practice. At her fifth practice she made 4848 free throws. How many free throws did she make at the first practice?

33

66

99

1212

1515

Nivel de dificultad: 820
Pista pequeña:

Cada cantidad es el doble de la anterior, así que trabaja hacia atrás dividiendo entre dos.

Each practice count is twice the previous one, so work backward by halving

Pista grande:

Divide 4848 entre dos repetidamente hasta llegar al primer entrenamiento.

Halve 4848 repeatedly to reach the first practice

Solución:

Trabajando hacia atrás desde el quinto entrenamiento, las cantidades son 48,24,12,6,48, 24, 12, 6, y 33 en el cuarto, tercero, segundo y primer entrenamiento.

Por lo tanto, la respuesta correcta es A.

Working backward from the fifth practice, the counts are 48,24,12,6,48, 24, 12, 6, and 33 at the fourth, third, second, and first practices.

Thus, the correct answer is A.

4.

Se lanza un dado estándar de seis caras y PP es el producto de los cinco números visibles. ¿Cuál es el mayor número que con certeza divide a PP?

A standard six-sided die is rolled, and PP is the product of the five numbers that are visible. What is the largest number that is certain to divide P?P?

66

1212

2424

144144

720720

Nivel de dificultad: 1190
Pista pequeña:

El producto de las seis caras es 6!=7206! = 720; exactamente una cara queda oculta.

The product of all six faces is 6!=7206! = 720; exactly one face is hidden

Pista grande:

Para cada primo, halla cuántas copias deben permanecer sin importar qué cara quede oculta.

For each prime, find how many copies must remain no matter which face is hidden

Solución:

Como 6!=720=24325,6! = 720 = 2^4 \cdot 3^2 \cdot 5, el producto visible usa solo los primos 2,2, 3,3, y 5.5.

Ocultar 44 deja la menor cantidad de factores 22, a saber 22.2^2. Ocultar 33 o 66 deja la menor cantidad de factores 33, a saber uno. Ocultar 55 no deja ningún factor de 5.5.

Por lo tanto PP siempre es divisible por 223=12,2^2 \cdot 3 = 12, pero no necesariamente por un número mayor.

Por lo tanto, la respuesta correcta es B.

Since 6!=720=24325,6! = 720 = 2^4 \cdot 3^2 \cdot 5, the visible product uses only the primes 2,2, 3,3, and 5.5.

Hiding 44 leaves the fewest 22’s, namely 22.2^2. Hiding 33 or 66 leaves the fewest 33’s, namely one. Hiding 55 leaves no factor of 5.5.

Therefore PP is always divisible by 223=12,2^2 \cdot 3 = 12, but not necessarily by any larger number.

Thus, the correct answer is B.

5.

En la expresión cabd,c \cdot a^b - d, los valores de a,a, b,b, c,c, y dd son 0,0, 1,1, 2,2, y 3,3, aunque no necesariamente en ese orden. ¿Cuál es el máximo valor posible del resultado?

In the expression cabd,c \cdot a^b - d, the values of a,a, b,b, c,c, and dd are 0,0, 1,1, 2,2, and 3,3, although not necessarily in that order. What is the maximum possible value of the result?

55

66

88

99

1010

Nivel de dificultad: 1120
Pista pequeña:

Para maximizar el resultado, haz que el valor restado sea d=0d = 0.

To maximize the result, make the subtracted value d=0d = 0

Pista grande:

Con 1,1, 2,2, 33 restantes, compara cabc \cdot a^b para las asignaciones razonables.

With 1,1, 2,2, 33 remaining, compare cabc \cdot a^b for the sensible assignments

Solución:

Al tomar d=0d = 0 se elimina la resta, así que maximizamos cabc \cdot a^b usando 1,1, 2,2, 3.3.

Tomando c=1,c = 1, a=3,a = 3, b=2b = 2 se obtiene 32=9.3^2 = 9. La alternativa 23=82^3 = 8 es menor, y cualquier asignación con c>1c \gt 1 fuerza una potencia menor. El máximo es 9.9.

Por lo tanto, la respuesta correcta es D.

Setting d=0d = 0 removes the subtraction, so we maximize cabc \cdot a^b using 1,1, 2,2, 3.3.

Taking c=1,c = 1, a=3,a = 3, b=2b = 2 gives 32=9.3^2 = 9. The alternative 23=82^3 = 8 is smaller, and any assignment with c>1c \gt 1 forces a smaller power. The maximum is 9.9.

Thus, the correct answer is D.

6.

¿Cuál de los siguientes números es un cuadrado perfecto?

Which of the following numbers is a perfect square?

98!99!98! \cdot 99!

98!100!98! \cdot 100!

99!100!99! \cdot 100!

99!101!99! \cdot 101!

100!101!100! \cdot 101!

Nivel de dificultad: 1290
Pista pequeña:

Para m<n,m \lt n, escribe m!n!m! \cdot n! como (m!)2(m+1)(m+2)n(m!)^2 \cdot (m+1)(m+2)\cdots n.

For m<n,m \lt n, write m!n!m! \cdot n! as (m!)2(m+1)(m+2)n(m!)^2 \cdot (m+1)(m+2)\cdots n

Pista grande:

El producto es un cuadrado perfecto exactamente cuando (m+1)(m+2)n(m+1)(m+2)\cdots n lo es.

The product is a perfect square exactly when (m+1)(m+2)n(m+1)(m+2)\cdots n is

Solución:

Para m<n,m \lt n, m!n!m! \cdot n! es igual a (m!)2(m+1)(m+2)n,(m!)^2 \cdot (m+1)(m+2)\cdots n, que es un cuadrado perfecto precisamente cuando (m+1)n(m+1)\cdots n es un cuadrado perfecto.

Para las cinco opciones este factor sobrante es 99,99, 99100,99 \cdot 100, 100,100, 100101,100 \cdot 101, y 101.101. Solo 100=102100 = 10^2 es un cuadrado perfecto.

Por lo tanto 99!100!=(99!10)299! \cdot 100! = (99! \cdot 10)^2 es el cuadrado perfecto.

Por lo tanto, la respuesta correcta es C.

For m<n,m \lt n, m!n!m! \cdot n! equals (m!)2(m+1)(m+2)n,(m!)^2 \cdot (m+1)(m+2)\cdots n, which is a perfect square precisely when (m+1)n(m+1)\cdots n is a perfect square.

For the five choices this leftover factor is 99,99, 99100,99 \cdot 100, 100,100, 100101,100 \cdot 101, and 101.101. Only 100=102100 = 10^2 is a perfect square.

Therefore 99!100!=(99!10)299! \cdot 100! = (99! \cdot 10)^2 is the perfect square.

Thus, the correct answer is C.

7.

En un viaje de Estados Unidos a Canadá, Isabella llevó dd dólares estadounidenses. En la frontera los cambió todos, recibiendo 1010 dólares canadienses por cada 77 dólares estadounidenses. Después de gastar 6060 dólares canadienses, le quedaron dd dólares canadienses. ¿Cuál es la suma de los dígitos de dd?

On a trip from the United States to Canada, Isabella took dd U.S. dollars. At the border she exchanged them all, receiving 1010 Canadian dollars for every 77 U.S. dollars. After spending 6060 Canadian dollars, she had dd Canadian dollars left. What is the sum of the digits of d?d?

55

66

77

88

99

Nivel de dificultad: 1100
Pista pequeña:

Cambiar dd dólares estadounidenses da 107d\dfrac{10}{7}d dólares canadienses.

Exchanging dd U.S. dollars gives 107d\dfrac{10}{7}d Canadian dollars

Pista grande:

Plantea 107d60=d\dfrac{10}{7}d - 60 = d y despeja dd.

Set 107d60=d\dfrac{10}{7}d - 60 = d and solve for dd

Solución:

Isabella recibió 107d\dfrac{10}{7}d dólares canadienses y gastó 60,60, quedándole d.d. Así que 107d60=d. \dfrac{10}{7}d - 60 = d.

Entonces 37d=60,\dfrac{3}{7}d = 60, así que d=140.d = 140. La suma de sus dígitos es 1+4+0=5.1 + 4 + 0 = 5.

Por lo tanto, la respuesta correcta es A.

Isabella received 107d\dfrac{10}{7}d Canadian dollars and spent 60,60, leaving d.d. So 107d60=d. \dfrac{10}{7}d - 60 = d.

Then 37d=60,\dfrac{3}{7}d = 60, so d=140.d = 140. The sum of its digits is 1+4+0=5.1 + 4 + 0 = 5.

Thus, the correct answer is A.

8.

El Minneapolis-St. Paul International Airport está a 88 millas al suroeste del centro de St. Paul y a 1010 millas al sureste del centro de Minneapolis. ¿Cuál de los siguientes valores es el más cercano al número de millas entre el centro de St. Paul y el centro de Minneapolis?

Minneapolis-St. Paul International Airport is 88 miles southwest of downtown St. Paul and 1010 miles southeast of downtown Minneapolis. Which of the following is closest to the number of miles between downtown St. Paul and downtown Minneapolis?

1313

1414

1515

1616

1717

Nivel de dificultad: 1030
Pista pequeña:

El suroeste y el sureste son direcciones perpendiculares.

Southwest and southeast are perpendicular directions

Pista grande:

La distancia es 82+102\sqrt{8^2 + 10^2}; estima el entero más cercano.

The distance is 82+102\sqrt{8^2 + 10^2}; estimate the nearest whole number

Solución:

Las dos direcciones dadas son perpendiculares, así que el aeropuerto se ubica en el ángulo recto de un triángulo rectángulo con catetos 88 y 10.10.

La distancia entre los dos centros es 82+102=16412.8,\sqrt{8^2 + 10^2} = \sqrt{164} \approx 12.8, que es lo más cercano a 13.13.

Por lo tanto, la respuesta correcta es A.

The two given directions are perpendicular, so the airport sits at the right angle of a right triangle with legs 88 and 10.10.

The distance between the downtowns is 82+102=16412.8,\sqrt{8^2 + 10^2} = \sqrt{164} \approx 12.8, which is closest to 13.13.

Thus, the correct answer is A.

9.

Un cuadrado tiene lados de longitud 10,10, y un círculo centrado en uno de sus vértices tiene radio 10.10. ¿Cuál es el área de la unión de las regiones encerradas por el cuadrado y el círculo?

A square has sides of length 10,10, and a circle centered at one of its vertices has radius 10.10. What is the area of the union of the regions enclosed by the square and the circle?

200+25π200 + 25\pi

100+75π100 + 75\pi

75+100π75 + 100\pi

100+100π100 + 100\pi

100+125π100 + 125\pi

Nivel de dificultad: 1270
Pista pequeña:

Suma las áreas del cuadrado y del círculo, luego resta la parte que se traslapa.

Add the areas of the square and the circle, then subtract the overlap

Pista grande:

El traslape es el cuarto del círculo que queda dentro del cuadrado.

The overlap is the quarter of the circle that lies inside the square

Solución:

El cuadrado tiene área 102=10010^2 = 100 y el círculo tiene área π(10)2=100π.\pi(10)^2 = 100\pi.

Como el círculo está centrado en un vértice del cuadrado, exactamente un cuarto del círculo, de área 25π,25\pi, queda dentro del cuadrado.

La unión tiene área 100+100π25π=100+75π.100 + 100\pi - 25\pi = 100 + 75\pi.

Por lo tanto, la respuesta correcta es B.

The square has area 102=10010^2 = 100 and the circle has area π(10)2=100π.\pi(10)^2 = 100\pi.

Since the circle is centered at a vertex of the square, exactly one quarter of the circle, area 25π,25\pi, lies inside the square.

The union has area 100+100π25π=100+75π.100 + 100\pi - 25\pi = 100 + 75\pi.

Thus, the correct answer is B.

10.

Un tendero hace una exhibición de latas en la que la fila superior tiene una lata y cada fila inferior tiene dos latas más que la fila de encima. Si la exhibición contiene 100100 latas, ¿cuántas filas tiene?

A grocer makes a display of cans in which the top row has one can and each lower row has two more cans than the row above it. If the display contains 100100 cans, how many rows does it contain?

55

88

99

1010

1111

Nivel de dificultad: 1170
Pista pequeña:

Las filas contienen 1,3,5,1, 3, 5, \ldots latas.

The rows contain 1,3,5,1, 3, 5, \ldots cans

Pista grande:

La suma de los primeros nn números impares es igual a n2n^2.

The sum of the first nn odd numbers equals n2n^2

Solución:

Las filas contienen 1,3,5,1, 3, 5, \ldots latas, y la suma de los primeros nn números impares es n2.n^2.

Al plantear n2=100n^2 = 100 se obtiene n=10.n = 10.

Por lo tanto, la respuesta correcta es D.

The rows hold 1,3,5,1, 3, 5, \ldots cans, and the sum of the first nn odd numbers is n2.n^2.

Setting n2=100n^2 = 100 gives n=10.n = 10.

Thus, the correct answer is D.

11.

Dos dados de ocho caras tienen cada uno las caras numeradas del 11 al 8.8. Al lanzar los dados, cada cara tiene la misma probabilidad de quedar arriba. ¿Cuál es la probabilidad de que el producto de los dos números de arriba sea mayor que su suma?

Two eight-sided dice each have faces numbered 11 through 8.8. When the dice are rolled, each face has an equal probability of appearing on the top. What is the probability that the product of the two top numbers is greater than their sum?

12\dfrac{1}{2}

4764\dfrac{47}{64}

34\dfrac{3}{4}

5564\dfrac{55}{64}

78\dfrac{7}{8}

Nivel de dificultad: 1430
Pista pequeña:

La condición mn>m+nmn \gt m + n se reescribe como (m1)(n1)>1(m-1)(n-1) \gt 1.

The condition mn>m+nmn \gt m + n rearranges to (m1)(n1)>1(m-1)(n-1) \gt 1

Pista grande:

En su lugar, cuenta los pares ordenados donde (m1)(n1)1(m-1)(n-1) \le 1.

Count the ordered pairs where (m1)(n1)1(m-1)(n-1) \le 1 instead

Solución:

Hay 88=648 \cdot 8 = 64 pares ordenados. La desigualdad mn>m+nmn \gt m + n equivale a (m1)(n1)>1.(m-1)(n-1) \gt 1.

Esto falla solo cuando m=1,m = 1, n=1,n = 1, o m=n=2,m = n = 2, lo que corresponde a 8+81+1=168 + 8 - 1 + 1 = 16 pares.

La probabilidad es 641664=4864=34.\dfrac{64 - 16}{64} = \dfrac{48}{64} = \dfrac{3}{4}.

Por lo tanto, la respuesta correcta es C.

There are 88=648 \cdot 8 = 64 ordered pairs. The inequality mn>m+nmn \gt m + n is equivalent to (m1)(n1)>1.(m-1)(n-1) \gt 1.

This fails only when m=1,m = 1, n=1,n = 1, or m=n=2,m = n = 2, which account for 8+81+1=168 + 8 - 1 + 1 = 16 pairs.

The probability is 641664=4864=34.\dfrac{64 - 16}{64} = \dfrac{48}{64} = \dfrac{3}{4}.

Thus, the correct answer is C.

12.

Una corona circular es la región entre dos círculos concéntricos. Los círculos concéntricos de la figura tienen radios bb y c,c, con b>c.b \gt c. Sea OX\overline{OX} un radio del círculo mayor, sea XZ\overline{XZ} tangente al círculo menor en Z,Z, y sea OY\overline{OY} el radio del círculo mayor que contiene a Z.Z. Sean a=XZ,a = XZ, d=YZ,d = YZ, y e=XY.e = XY. ¿Cuál es el área de la corona circular?

An annulus is the region between two concentric circles. The concentric circles in the figure have radii bb and c,c, with b>c.b \gt c. Let OX\overline{OX} be a radius of the larger circle, let XZ\overline{XZ} be tangent to the smaller circle at Z,Z, and let OY\overline{OY} be the radius of the larger circle that contains Z.Z. Let a=XZ,a = XZ, d=YZ,d = YZ, and e=XY.e = XY. What is the area of the annulus?

πa2\pi a^2

πb2\pi b^2

πc2\pi c^2

πd2\pi d^2

πe2\pi e^2

Nivel de dificultad: 1390
Pista pequeña:

El área de la corona circular es πb2πc2\pi b^2 - \pi c^2.

The annulus area is πb2πc2\pi b^2 - \pi c^2

Pista grande:

Como XZ\overline{XZ} es tangente en Z,Z, el triángulo OZXOZX es rectángulo, lo que da b2c2=a2b^2 - c^2 = a^2.

Since XZ\overline{XZ} is tangent at Z,Z, triangle OZXOZX is right-angled, giving b2c2=a2b^2 - c^2 = a^2

Solución:

La corona circular es la diferencia de las dos áreas circulares, πb2πc2.\pi b^2 - \pi c^2.

Como XZ\overline{XZ} es tangente al círculo pequeño en Z,Z, es perpendicular al radio OZ.\overline{OZ}. En el triángulo rectángulo OZXOZX con OX=b,OX = b, OZ=c,OZ = c, y XZ=a,XZ = a, obtenemos b2c2=a2.b^2 - c^2 = a^2.

Por lo tanto, el área de la corona circular es πa2.\pi a^2.

Por lo tanto, la respuesta correcta es A.

The annulus is the difference of the two circular areas, πb2πc2.\pi b^2 - \pi c^2.

Because XZ\overline{XZ} is tangent to the small circle at Z,Z, it is perpendicular to the radius OZ.\overline{OZ}. In right triangle OZXOZX with OX=b,OX = b, OZ=c,OZ = c, and XZ=a,XZ = a, we get b2c2=a2.b^2 - c^2 = a^2.

Therefore the area of the annulus is πa2.\pi a^2.

Thus, the correct answer is A.

13.

En Estados Unidos, las monedas tienen los siguientes grosores: la de un centavo, 1.551.55 mm; la de cinco centavos, 1.951.95 mm; la de diez centavos, 1.351.35 mm; la de veinticinco centavos, 1.751.75 mm. Si una pila de estas monedas mide exactamente 1414 mm de alto, ¿cuántas monedas hay en la pila?

In the United States, coins have the following thicknesses: penny, 1.551.55 mm; nickel, 1.951.95 mm; dime, 1.351.35 mm; quarter, 1.751.75 mm. If a stack of these coins is exactly 1414 mm high, how many coins are in the stack?

77

88

99

1010

1111

Nivel de dificultad: 1530
Pista pequeña:

El grosor de cada moneda termina en 55 en las centésimas, así que considera los dos últimos dígitos decimales de la altura.

Every coin thickness ends in a 55 in the hundredths place, so consider the height’s last two decimal digits

Pista grande:

Para que la altura sea un número entero de mm, la cantidad de monedas debe ser un múltiplo de 44.

For the height to be a whole number of mm, the number of coins must be a multiple of 44

Solución:

Midamos cada grosor en centésimas de milímetro. Los cuatro grosores posibles son 135,135, 155,155, 175,175, 195,195, todos congruentes con 15(mod20).15\pmod{20}. Si la pila tiene kk monedas y una altura entera, su total en centésimas es divisible entre 20,20, así que 15k15k es divisible entre 20.20. Por tanto, kk debe ser múltiplo de 4.4.

Una pila de 44 monedas mide como máximo 4(1.95)=7.84(1.95) = 7.8 mm, y una de 1212 monedas mide al menos 12(1.35)=16.212(1.35) = 16.2 mm, así que solo 88 monedas pueden sumar 1414 mm.

En efecto, 88 monedas de veinticinco centavos dan 8(1.75)=148(1.75) = 14 mm.

Por lo tanto, la respuesta correcta es B.

Measure every thickness in hundredths of a millimeter. The four possible thicknesses are 135,135, 155,155, 175,175, 195,195, all congruent to 15(mod20).15\pmod{20}. If the stack has kk coins and an integer height, its total in hundredths is divisible by 20,20, so 15k15k is divisible by 20.20. Therefore kk must be a multiple of 4.4.

A stack of 44 coins is at most 4(1.95)=7.84(1.95) = 7.8 mm, and a stack of 1212 coins is at least 12(1.35)=16.212(1.35) = 16.2 mm, so only 88 coins can total 1414 mm.

Indeed, 88 quarters give 8(1.75)=148(1.75) = 14 mm.

Thus, the correct answer is B.

14.

Una bolsa contiene inicialmente solo canicas rojas y azules, con más azules que rojas. Se agregan canicas rojas a la bolsa hasta que solo 13\tfrac{1}{3} de las canicas de la bolsa son azules. Luego se agregan canicas amarillas a la bolsa hasta que solo 15\tfrac{1}{5} de las canicas de la bolsa son azules. Finalmente, se duplica el número de canicas azules de la bolsa. ¿Qué fracción de las canicas que ahora hay en la bolsa son azules?

A bag initially contains red marbles and blue marbles only, with more blue than red. Red marbles are added to the bag until only 13\tfrac{1}{3} of the marbles in the bag are blue. Then yellow marbles are added to the bag until only 15\tfrac{1}{5} of the marbles in the bag are blue. Finally, the number of blue marbles in the bag is doubled. What fraction of the marbles now in the bag are blue?

15\dfrac{1}{5}

14\dfrac{1}{4}

13\dfrac{1}{3}

25\dfrac{2}{5}

12\dfrac{1}{2}

Nivel de dificultad: 1240
Pista pequeña:

Sea BB el número de canicas azules y sigue el total en cada etapa.

Let BB be the number of blue marbles and track the total at each stage

Pista grande:

Justo antes de duplicar hay BB azules de un total de 5B5B.

Just before doubling there are BB blue out of 5B5B total

Solución:

Supongamos que hay BB canicas azules. Después de agregar canicas rojas el total es 3B;3B; después de agregar canicas amarillas el total es 5B,5B, todavía con BB azules.

Al duplicar las canicas azules se obtienen 2B2B azules de un total de 6B6B, lo que da 2B6B=13.\dfrac{2B}{6B} = \dfrac{1}{3}.

Por lo tanto, la respuesta correcta es C.

Let there be BB blue marbles. After adding red marbles the total is 3B;3B; after adding yellow marbles the total is 5B,5B, still with BB blue.

Doubling the blue marbles gives 2B2B blue out of 6B6B total, which is 2B6B=13.\dfrac{2B}{6B} = \dfrac{1}{3}.

Thus, the correct answer is C.

15.

Patty tiene 2020 monedas, todas de cinco o de diez centavos. Si sus monedas de cinco centavos fueran de diez y las de diez fueran de cinco, tendría 7070 centavos más. ¿Cuánto valen sus monedas?

Patty has 2020 coins consisting of nickels and dimes. If her nickels were dimes and her dimes were nickels, she would have 7070 cents more. How much are her coins worth?

$1.15\$1.15

$1.20\$1.20

$1.25\$1.25

$1.30\$1.30

$1.35\$1.35

Nivel de dificultad: 1240
Pista pequeña:

El intercambio aumenta el valor, así que tiene más monedas de cinco centavos que de diez.

Swapping raises the value, so she has more nickels than dimes

Pista grande:

Cambiar una moneda de cinco centavos por una de diez cambia el total en 55 centavos.

Each nickel-for-dime swap changes the total by 55 cents

Solución:

El intercambio aumenta el valor, así que Patty tiene más monedas de cinco centavos que de diez. Cada moneda intercambiada cambia el total en 55 centavos, así que tiene 705=14\frac{70}{5} = 14 monedas de cinco centavos más que de diez.

Con n+d=20n + d = 20 y nd=14,n - d = 14, tiene 1717 monedas de cinco centavos y 33 de diez.

Sus monedas valen 175+310=11517 \cdot 5 + 3 \cdot 10 = 115 centavos, es decir $1.15.\$1.15.

Por lo tanto, la respuesta correcta es A.

Swapping increases the value, so Patty has more nickels than dimes. Each swapped coin changes the total by 55 cents, so she has 705=14\frac{70}{5} = 14 more nickels than dimes.

With n+d=20n + d = 20 and nd=14,n - d = 14, she has 1717 nickels and 33 dimes.

Her coins are worth 175+310=11517 \cdot 5 + 3 \cdot 10 = 115 cents, or $1.15.\$1.15.

Thus, the correct answer is A.

16.

Tres círculos de radio 11 son tangentes externamente entre sí y tangentes internamente a un círculo mayor. ¿Cuál es el radio del círculo grande?

Three circles of radius 11 are externally tangent to each other and internally tangent to a larger circle. What is the radius of the large circle?

2+63\dfrac{2 + \sqrt{6}}{3}

22

2+323\dfrac{2 + 3\sqrt{2}}{3}

3+233\dfrac{3 + 2\sqrt{3}}{3}

3+32\dfrac{3 + \sqrt{3}}{2}

Nivel de dificultad: 1640
Pista pequeña:

Los tres centros pequeños forman un triángulo equilátero de lado 22.

The three small centers form an equilateral triangle of side 22

Pista grande:

El radio grande es 11 más la distancia del centro de ese triángulo a un vértice.

The large radius is 11 plus the distance from that triangle’s center to a vertex

Solución:

Los centros de los tres círculos unitarios forman un triángulo equilátero de lado 2.2. Su centro es el centro del círculo grande.

Para un triángulo equilátero de lado 2,2, la distancia de su centro a un vértice es 23=233.\dfrac{2}{\sqrt3} = \dfrac{2\sqrt3}{3}.

Sumando el radio unitario, el radio grande es 1+233=3+233.1 + \dfrac{2\sqrt3}{3} = \dfrac{3 + 2\sqrt3}{3}.

Por lo tanto, la respuesta correcta es D.

The centers of the three unit circles form an equilateral triangle with side 2.2. Its center is the center of the large circle.

For an equilateral triangle of side length 2,2, the distance from its center to a vertex is 23=233.\dfrac{2}{\sqrt3} = \dfrac{2\sqrt3}{3}.

Adding the unit radius, the large radius is 1+233=3+233.1 + \dfrac{2\sqrt3}{3} = \dfrac{3 + 2\sqrt3}{3}.

Thus, the correct answer is D.

17.

Los dos dígitos de la edad de Jack son los mismos que los dígitos de la edad de Bill, pero en orden inverso. Dentro de cinco años Jack tendrá el doble de la edad que Bill tendrá entonces. ¿Cuál es la diferencia entre sus edades actuales?

The two digits in Jack’s age are the same as the digits in Bill’s age, but in reverse order. In five years Jack will be twice as old as Bill will be then. What is the difference in their current ages?

99

1818

2727

3636

4545

Nivel de dificultad: 1410
Pista pequeña:

Escribe la edad de Jack como 10x+y10x + y y la de Bill como 10y+x10y + x.

Write Jack’s age as 10x+y10x + y and Bill’s as 10y+x10y + x

Pista grande:

La condición 10x+y+5=2(10y+x+5)10x + y + 5 = 2(10y + x + 5) se reduce a 8x=19y+58x = 19y + 5.

The condition 10x+y+5=2(10y+x+5)10x + y + 5 = 2(10y + x + 5) reduces to 8x=19y+58x = 19y + 5

Solución:

Sea la edad de Jack 10x+y10x + y y la de Bill 10y+x.10y + x. Dentro de cinco años 10x+y+5=2(10y+x+5),10x + y + 5 = 2(10y + x + 5), que se simplifica a 8x=19y+5.8x = 19y + 5.

Como xx y yy son dígitos, la única solución es y=1,y = 1, x=3.x = 3.

Así que Jack tiene 3131 y Bill tiene 13,13, una diferencia de 18.18.

Por lo tanto, la respuesta correcta es B.

Let Jack’s age be 10x+y10x + y and Bill’s be 10y+x.10y + x. In five years 10x+y+5=2(10y+x+5),10x + y + 5 = 2(10y + x + 5), which simplifies to 8x=19y+5.8x = 19y + 5.

Since xx and yy are digits, the only solution is y=1,y = 1, x=3.x = 3.

So Jack is 3131 and Bill is 13,13, a difference of 18.18.

Thus, the correct answer is B.

18.

En el triángulo rectángulo ACE,\triangle ACE, tenemos AC=12,AC = 12, CE=16,CE = 16, y EA=20.EA = 20. Los puntos B,B, D,D, y FF están ubicados en AC,AC, CE,CE, y EA,EA, respectivamente, de modo que AB=3,AB = 3, CD=4,CD = 4, y EF=5.EF = 5. ¿Cuál es la razón entre el área de BDF\triangle BDF y la de ACE\triangle ACE?

In right triangle ACE,\triangle ACE, we have AC=12,AC = 12, CE=16,CE = 16, and EA=20.EA = 20. Points B,B, D,D, and FF are located on AC,AC, CE,CE, and EA,EA, respectively, so that AB=3,AB = 3, CD=4,CD = 4, and EF=5.EF = 5. What is the ratio of the area of BDF\triangle BDF to that of ACE?\triangle ACE?

14\dfrac{1}{4}

925\dfrac{9}{25}

38\dfrac{3}{8}

1125\dfrac{11}{25}

716\dfrac{7}{16}

Nivel de dificultad: 1630
Pista pequeña:

El área de ACE\triangle ACE es 12(12)(16)=96\tfrac12(12)(16) = 96.

The area of ACE\triangle ACE is 12(12)(16)=96\tfrac12(12)(16) = 96

Pista grande:

Resta los tres triángulos de las esquinas; cada uno tiene una base y una altura que son fracciones conocidas de las del triángulo grande.

Subtract the three corner triangles; each has a base and height that are known fractions of the big triangle’s

Solución:

El área de ACE\triangle ACE es 12(12)(16)=96.\tfrac12(12)(16) = 96.

Cada triángulo de esquina ABF,\triangle ABF, BCD,\triangle BCD, y DEF\triangle DEF tiene una base y una altura que son 34\tfrac34 y 14\tfrac14 de una base y altura correspondientes de ACE.\triangle ACE. Así que cada uno tiene área 1434=316\tfrac14 \cdot \tfrac34 = \tfrac{3}{16} de ACE.\triangle ACE.

Por lo tanto [BDF][ACE]=13316=1916=716. \begin{aligned} \dfrac{[BDF]}{[ACE]} &= 1 - 3 \cdot \dfrac{3}{16} \\ &= 1 - \dfrac{9}{16} = \dfrac{7}{16}. \end{aligned}

Por lo tanto, la respuesta correcta es E.

The area of ACE\triangle ACE is 12(12)(16)=96.\tfrac12(12)(16) = 96.

Each corner triangle ABF,\triangle ABF, BCD,\triangle BCD, and DEF\triangle DEF has a base and an altitude that are 34\tfrac34 and 14\tfrac14 of a corresponding base and altitude of ACE.\triangle ACE. So each has area 1434=316\tfrac14 \cdot \tfrac34 = \tfrac{3}{16} of ACE.\triangle ACE.

Hence [BDF][ACE]=13316=1916=716. \begin{aligned} \dfrac{[BDF]}{[ACE]} &= 1 - 3 \cdot \dfrac{3}{16} \\ &= 1 - \dfrac{9}{16} = \dfrac{7}{16}. \end{aligned}

Thus, the correct answer is E.

19.

En la sucesión 2001,2001, 2002,2002, 2003,2003, ,\ldots, cada término después del tercero se obtiene restando el término anterior de la suma de los dos términos que preceden a ese término. Por ejemplo, el cuarto término es 2001+20022003=2000.2001 + 2002 - 2003 = 2000. ¿Cuál es el término número 20042004 de esta sucesión?

In the sequence 2001,2001, 2002,2002, 2003,2003, ,\ldots, each term after the third is found by subtracting the previous term from the sum of the two terms that precede that term. For example, the fourth term is 2001+20022003=2000.2001 + 2002 - 2003 = 2000. What is the 20042004th term in this sequence?

2004-2004

2-2

00

40034003

60076007

Nivel de dificultad: 1460
Pista pequeña:

Escribe varios términos: 2001,2001, 2002,2002, 2003,2003, 2000,2000, 2005,2005, 1998,1998, \ldots

Write out several terms: 2001,2001, 2002,2002, 2003,2003, 2000,2000, 2005,2005, 1998,1998, \ldots

Pista grande:

Los términos en posición par disminuyen en 22 cada vez.

The even-position terms decrease by 22 each time

Solución:

La recurrencia ak+1=ak2+ak1aka_{k+1} = a_{k-2} + a_{k-1} - a_k da ak+1ak1=(akak2).a_{k+1} - a_{k-1} = -(a_k - a_{k-2}). La sucesión comienza 2001,2001, 2002,2002, 2003,2003, 2000,2000, 2005,2005, 1998,1998, \ldots

Así que los términos en posición par forman la sucesión aritmética 2002,2000,1998,2002, 2000, 1998, \ldots con diferencia común 2.-2. El término 20042004 es su término número 10021002, 2002+1001(2)=0.2002 + 1001(-2) = 0.

Por lo tanto, la respuesta correcta es C.

The recurrence ak+1=ak2+ak1aka_{k+1} = a_{k-2} + a_{k-1} - a_k gives ak+1ak1=(akak2).a_{k+1} - a_{k-1} = -(a_k - a_{k-2}). The sequence begins 2001,2001, 2002,2002, 2003,2003, 2000,2000, 2005,2005, 1998,1998, \ldots

So the even-position terms form the arithmetic sequence 2002,2000,1998,2002, 2000, 1998, \ldots with common difference 2.-2. The 20042004th term is its 10021002nd term, 2002+1001(2)=0.2002 + 1001(-2) = 0.

Thus, the correct answer is C.

20.

En ABC\triangle ABC los puntos DD y EE están en BC\overline{BC} y AC,\overline{AC}, respectivamente. Si AD\overline{AD} y BE\overline{BE} se intersecan en TT de modo que ATDT=3\frac{AT}{DT} = 3 y BTET=4,\frac{BT}{ET} = 4, ¿cuánto vale CDBD\frac{CD}{BD}?

In ABC\triangle ABC points DD and EE lie on BC\overline{BC} and AC,\overline{AC}, respectively. If AD\overline{AD} and BE\overline{BE} intersect at TT so that ATDT=3\frac{AT}{DT} = 3 and BTET=4,\frac{BT}{ET} = 4, what is CDBD?\frac{CD}{BD}?

18\dfrac{1}{8}

29\dfrac{2}{9}

310\dfrac{3}{10}

411\dfrac{4}{11}

512\dfrac{5}{12}

Nivel de dificultad: 1840
Pista pequeña:

Traza la recta que pasa por DD paralela a BE\overline{BE} que corta a AC\overline{AC} en un punto FF.

Draw the line through DD parallel to BE\overline{BE} meeting AC\overline{AC} at a point FF

Pista grande:

Dos pares de triángulos semejantes dan CDBC,\frac{CD}{BC}, que se convierte en CDBD\frac{CD}{BD}.

Two pairs of similar triangles give CDBC,\frac{CD}{BC}, which converts to CDBD\frac{CD}{BD}

Solución:

Sea FF un punto en AC\overline{AC} con DFBE,DF \parallel BE, y escribe ET=x,ET = x, BT=4x.BT = 4x.

De ATEADF,\triangle ATE \sim \triangle ADF, DFx=ADAT=43,\dfrac{DF}{x} = \dfrac{AD}{AT} = \dfrac{4}{3}, así que DF=4x3.DF = \dfrac{4x}{3}.

De BECDFC,\triangle BEC \sim \triangle DFC, CDBC=DFBE=4x35x=415.\dfrac{CD}{BC} = \dfrac{DF}{BE} = \dfrac{\frac{4x}{3}}{5x} = \dfrac{4}{15}.

Por lo tanto CDBD=CDBC1CDBC=4151115=411. \begin{aligned} \dfrac{CD}{BD} &= \dfrac{\frac{CD}{BC}}{1 - \frac{CD}{BC}} \\ &= \dfrac{\frac{4}{15}}{\frac{11}{15}} = \dfrac{4}{11}. \end{aligned}

Por lo tanto, la respuesta correcta es D.

Let FF be on AC\overline{AC} with DFBE,DF \parallel BE, and write ET=x,ET = x, BT=4x.BT = 4x.

From ATEADF,\triangle ATE \sim \triangle ADF, DFx=ADAT=43,\dfrac{DF}{x} = \dfrac{AD}{AT} = \dfrac{4}{3}, so DF=4x3.DF = \dfrac{4x}{3}.

From BECDFC,\triangle BEC \sim \triangle DFC, CDBC=DFBE=4x35x=415.\dfrac{CD}{BC} = \dfrac{DF}{BE} = \dfrac{\frac{4x}{3}}{5x} = \dfrac{4}{15}.

Therefore CDBD=CDBC1CDBC=4151115=411. \begin{aligned} \dfrac{CD}{BD} &= \dfrac{\frac{CD}{BC}}{1 - \frac{CD}{BC}} \\ &= \dfrac{\frac{4}{15}}{\frac{11}{15}} = \dfrac{4}{11}. \end{aligned}

Thus, the correct answer is D.

21.

Sean 1,1, 4,4, \ldots y 9,9, 16,16, \ldots dos progresiones aritméticas. El conjunto SS es la unión de los primeros 20042004 términos de cada sucesión. ¿Cuántos números distintos hay en SS?

Let 1,1, 4,4, \ldots and 9,9, 16,16, \ldots be two arithmetic progressions. The set SS is the union of the first 20042004 terms of each sequence. How many distinct numbers are in S?S?

37223722

37323732

39143914

39243924

40074007

Nivel de dificultad: 1740
Pista pequeña:

La primera sucesión tiene diferencia común 33 y último término 1+32003=60101 + 3 \cdot 2003 = 6010.

The first sequence has common difference 33 and last term 1+32003=60101 + 3 \cdot 2003 = 6010

Pista grande:

Los términos comunes empiezan en 1616 y están espaciados por lcm(3,7)=21;\mathrm{lcm}(3, 7) = 21; cuenta los términos que no superan 60106010.

Common terms start at 1616 and are spaced by lcm(3,7)=21;\mathrm{lcm}(3, 7) = 21; count the terms not exceeding 60106010

Solución:

La primera sucesión es 1+3k1 + 3k con término mayor 6010,6010, y la segunda es 9+7j9 + 7j con un último término mucho mayor, así que el límite que restringe es 6010.6010.

Un valor común tiene la forma 16+21m16 + 21m (el primer término compartido es 16,16, espaciado por lcm(3,7)=21\mathrm{lcm}(3, 7) = 21). Pedir 16+21m601016 + 21m \le 6010 da 0m285,0 \le m \le 285, es decir 286286 números comunes.

El número de valores distintos es 2004+2004286=3722.2004 + 2004 - 286 = 3722.

Por lo tanto, la respuesta correcta es A.

The first sequence is 1+3k1 + 3k with largest term 6010,6010, and the second is 9+7j9 + 7j with a much larger last term, so the binding limit is 6010.6010.

A common value has the form 16+21m16 + 21m (the first shared term is 16,16, spaced by lcm(3,7)=21\mathrm{lcm}(3, 7) = 21). Requiring 16+21m601016 + 21m \le 6010 gives 0m285,0 \le m \le 285, that is 286286 common numbers.

The number of distinct values is 2004+2004286=3722.2004 + 2004 - 286 = 3722.

Thus, the correct answer is A.

22.

Un triángulo con lados de 5,5, 12,12, y 1313 tiene tanto un círculo inscrito como uno circunscrito. ¿Cuál es la distancia entre los centros de esos círculos?

A triangle with sides of 5,5, 12,12, and 1313 has both an inscribed and a circumscribed circle. What is the distance between the centers of those circles?

352\dfrac{3\sqrt{5}}{2}

72\dfrac{7}{2}

15\sqrt{15}

652\dfrac{\sqrt{65}}{2}

92\dfrac{9}{2}

Nivel de dificultad: 1770
Pista pequeña:

Coloca el triángulo rectángulo con vértices (0,0),(0, 0), (5,0),(5, 0), y (0,12)(0, 12).

Place the right triangle with vertices (0,0),(0, 0), (5,0),(5, 0), and (0,12)(0, 12)

Pista grande:

El circuncentro es el punto medio de la hipotenusa; el inradio de un triángulo rectángulo es r=a+bc2r = \tfrac{a + b - c}{2}.

The circumcenter is the midpoint of the hypotenuse; a right triangle’s inradius is r=a+bc2r = \tfrac{a + b - c}{2}

Solución:

Como 52+122=132,5^2 + 12^2 = 13^2, el triángulo es rectángulo. Colócalo en (0,0),(0, 0), (5,0),(5, 0), (0,12).(0, 12). El circuncentro es el punto medio de la hipotenusa, (52,6).\left(\tfrac52, 6\right).

El inradio satisface (12r)+(5r)=13,(12 - r) + (5 - r) = 13, así que r=2r = 2 y el incentro es (2,2).(2, 2).

La distancia es (522)2+(62)2=14+16=652. \begin{gathered} \sqrt{\left(\tfrac52 - 2\right)^2 + (6 - 2)^2} \\ = \sqrt{\tfrac14 + 16} \\ = \dfrac{\sqrt{65}}{2}. \end{gathered}

Por lo tanto, la respuesta correcta es D.

Since 52+122=132,5^2 + 12^2 = 13^2, the triangle is right. Place it at (0,0),(0, 0), (5,0),(5, 0), (0,12).(0, 12). The circumcenter is the midpoint of the hypotenuse, (52,6).\left(\tfrac52, 6\right).

The inradius satisfies (12r)+(5r)=13,(12 - r) + (5 - r) = 13, so r=2r = 2 and the incenter is (2,2).(2, 2).

The distance is (522)2+(62)2=14+16=652. \begin{gathered} \sqrt{\left(\tfrac52 - 2\right)^2 + (6 - 2)^2} \\ = \sqrt{\tfrac14 + 16} \\ = \dfrac{\sqrt{65}}{2}. \end{gathered}

Thus, the correct answer is D.

23.

Cada cara de un cubo se pinta de rojo o de azul, cada color con probabilidad 12.\tfrac12. El color de cada cara se determina de forma independiente. ¿Cuál es la probabilidad de que el cubo pintado se pueda colocar sobre una superficie horizontal de modo que las cuatro caras verticales sean todas del mismo color?

Each face of a cube is painted either red or blue, each with probability 12.\tfrac12. The color of each face is determined independently. What is the probability that the painted cube can be placed on a horizontal surface so that the four vertical faces are all the same color?

14\dfrac{1}{4}

516\dfrac{5}{16}

38\dfrac{3}{8}

716\dfrac{7}{16}

12\dfrac{1}{2}

Nivel de dificultad: 1990
Pista pequeña:

Fijando la orientación del cubo, hay 26=642^6 = 64 coloraciones igualmente probables.

Fixing the cube’s orientation, there are 26=642^6 = 64 equally likely colorings

Pista grande:

Las coloraciones que funcionan son: todas de un color, exactamente cinco de un color, o cuatro de un color con el par opuesto del otro.

The working colorings are: all one color, exactly five one color, or four of one color with the opposite pair the other

Solución:

Fijando la orientación, hay 26=642^6 = 64 coloraciones.

Una coloración funciona si las seis caras coinciden (22 formas), si exactamente cinco coinciden ((65)2=12\binom{6}{5} \cdot 2 = 12 formas), o si cuatro caras comparten un color y el par restante son caras opuestas del otro color (33 pares opuestos, 22 colores, lo que da 66 formas).

El total es 2+12+6=20,2 + 12 + 6 = 20, así que la probabilidad es 2064=516.\dfrac{20}{64} = \dfrac{5}{16}.

Por lo tanto, la respuesta correcta es B.

Fixing the orientation, there are 26=642^6 = 64 colorings.

A coloring works if all six faces match (22 ways), exactly five match ((65)2=12\binom{6}{5} \cdot 2 = 12 ways), or four faces share a color with the remaining pair being opposite faces of the other color (33 opposite pairs, 22 colors, giving 66 ways).

The total is 2+12+6=20,2 + 12 + 6 = 20, so the probability is 2064=516.\dfrac{20}{64} = \dfrac{5}{16}.

Thus, the correct answer is B.

24.

En ABC\triangle ABC tenemos AB=7,AB = 7, AC=8,AC = 8, y BC=9.BC = 9. El punto DD está en el círculo circunscrito del triángulo de modo que AD\overline{AD} biseca BAC.\angle BAC. ¿Cuál es el valor de ADCD\frac{AD}{CD}?

In ABC\triangle ABC we have AB=7,AB = 7, AC=8,AC = 8, and BC=9.BC = 9. Point DD is on the circumscribed circle of the triangle so that AD\overline{AD} bisects BAC.\angle BAC. What is the value of ADCD?\frac{AD}{CD}?

98\dfrac{9}{8}

53\dfrac{5}{3}

22

177\dfrac{17}{7}

52\dfrac{5}{2}

Nivel de dificultad: 2030
Pista pequeña:

Sea EE el punto donde AD\overline{AD} corta a BC;\overline{BC}; los ángulos inscritos dan ABE=ADC\angle ABE = \angle ADC.

Let AD\overline{AD} meet BC\overline{BC} at E;E; inscribed angles give ABE=ADC\angle ABE = \angle ADC

Pista grande:

Los triángulos ABEABE y ADCADC son semejantes, así que ADCD=ABBE;\frac{AD}{CD} = \frac{AB}{BE}; halla BEBE con el teorema de la bisectriz.

Triangles ABEABE and ADCADC are similar, so ADCD=ABBE;\frac{AD}{CD} = \frac{AB}{BE}; find BEBE from the Angle Bisector Theorem

Solución:

Sea EE el punto donde AD\overline{AD} corta a BC.\overline{BC}. Como ABC\angle ABC y ADC\angle ADC subtienden el mismo arco, son iguales, y EAB=CAD,\angle EAB = \angle CAD, así que ABEADC.\triangle ABE \sim \triangle ADC.

Por lo tanto ADCD=ABBE.\dfrac{AD}{CD} = \dfrac{AB}{BE}.

Por el teorema de la bisectriz, BEEC=ABAC,\dfrac{BE}{EC} = \dfrac{AB}{AC}, así que BE=ABBCAB+AC=7915.BE = \dfrac{AB \cdot BC}{AB + AC} = \dfrac{7 \cdot 9}{15}.

Por lo tanto ADCD=ABBE=AB+ACBC=159=53. \begin{aligned} \dfrac{AD}{CD} &= \dfrac{AB}{BE} = \dfrac{AB + AC}{BC} \\ &= \dfrac{15}{9} = \dfrac{5}{3}. \end{aligned}

Por lo tanto, la respuesta correcta es B.

Let AD\overline{AD} meet BC\overline{BC} at E.E. Since ABC\angle ABC and ADC\angle ADC subtend the same arc, they are equal, and EAB=CAD,\angle EAB = \angle CAD, so ABEADC.\triangle ABE \sim \triangle ADC.

Hence ADCD=ABBE.\dfrac{AD}{CD} = \dfrac{AB}{BE}.

By the Angle Bisector Theorem, BEEC=ABAC,\dfrac{BE}{EC} = \dfrac{AB}{AC}, so BE=ABBCAB+AC=7915.BE = \dfrac{AB \cdot BC}{AB + AC} = \dfrac{7 \cdot 9}{15}.

Therefore ADCD=ABBE=AB+ACBC=159=53. \begin{aligned} \dfrac{AD}{CD} &= \dfrac{AB}{BE} = \dfrac{AB + AC}{BC} \\ &= \dfrac{15}{9} = \dfrac{5}{3}. \end{aligned}

Thus, the correct answer is B.

25.

Un círculo de radio 11 es tangente internamente a dos círculos de radio 22 en los puntos AA y B,B, donde ABAB es un diámetro del círculo menor. ¿Cuál es el área de la región, sombreada en la figura, que está fuera del círculo menor y dentro de cada uno de los dos círculos mayores?

A circle of radius 11 is internally tangent to two circles of radius 22 at points AA and B,B, where ABAB is a diameter of the smaller circle. What is the area of the region, shaded in the figure, that is outside the smaller circle and inside each of the two larger circles?

53π32\dfrac{5}{3}\pi - 3\sqrt{2}

53π23\dfrac{5}{3}\pi - 2\sqrt{3}

83π33\dfrac{8}{3}\pi - 3\sqrt{3}

83π32\dfrac{8}{3}\pi - 3\sqrt{2}

83π23\dfrac{8}{3}\pi - 2\sqrt{3}

Nivel de dificultad: 2270
Pista pequeña:

Por simetría, la región sombreada se divide en cuatro piezas congruentes; calcula un cuarto.

By symmetry the shaded region splits into four congruent pieces; compute one quarter

Pista grande:

Un cuarto es un sector de 6060^\circ de un círculo grande menos un triángulo rectángulo menos un cuarto del círculo pequeño.

One quarter is a 6060^\circ sector of a large circle minus a right triangle minus a quarter of the small circle

Solución:

Sean los centros de los círculos grandes AA y B,B, sea CC el centro del círculo pequeño, y sea DD un punto donde se encuentran los dos círculos grandes.

Entonces ACD\triangle ACD es rectángulo con AC=1AC = 1 y AD=2,AD = 2, así que CD=3,CD = \sqrt3, CAD=60,\angle CAD = 60^\circ, y su área es 32.\dfrac{\sqrt3}{2}.

Un cuarto de la región sombreada es igual al sector de 6060^\circ del círculo de radio 22 (área 2π3\dfrac{2\pi}{3}) menos ACD\triangle ACD (área 32\dfrac{\sqrt3}{2}) menos un cuarto del círculo pequeño (área π4\dfrac{\pi}{4}), lo que da 2π332π4=5π1232.\dfrac{2\pi}{3} - \dfrac{\sqrt3}{2} - \dfrac{\pi}{4} = \dfrac{5\pi}{12} - \dfrac{\sqrt3}{2}.

Multiplicando por 4,4, el área sombreada es 5π323.\dfrac{5\pi}{3} - 2\sqrt3.

Por lo tanto, la respuesta correcta es B.

Let the large circles have centers AA and B,B, let CC be the center of the small circle, and let DD be a point where the two large circles meet.

Then ACD\triangle ACD is right with AC=1AC = 1 and AD=2,AD = 2, so CD=3,CD = \sqrt3, CAD=60,\angle CAD = 60^\circ, and its area is 32.\dfrac{\sqrt3}{2}.

One quarter of the shaded region equals the 6060^\circ sector of the radius-22 circle (area 2π3\dfrac{2\pi}{3}) minus ACD\triangle ACD (area 32\dfrac{\sqrt3}{2}) minus a quarter of the small circle (area π4\dfrac{\pi}{4}), giving 2π332π4=5π1232.\dfrac{2\pi}{3} - \dfrac{\sqrt3}{2} - \dfrac{\pi}{4} = \dfrac{5\pi}{12} - \dfrac{\sqrt3}{2}.

Multiplying by 4,4, the shaded area is 5π323.\dfrac{5\pi}{3} - 2\sqrt3.

Thus, the correct answer is B.