2022 AMC 12A Solutions

Scroll down to view professionally curated solutions from LIVE by Po-Shen Loh, print PDF solutions, view answer key, or take the full timed exam.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

1.

What is the value of

3+13+13+13?3+\cfrac{1}{3+\cfrac{1}{3+\frac13}}?

3110\dfrac{31}{10}

4915\dfrac{49}{15}

3310\dfrac{33}{10}

10933\dfrac{109}{33}

154\dfrac{15}{4}

Concepts:continued fractionfraction
Difficulty rating: 890
Small Hint:

Work from the innermost fraction outward

Big Hint:

3+13=103,3+\dfrac13=\dfrac{10}{3}, so the next layer up is 3+3103+\dfrac{3}{10}

Solution:

Simplify from the bottom. The innermost fraction is 3+13=103.3+\dfrac13=\dfrac{10}{3}.

The next layer is 3+1103=3+310=3310.3+\dfrac{1}{\frac{10}{3}}=3+\dfrac{3}{10}=\dfrac{33}{10}.

Finally, 3+13310=3+1033=10933.3+\dfrac{1}{\frac{33}{10}}=3+\dfrac{10}{33}=\dfrac{109}{33}.

Thus, the correct answer is D.

2.

The sum of three numbers is 96.96. The first number is 66 times the third number, and the third number is 4040 less than the second number. What is the absolute value of the difference between the first and second numbers?

11

22

33

44

55

Difficulty rating: 1020
Small Hint:

Let the third number be tt and write the others in terms of tt

Big Hint:

The first is 6t,6t, the second is t+40,t+40, and they sum to 9696

Solution:

Let the third number be t.t. Then the first is 6t6t and the second is t+40.t+40. Their sum is 6t+(t+40)+t=8t+40=96,6t+(t+40)+t=8t+40=96, so t=7.t=7.

The first number is 4242 and the second is 47,47, so the difference has absolute value 5.5.

Thus, the correct answer is E.

3.

Five rectangles, A,A, B,B, C,C, D,D, and E,E, are arranged in a square as shown below. These rectangles have dimensions 1×6,1\times6, 2×4,2\times4, 5×6,5\times6, 2×7,2\times7, and 2×3,2\times3, respectively. (The figure is not drawn to scale.) Which of the five rectangles is the shaded one in the middle?

AA

BB

CC

DD

EE

Difficulty rating: 1130
Small Hint:

The five areas add to the square’s area, which fixes the side length

Big Hint:

Anchor the large 5×65\times6 and 2×72\times7 pieces in corners, then fit the rest

Solution:

The five areas are 6, 8, 30, 14,6,\ 8,\ 30,\ 14, and 6,6, which sum to 64.64. So the square is 8×8.8\times8.

Placing CC (5×65\times6) across the top left, DD (2×72\times7) up the right side, EE (2×32\times3) in the lower left, and AA (1×61\times6) along the bottom leaves a central 2×42\times4 gap, which is exactly rectangle B.B.

Thus, the correct answer is B.

4.

The least common multiple of a positive integer nn and 1818 is 180,180, and the greatest common divisor of nn and 4545 is 15.15. What is the sum of the digits of n?n?

33

66

88

99

1212

Difficulty rating: 1200
Small Hint:

Factor 180=22325180=2^2\cdot3^2\cdot5 and see which powers nn must supply beyond 18=23218=2\cdot3^2

Big Hint:

gcd(n,45)=15\gcd(n,45)=15 forces exactly one factor of 33 and at least one factor of 55

Solution:

Since 180=22325180=2^2\cdot3^2\cdot5 and 18=232,18=2\cdot3^2, the condition lcm(n,18)=180\operatorname{lcm}(n,18)=180 forces nn to contribute 222^2 and 5,5, with its power of 33 at most 2.2.

From gcd(n,45)=gcd(n,325)\gcd(n,45)=\gcd(n,3^2\cdot5) =15=35,=15=3\cdot5, the power of 33 in nn is exactly 11 and the power of 55 is at least 1.1.

Therefore n=2235=60,n=2^2\cdot3\cdot5=60, whose digits sum to 6.6.

Thus, the correct answer is B.

5.

Let the taxicab distance between points (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2) in the coordinate plane be given by x1x2+y1y2.|x_1-x_2|+|y_1-y_2|. For how many points PP with integer coordinates is the taxicab distance between PP and the origin less than or equal to 20?20?

441441

761761

841841

921921

924924

Difficulty rating: 1350
Small Hint:

Count the lattice points on each “diamond” x+y=k|x|+|y|=k separately

Big Hint:

There are 4k4k points with x+y=k|x|+|y|=k for k1,k\ge1, plus the origin

Solution:

For each k1,k\ge1, the set x+y=k|x|+|y|=k contains exactly 4k4k lattice points, and k=0k=0 gives the single origin.

The total is 1+k=1204k=1+420212=1+840=841. \begin{aligned} &1+\sum_{k=1}^{20}4k=1+4\cdot\frac{20\cdot21}{2} \\ &=1+840=841. \end{aligned}

Thus, the correct answer is C.

6.

A data set consists of 66 (not distinct) positive integers: 1,1, 7,7, 5,5, 2,2, 5,5, and X.X. The average (arithmetic mean) of the 66 numbers equals a value in the data set. What is the sum of all positive values of X?X?

1010

2626

3232

3636

4040

Concepts:meancasework
Difficulty rating: 1270
Small Hint:

The five known numbers sum to 20,20, so the mean is 20+X6\dfrac{20+X}{6}

Big Hint:

The mean must equal one of 1,2,5,7,1,2,5,7, or X;X; only some give positive XX

Solution:

The known numbers sum to 20,20, so the mean is 20+X6,\dfrac{20+X}{6}, which must equal an element of the set.

Setting it to 55 gives X=10;X=10; to 77 gives X=22;X=22; and to XX itself gives 20+X=6X,20+X=6X, so X=4.X=4. Values 11 and 22 give negative X.X.

The positive values are 10,22,4,10,22,4, summing to 36.36.

Thus, the correct answer is D.

7.

A rectangle is partitioned into 55 regions as shown. Each region is to be painted a solid color - red, orange, yellow, blue, or green - so that regions that touch are painted different colors, and colors can be used more than once. How many different colorings are possible?

120120

270270

360360

540540

720720

Difficulty rating: 1380
Small Hint:

Color the region that borders the most others first

Big Hint:

One region touches all four others; each remaining region must avoid two already-used colors

Solution:

The bottom-middle region shares a border with all four other regions. Color it first in 55 ways.

The top-left region borders it, giving 44 choices. Each of the three remaining regions borders exactly two already-colored regions, which have different colors, leaving 33 choices apiece.

The total is 54333=540.5\cdot4\cdot3\cdot3\cdot3=540.

Thus, the correct answer is D.

8.

The infinite product

103103310333\sqrt[3]{10}\cdot\sqrt[3]{\sqrt[3]{10}}\cdot\sqrt[3]{\sqrt[3]{\sqrt[3]{10}}}\cdots

evaluates to a real number. What is that number?

10\sqrt{10}

1003\sqrt[3]{100}

10004\sqrt[4]{1000}

1010

1010310\sqrt[3]{10}

Difficulty rating: 1500
Small Hint:

Write every factor as a power of 1010

Big Hint:

The exponents are 13,19,127,,\dfrac13,\dfrac19,\dfrac1{27},\ldots, a geometric series

Solution:

The kkth factor is 1010 raised to the kk-fold cube root, namely 1013k.10^{\frac{1}{3^k}}.

The product is 1010 raised to 13+19+127+=13113=12. \begin{aligned} &\frac13+\frac19+\frac1{27}+\cdots=\frac{\frac{1}{3}}{1-\frac{1}{3}} \\ &=\frac12. \end{aligned}

So the value is 1012=10.10^{\frac{1}{2}}=\sqrt{10}.

Thus, the correct answer is A.

9.

On Halloween 3131 children walked into the principal’s office asking for candy. They can be classified into three types: some always lie; some always tell the truth; and some alternately lie and tell the truth. The alternaters arbitrarily choose their first response, either a lie or the truth, but each subsequent statement has the opposite truth value from its predecessor. The principal asked everyone the same three questions in this order.

“Are you a truth-teller?” The principal gave a piece of candy to each of the 2222 children who answered yes.

“Are you an alternater?” The principal gave a piece of candy to each of the 1515 children who answered yes.

“Are you a liar?” The principal gave a piece of candy to each of the 99 children who answered yes.

How many pieces of candy in all did the principal give to the children who always tell the truth?

77

1212

2121

2727

3131

Difficulty rating: 1530
Small Hint:

Work out how each of the three types answers each question

Big Hint:

Only alternaters who lie first answer the last question yes, which pins down their count

Solution:

To “Are you a truth-teller?” the truth-tellers and liars both answer yes, and only alternaters who lie on this question answer yes. To “Are you an alternater?” the liars answer yes, and among alternaters only those telling the truth on this question answer yes. To “Are you a liar?” only alternaters lying on this question answer yes.

Split the alternaters by first response. Those starting with a lie answer (lie, truth, lie), so they say yes to all three questions; those starting truthful answer (truth, lie, truth) and say yes to none of the three. The 99 yeses on the last question are exactly the lie-first alternaters, so there are 99 of them.

The second question’s 1515 yeses are the liars plus these 9,9, so there are 66 liars. The first question’s 2222 yeses are truth-tellers plus liars plus the 9,9, so the truth-tellers number 2269=7.22-6-9=7.

Truth-tellers answer yes only to the first question, receiving one candy each, for 71=77\cdot1=7 pieces.

Thus, the correct answer is A.

10.

What is the number of ways the numbers from 11 to 1414 can be split into 77 pairs such that for each pair, the greater number is at least 22 times the smaller number?

108108

120120

126126

132132

144144

Difficulty rating: 1570
Small Hint:

A number mm can be the smaller of its pair only if 2m142m\le14

Big Hint:

So 1177 are the smaller elements and 881414 the larger; assign greedily from the tightest smaller number

Solution:

Any number 88 or larger cannot be a smaller element (its double exceeds 1414), so 881414 are all larger elements and 1177 are all smaller elements.

Match each smaller ss to a larger g2s.g\ge2s. Processing from the most restrictive: s=7s=7 forces g=14g=14 (11 way); then s=6s=6 has {12,13}\{12,13\} left (22); s=5s=5 has 3;3; s=4s=4 has 4;4; s=3s=3 has 3;3; s=2s=2 has 2;2; s=1s=1 has 1.1.

The number of matchings is 1234321=144.1\cdot2\cdot3\cdot4\cdot3\cdot2\cdot1=144.

Thus, the correct answer is E.

11.

What is the product of all real numbers xx such that the distance on the number line between log6x\log_6 x and log69\log_6 9 is twice the distance on the number line between log610\log_6 10 and 1?1?

1010

1818

2525

3636

8181

Difficulty rating: 1530
Small Hint:

log6101=log6106=log653\log_6 10-1=\log_6\dfrac{10}{6}=\log_6\dfrac53

Big Hint:

The condition is log6x9=log6259\left|\log_6\dfrac{x}{9}\right|=\log_6\dfrac{25}{9}

Solution:

The right-hand distance is log6101=log653,|\log_6 10-1|=\log_6\dfrac53, so twice it is 2log653=log6259.2\log_6\dfrac53=\log_6\dfrac{25}{9}.

Thus log6x9=log6259,\left|\log_6\dfrac{x}{9}\right|=\log_6\dfrac{25}{9}, giving x9=259\dfrac{x}{9}=\dfrac{25}{9} or x9=925,\dfrac{x}{9}=\dfrac{9}{25}, so x=25x=25 or x=8125.x=\dfrac{81}{25}.

Their product is 258125=81.25\cdot\dfrac{81}{25}=81.

Thus, the correct answer is E.

12.

Let MM be the midpoint of AB\overline{AB} in regular tetrahedron ABCD.ABCD. What is cos(CMD)?\cos(\angle CMD)?

14\dfrac14

13\dfrac13

25\dfrac25

12\dfrac12

32\dfrac{\sqrt3}{2}

Difficulty rating: 1630
Small Hint:

CMCM and DMDM are medians of equilateral faces with edge length 11

Big Hint:

CM=DM=32CM=DM=\dfrac{\sqrt3}{2} and CD=1;CD=1; apply the Law of Cosines in CMD\triangle CMD

Solution:

Take edge length 1.1. Since MM is the midpoint of AB,\overline{AB}, segments CMCM and DMDM are altitudes of the equilateral faces, each of length 32.\dfrac{\sqrt3}{2}. Also CD=1.CD=1.

By the Law of Cosines in CMD,\triangle CMD, cos(CMD)=34+341234=1232=13. \begin{aligned} \cos(\angle CMD) &=\frac{\frac34+\frac34-1}{2\cdot\frac34} \\ &=\frac{\frac{1}{2}}{\frac{3}{2}}=\frac13. \end{aligned}

Thus, the correct answer is B.

13.

Let R\mathcal{R} be the region in the complex plane consisting of all complex numbers zz that can be written as the sum of complex numbers z1z_1 and z2,z_2, where z1z_1 lies on the segment with endpoints 33 and 4i,4i, and z2z_2 has magnitude at most 1.1. What integer is closest to the area of R?\mathcal{R}?

1313

1414

1515

1616

1717

Difficulty rating: 1660
Small Hint:

R\mathcal{R} is the set of all points within distance 11 of the segment

Big Hint:

The segment has length 5,5, so R\mathcal{R} is a 5×25\times2 rectangle capped by two half-disks

Solution:

Adding a disk of radius 11 to every point of the segment sweeps out all points within distance 11 of it. The segment from 33 to 4i4i has length 32+42=5.\sqrt{3^2+4^2}=5.

This “stadium” is a 5×25\times2 rectangle plus two half-disks of radius 1,1, with area 52+π(1)2=10+π13.14.5\cdot2+\pi(1)^2=10+\pi\approx13.14.

The closest integer is 13.13.

Thus, the correct answer is A.

14.

What is the value of

(log5)3+(log20)3+(log8)(log0.25) \begin{aligned} &(\log 5)^3+(\log 20)^3 \\ &\quad {}+(\log 8)(\log 0.25) \end{aligned}

where log\log denotes the base-ten logarithm?

32\dfrac32

74\dfrac74

22

94\dfrac94

33

Difficulty rating: 1730
Small Hint:

Let u=log2;u=\log 2; then log5=1u\log 5=1-u and log20=1+u\log 20=1+u

Big Hint:

Also log8=3u\log 8=3u and log0.25=2u;\log 0.25=-2u; use a3+b3=(a+b)(a2ab+b2)a^3+b^3=(a+b)(a^2-ab+b^2)

Solution:

Let u=log2.u=\log 2. Then log5=1u,\log 5=1-u, log20=1+u,\log 20=1+u, log8=3u,\log 8=3u, and log0.25=2u.\log 0.25=-2u.

With a=1u, b=1+u,a=1-u,\ b=1+u, we have a+b=2a+b=2 and ab=1u2,ab=1-u^2, so a3+b3=(a+b)((a+b)23ab)=2(43(1u2))=2+6u2. \begin{gathered} a^3+b^3 \\ =(a+b)\big((a+b)^2-3ab\big) \\ =2\big(4-3(1-u^2)\big) \\ =2+6u^2. \end{gathered}

The last term is (3u)(2u)=6u2,(3u)(-2u)=-6u^2, so the total is 2+6u26u2=2.2+6u^2-6u^2=2.

Thus, the correct answer is C.

15.

The roots of the polynomial 10x339x2+29x610x^3-39x^2+29x-6 are the height, length, and width of a rectangular box (right rectangular prism). A new rectangular box is formed by lengthening each edge of the original box by 22 units. What is the volume of the new box?

245\dfrac{24}{5}

425\dfrac{42}{5}

815\dfrac{81}{5}

3030

4848

Difficulty rating: 1630
Small Hint:

By Vieta, r+s+t=3910,r+s+t=\dfrac{39}{10}, rs+rt+st=2910,rs+rt+st=\dfrac{29}{10}, rst=35rst=\dfrac35

Big Hint:

Expand (r+2)(s+2)(t+2)(r+2)(s+2)(t+2) using these symmetric sums

Solution:

Let the roots be r,s,t.r,s,t. By Vieta’s formulas, r+s+t=3910,r+s+t=\dfrac{39}{10}, rs+rt+st=2910,rs+rt+st=\dfrac{29}{10}, and rst=610=35.rst=\dfrac{6}{10}=\dfrac35.

The new volume is (r+2)(s+2)(t+2)=rst+2(rs+rt+st)+4(r+s+t)+8=35+5810+15610+8=30. \begin{gathered} (r+2)(s+2)(t+2) \\ =rst+2(rs+rt+st) \\ \quad {}+4(r+s+t)+8 \\ =\frac35+\frac{58}{10} \\ \quad {}+\frac{156}{10}+8 \\ =30. \end{gathered}

Thus, the correct answer is D.

16.

A triangular number is a positive integer that can be expressed in the form tn=1+2+3++n,t_n=1+2+3+\cdots+n, for some positive integer n.n. The three smallest triangular numbers that are also perfect squares are t1=1=12,t_1=1=1^2, t8=36=62,t_8=36=6^2, and t49=1225=352.t_{49}=1225=35^2. What is the sum of the digits of the fourth smallest triangular number that is also a perfect square?

66

99

1212

1818

2727

Difficulty rating: 1800
Small Hint:

Rewrite n(n+1)2=y2\frac{n(n+1)}{2}=y^2 as the Pell equation (2n+1)28y2=1(2n+1)^2-8y^2=1

Big Hint:

Generate successive positive solutions by multiplying (2n+1)+y8(2n+1)+y\sqrt8 by 3+83+\sqrt8

Solution:

If tn=y2,t_n=y^2, then n(n+1)2=y2,\frac{n(n+1)}{2}=y^2, or (2n+1)28y2=1.(2n+1)^2-8y^2=1. The positive Pell solutions occur successively by multiplying (2n+1)+y8(2n+1)+y\sqrt8 by 3+8.3+\sqrt8.

Starting from (2n+1,y)=(3,1),(2n+1,y)=(3,1), this gives (17,6),(17,6), (99,35),(99,35), and then (577,204).(577,204). Thus the fourth value has n=288n=288 and equals 2042=41616.204^2=41616.

The sum of its digits is 4+1+6+1+6=18.4+1+6+1+6=18.

Thus, the correct answer is D.

17.

Suppose aa is a real number such that the equation

a(sinx+sin(2x))=sin(3x)a\cdot(\sin x+\sin(2x))=\sin(3x)

has more than one solution in the interval (0,π).(0,\pi). The set of all such aa can be written in the form (p,q)(q,r),(p,q)\cup(q,r), where p,p, q,q, and rr are real numbers with p<q<r.p\lt q\lt r. What is p+q+r?p+q+r?

4-4

1-1

00

11

44

Difficulty rating: 1990
Small Hint:

Use sin2x=2sinxcosx\sin 2x=2\sin x\cos x and sin3x=sinx(4cos2x1)\sin 3x=\sin x(4\cos^2 x-1)

Big Hint:

After dividing by sinx,\sin x, note x=2π3x=\dfrac{2\pi}{3} (where cosx=12\cos x=-\tfrac12) is always a solution

Solution:

Since sinx0\sin x\ne0 on (0,π),(0,\pi), divide by sinx:\sin x: a(1+2cosx)=4cos2x1=(2cosx1)(2cosx+1). \begin{gathered} a(1+2\cos x)=4\cos^2 x-1 \\ =(2\cos x-1)(2\cos x+1). \end{gathered}

When cosx=12\cos x=-\tfrac12 (that is, x=2π3x=\tfrac{2\pi}{3}) both sides vanish, so this is a solution for every a.a. Otherwise we may cancel 1+2cosx1+2\cos x to get a=2cosx1,a=2\cos x-1, i.e. cosx=a+12.\cos x=\dfrac{a+1}{2}.

This yields a second solution in (0,π)(0,\pi) exactly when 1<a+12<1,-1\lt\dfrac{a+1}{2}\lt1, that is a(3,1),a\in(-3,1), and it is distinct from x=2π3x=\tfrac{2\pi}{3} unless a=2.a=-2.

So more than one solution occurs for a(3,2)(2,1),a\in(-3,-2)\cup(-2,1), giving p+q+r=32+1=4.p+q+r=-3-2+1=-4.

Thus, the correct answer is A.

18.

Let TkT_k be the transformation of the coordinate plane that first rotates the plane kk degrees counterclockwise around the origin and then reflects the plane across the yy-axis. What is the least positive integer nn such that performing the sequence of transformations T1,T_1, T2,T_2, T3,T_3, ,\ldots, TnT_n returns the point (1,0)(1,0) back to itself?

359359

360360

719719

720720

721721

Difficulty rating: 2010
Small Hint:

A point at angle θ\theta is sent by TkT_k to angle (180k)θ(180-k)-\theta

Big Hint:

Track the angle of (1,0);(1,0); also consider odd n,n, where the net map is a reflection

Solution:

Rotating a point at angle θ\theta by kk^\circ gives θ+k,\theta+k, and reflecting across the yy-axis sends angle ϕ\phi to 180ϕ.180-\phi. So TkT_k sends θ\theta to (180k)θ.(180-k)-\theta.

Starting from (1,0)(1,0) at angle 0,0, applying T1,T2,T_1,T_2,\ldots gives angles 179,1,178,2,177,.179,-1,178,-2,177,\ldots. After an even number 2m2m of steps the angle is m,-m, and after an odd number 2m+12m+1 it is 179m.179-m.

For the point to return, the angle must be a multiple of 360.360^\circ. The even case needs m=360,m=360, i.e. n=720.n=720. The odd case needs 179m=0,179-m=0, i.e. m=179m=179 and n=359,n=359, where the net reflection fixes (1,0).(1,0).

The least such nn is 359.359.

Thus, the correct answer is A.

19.

Suppose that 1313 cards numbered 1,1, 2,2, 3,3, ,\ldots, 1313 are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1,1, 2,2, 33 are picked up on the first pass, 44 and 55 on the second pass, 66 on the third pass, 7,7, 8,8, 9,9, 1010 on the fourth pass, and 11,11, 12,12, 1313 on the fifth pass. For how many of the 13!13! possible orderings of the cards will the 1313 cards be picked up in exactly two passes?

40824082

40954095

40964096

81788178

81918191

Difficulty rating: 2010
Small Hint:

A new pass begins exactly when the next number to pick up lies to the left of the previous one

Big Hint:

Two passes means the sequence of positions pos(1),,pos(13)\text{pos}(1),\ldots,\text{pos}(13) has exactly one descent

Solution:

Let pos(k)\text{pos}(k) be the position of card k.k. A fresh pass is needed exactly when pos(k+1)<pos(k),\text{pos}(k+1)\lt\text{pos}(k), so the number of passes is one more than the number of descents in the sequence pos(1),pos(2),,pos(13).\text{pos}(1),\text{pos}(2),\ldots,\text{pos}(13).

To build a permutation with at most one descent, choose the entries before the possible descent and write both chosen blocks in increasing order. There are 2132^{13} subsets. The 1414 initial segments ,{1},,{1,,13}\varnothing,\{1\},\ldots,\{1,\ldots,13\} produce no descent; every other subset produces a unique permutation with one descent. Hence the count is 21314=8178.2^{13}-14=8178.

Thus, the correct answer is D.

20.

Isosceles trapezoid ABCDABCD has parallel sides AD\overline{AD} and BC,\overline{BC}, with BC<ADBC\lt AD and AB=CD.AB=CD. There is a point PP in the plane such that PA=1,PA=1, PB=2,PB=2, PC=3,PC=3, and PD=4.PD=4. What is BCAD?\dfrac{BC}{AD}?

14\dfrac14

13\dfrac13

12\dfrac12

23\dfrac23

34\dfrac34

Difficulty rating: 2110
Small Hint:

Put A=(p,0),A=(-p,0), D=(p,0),D=(p,0), B=(q,h),B=(-q,h), C=(q,h),C=(q,h), symmetric about the yy-axis

Big Hint:

Both PA2PD2PA^2-PD^2 and PB2PC2PB^2-PC^2 equal a multiple of the xx-coordinate of PP

Solution:

Place the trapezoid symmetric about the yy-axis: A=(p,0),A=(-p,0), D=(p,0),D=(p,0), B=(q,h),B=(-q,h), C=(q,h),C=(q,h), with P=(x,y).P=(x,y).

Then PA2PD2=4pxPA^2-PD^2=4px =116=15=1-16=-15 and PB2PC2=4qxPB^2-PC^2=4qx =49=5.=4-9=-5. Dividing gives pq=3.\dfrac{p}{q}=3.

Since AD=2pAD=2p and BC=2q,BC=2q, we get BCAD=qp=13.\dfrac{BC}{AD}=\dfrac{q}{p}=\dfrac13.

Thus, the correct answer is B.

21.

Let P(x)=x2022+x1011+1.P(x)=x^{2022}+x^{1011}+1. Which of the following polynomials divides P(x)?P(x)?

x2x+1x^2-x+1

x2+x+1x^2+x+1

x4+1x^4+1

x6x3+1x^6-x^3+1

x6+x3+1x^6+x^3+1

Difficulty rating: 2170
Small Hint:

A divisor D(x)D(x) works iff every root ζ\zeta of DD satisfies ζ2022+ζ1011+1=0\zeta^{2022}+\zeta^{1011}+1=0

Big Hint:

For x6+x3+1x^6+x^3+1 the roots are primitive 99th roots of unity, so ζ3\zeta^3 is a primitive cube root of unity

Solution:

If ζ\zeta is a root of a divisor, then P(ζ)=ζ2022+ζ1011+1=0P(\zeta)=\zeta^{2022}+\zeta^{1011}+1=0 is required.

The roots of x6+x3+1x^6+x^3+1 are the primitive 99th roots of unity, so ζ9=1.\zeta^9=1. Reducing exponents modulo 9,9, 202262022\equiv6 and 10113,1011\equiv3, giving ζ6+ζ3+1.\zeta^6+\zeta^3+1. Here ω=ζ3\omega=\zeta^3 is a primitive cube root of unity, so this equals ω2+ω+1=0.\omega^2+\omega+1=0.

The other four options fail: substituting their roots yields nonzero values (for instance, the primitive cube roots of unity give P=3P=3).

Thus, the correct answer is E.

22.

Let cc be a real number, and let z1,z_1, z2z_2 be the two complex numbers satisfying the quadratic z2cz+10=0.z^2-cz+10=0. Points z1,z_1, z2,z_2, 1z1,\dfrac{1}{z_1}, and 1z2\dfrac{1}{z_2} are the vertices of a (convex) quadrilateral QQ in the complex plane. When the area of QQ obtains its maximum value, cc is the closest to which of the following?

4.54.5

55

5.55.5

66

6.56.5

Difficulty rating: 2270
Small Hint:

For real cc with complex roots, z2=z1z_2=\overline{z_1} and z1=z2=10|z_1|=|z_2|=\sqrt{10}

Big Hint:

The four points form an isosceles trapezoid symmetric about the real axis; write its area in terms of the root’s angle θ\theta

Solution:

If the roots are non-real, then z1=10eiθz_1=\sqrt{10}\,e^{i\theta} and z2=z1,z_2=\overline{z_1}, since z1z2=10.z_1z_2=10. Then 1z1=110eiθ\dfrac{1}{z_1}=\dfrac{1}{\sqrt{10}}e^{-i\theta} and 1z2=110eiθ.\dfrac{1}{z_2}=\dfrac{1}{\sqrt{10}}e^{i\theta}.

The two vertical sides of this trapezoid have lengths 210sinθ2\sqrt{10}\sin\theta and 2sinθ10,\frac{2\sin\theta}{\sqrt{10}}, and their horizontal separation is (10110)cosθ.(\sqrt{10}-\frac{1}{\sqrt{10}})\cos\theta. Hence its area is 9910sinθcosθ=9920sin2θ, \frac{99}{10}\sin\theta\cos\theta =\frac{99}{20}\sin2\theta, which is maximized at θ=45.\theta=45^\circ.

Then c=z1+z2c=z_1+z_2 =210cos45=2\sqrt{10}\cos45^\circ =254.47,=2\sqrt5\approx4.47, closest to 4.5.4.5.

Thus, the correct answer is A.

23.

Let hnh_n and knk_n be the unique relatively prime positive integers such that

11+12+13++1n=hnkn.\frac11+\frac12+\frac13+\cdots+\frac1n=\frac{h_n}{k_n}.

Let LnL_n denote the least common multiple of the numbers 1,1, 2,2, 3,3, ,\ldots, n.n. For how many integers nn with 1n221\le n\le22 is kn<Ln?k_n\lt L_n?

00

33

77

88

1010

Difficulty rating: 2520
Small Hint:

Writing HnH_n over Ln,L_n, the reduced denominator is smaller exactly when a prime cancels from the numerator kLnk\sum_k \frac{L_n}{k}

Big Hint:

For a prime power pap^a with pan<pa+1,p^a\le n\lt p^{a+1}, check whether pp divides vp(k)=aLnk\sum_{v_p(k)=a} \frac{L_n}{k}

Solution:

LnL_n is always divisible by kn,k_n, so kn<Lnk_n\lt L_n exactly when some prime pp divides both LnL_n and the numerator N=k=1nLnkN=\sum_{k=1}^n \tfrac{L_n}{k} (i.e. a prime cancels).

For a prime pp with maximal power pan,p^a\le n, only the terms with vp(k)=av_p(k)=a keep pp out of Lnk;\frac{L_n}{k}; all others are divisible by p.p. So pp cancels iff vp(k)=aLnk0(modp).\sum_{v_p(k)=a}\tfrac{L_n}{k}\equiv0\pmod p.

Applying this test recursively with Hn=Hn1+1nH_n=H_{n-1}+\frac{1}{n} gives kn=Lnk_n=L_n for 1n5,1\le n\le5, kn=Ln3k_n=\frac{L_n}{3} for 6n8,6\le n\le8, and kn=Lnk_n=L_n again for 9n17.9\le n\le17. Finally, the ratios Lnkn\frac{L_n}{k_n} for n=18,19,20,21,22n=18,19,20,21,22 are 3,3,15,45,45,3,3,15,45,45, respectively. Thus cancellation occurs precisely for n=6,7,8,18,19,20,21,22,n=6,7,8,18,19,20,21,22, which is 88 values.

Thus, the correct answer is D.

24.

How many strings of length 55 formed from the digits 0,0, 1,1, 2,2, 3,3, 44 are there such that for each j{1,2,3,4},j\in\{1,2,3,4\}, at least jj of the digits are less than j?j? (For example, 0221402214 satisfies the condition because it contains at least 11 digit less than 1,1, at least 22 digits less than 2,2, at least 33 digits less than 3,3, and at least 44 digits less than 4.4. The string 2340423404 does not satisfy the condition because it does not contain at least 22 digits less than 2.2.)

500500

625625

10891089

11991199

12961296

Difficulty rating: 2380
Small Hint:

“At least jj digits are less than jj” means the jjth smallest digit is at most j1j-1

Big Hint:

These are parking functions of length 5;5; use the circular-parking count with 66 spaces

Solution:

Sort the five digits as d(1)d(2)d(5).d_{(1)}\le d_{(2)}\le\cdots\le d_{(5)}. The requirement “at least jj digits less than jj” is equivalent to d(j)j1d_{(j)}\le j-1 for j=1,2,3,4,j=1,2,3,4, i.e. d(1)=0, d(2)1,d_{(1)}=0,\ d_{(2)}\le1,  d(3)2, d(4)3\ d_{(3)}\le2,\ d_{(4)}\le3 (with d(5)4d_{(5)}\le4 automatic).

These strings are exactly the parking functions of length 5.5. To count them, arrange 66 parking spaces in a circle and let 55 labeled cars choose arbitrary preferred spaces. Each car moves forward to the first open space. Among the 656^5 preference strings, rotating all preferences cycles the unique empty space through all 66 positions. Therefore exactly 656=64=1296\frac{6^5}{6}=6^4=1296 strings leave a specified space empty. Choosing that space as the extra sixth space gives precisely the sorted inequalities above.

Thus, the correct answer is E.

25.

A circle with integer radius rr is centered at (r,r).(r,r). Distinct line segments of length cic_i connect points (0,ai)(0,a_i) to (bi,0)(b_i,0) for 1i141\le i\le14 and are tangent to the circle, where ai,a_i, bi,b_i, and cic_i are all positive integers and c1c2c14.c_1\le c_2\le\cdots\le c_{14}. What is the ratio c14c1\dfrac{c_{14}}{c_1} for the least possible value of r?r?

215\dfrac{21}{5}

8513\dfrac{85}{13}

77

395\dfrac{39}{5}

1717

Difficulty rating: 2650
Small Hint:

A segment from (0,a)(0,a) to (b,0)(b,0) tangent to this circle makes rr the inradius or the semiperimeter of the right triangle with legs a,ba,b

Big Hint:

For the inradius case, (a2r)(b2r)=2r2,(a-2r)(b-2r)=2r^2, so positive divisors of 2r22r^2 count the oriented segments

Solution:

The circle centered (r,r)(r,r) with radius rr is tangent to both axes. A segment from (0,a)(0,a) to (b,0)(b,0) with a2+b2=c2a^2+b^2=c^2 is tangent to it when rr equals either the inradius a+bc2\tfrac{a+b-c}{2} or the semiperimeter a+b+c2\tfrac{a+b+c}{2} of the right triangle with legs a,b.a,b.

In the inradius case, put x=a2rx=a-2r and y=b2r.y=b-2r. Then xy=2r2,xy=2r^2, and every positive divisor xx determines one oriented segment, with a=x+2r,a=x+2r, b=2r2x+2r,b=\frac{2r^2}{x}+2r, and c=x+2r2x+2r.c=x+\frac{2r^2}{x}+2r. Thus there are exactly d(2r2)d(2r^2) such segments.

For r=1,2,3,4,5,r=1,2,3,4,5, these counts are 2,4,6,6,6,2,4,6,6,6, and no semiperimeter case is possible because the smallest integer right triangle has semiperimeter 6.6. At r=6,r=6, d(72)=12,d(72)=12, and the 33-44-55 triangle contributes two more oriented segments. Hence 66 is the least possible radius and gives exactly 1414 segments.

The two semiperimeter segments have c=5.c=5. In the inradius family, c=x+72x+12c=x+\frac{72}{x}+12 is largest at x=1x=1 or 72,72, giving c=85.c=85. Therefore c1=5,c_1=5, c14=85,c_{14}=85, and c14c1=17.\frac{c_{14}}{c_1}=17.

Thus, the correct answer is E.