2019 AMC 10A 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 2(0(19))+((20)1)9?2^{\left(0^{\left(1^9\right)}\right)}+\left(\left(2^0\right)^1\right)^9?

00

11

22

33

44

Concepts:exponentorder of operations
Difficulty rating: 560
Small Hint:

Evaluate exponent towers from the top down

Big Hint:

Remember that 01=00^1=0 and 20=12^0=1

Solution:

We can evaluate from the top of each exponent tower downward: 2(0(19))+((20)1)9=201+(11)9=20+19=2. \begin{aligned} &2^{\left(0^{\left(1^9\right)}\right)}\\ &\quad+\left(\left(2^0\right)^1\right)^9\\ &=2^{0^1}+(1^1)^9\\ &=2^0+1^9\\ &=2. \end{aligned}

Thus, C is the correct answer.

2.

What is the hundreds digit of (20!15!)?(20!-15!)?

00

11

22

44

55

Difficulty rating: 770
Small Hint:

Look only at divisibility by 10001000

Big Hint:

Both factorials contain at least three factors of 55 and three factors of 22

Solution:

Both 20!20! and 15!15! contain at least three factors of 55 and three factors of 22, so both are divisible by 2353=1000.2^3\cdot5^3=1000.

Their difference is therefore also divisible by 1000.1000.

Being a multiple of 10001000 makes the last three digits 0,0, which shows that the hundreds digit is also 0.0.

Thus, A is the correct answer.

3.

Ana and Bonita were born on the same date in different years, nn years apart. Last year Ana was 55 times as old as Bonita. This year Ana’s age is the square of Bonita’s age. What is n?n?

33

55

99

1212

1515

Difficulty rating: 960
Small Hint:

Let Bonita’s current age be bb

Big Hint:

Use last year’s relation and this year’s square relation together

Solution:

Let aa be Ana’s current age and bb be Bonita’s current age. Then a1=5(b1),a=b2. \begin{aligned} a-1&=5(b-1),\\ a&=b^2. \end{aligned}

Substitution gives b21=5b5,b25b+4=0,(b4)(b1)=0. \begin{aligned} b^2-1&=5b-5,\\ b^2-5b+4&=0,\\ (b-4)(b-1)&=0. \end{aligned}

We can see that b1b \neq 1 since that would make Ana and Bonita the same age, so we know that b=4.b = 4.

This gives us that a=42=16a = 4^2 = 16 and n=164=12.n = 16 - 4 = 12.

Thus, D is the correct answer.

4.

A box contains 2828 red balls, 2020 green balls, 1919 yellow balls, 1313 blue balls, 1111 white balls, and 99 black balls. What is the minimum number of balls that must be drawn from the box without replacement to guarantee that at least 1515 balls of a single color will be drawn?

7575

7676

7979

8484

9191

Difficulty rating: 1070
Small Hint:

To avoid getting 1515 of a color, draw at most 1414 from each large color

Big Hint:

For colors with fewer than 1515, all of that color can be drawn

Solution:

Note that we can pull as many as 1414 balls of each color without ensuring that 1515 balls of one color are drawn.

This means that we can draw all of the black, white and blue balls, along with 1414 red, green, and yellow balls.

This gives us a total of 9+11+13+314 9 + 11 + 13 + 3 \cdot 14 =33+42= 33 + 42 =75.= 75. We need to add one at the end, however, to ensure that we get that 1515th ball of some color, 75+1=76.75 + 1 = 76.

Thus, B is the correct answer.

5.

What is the greatest number of consecutive integers whose sum is 45?45?

99

2525

4545

9090

120120

Difficulty rating: 1070
Small Hint:

A long consecutive block can be centered around zero

Big Hint:

Use divisibility of 9090 by the number of terms

Solution:

Suppose there are kk consecutive integers with first term a.a. Their sum is k(2a+k1)2=45,\dfrac{k(2a+k-1)}{2}=45, so kk must divide 90.90. Therefore the number of terms cannot exceed 90.90.

This bound is attained by 44,43,,44,45 -44, -43, \cdots, 44, 45 which has 9090 terms and sum 45.45.

Thus the greatest possible number of consecutive integers is 90.90.

Thus, D is the correct answer.

6.

For how many of the following types of quadrilaterals does there exist a point in the plane of the quadrilateral that is equidistant from all four vertices of the quadrilateral?

• a square

• a rectangle that is not a square

• a rhombus that is not a square

• a parallelogram that is not a rectangle or a rhombus

• an isosceles trapezoid that is not a parallelogram

11

22

33

44

55

Difficulty rating: 1020
Small Hint:

Equidistant from all four vertices means cyclic

Big Hint:

For quadrilaterals, check whether opposite angles can be supplementary

Solution:

Note that if a point is equidistant from all the vertices, then that point is the center of the shape’s circumcircle.

The question then becomes which of these shapes is cyclic (has a circumcircle). One condition that we can use is that opposite angles are supplementary.

Clearly, a square and rectangle that is not a square work (opposite angles are right, adding up to 180180^{\circ}).

A rhombus that is not a square does not work, since opposite angles are equal, but they are not 90.90^{\circ}.

A parallelogram that is not a rectangle or a rhombus faces the same problem as above, making it not cyclic as well.

An isosceles trapezoid that is not a parallelogram by definition has supplementary opposite angles, making it cyclic.

Thus, C is the correct answer.

7.

Two lines with slopes 12\frac{1}{2} and 22 intersect at (2,2).(2, 2). What is the area of the triangle enclosed by these two lines and the line x+y=10?x + y = 10?

44

424\sqrt{2}

66

88

626\sqrt{2}

Difficulty rating: 1280
Small Hint:

Find all three pairwise intersections of the lines

Big Hint:

Use the distance or shoelace formula for the resulting triangle

Solution:

The two lines through (2,2)(2,2) have equations y=12x+1,y=2x2. \begin{aligned} y&=\frac12x+1,\\ y&=2x-2. \end{aligned}

Their intersections with x+y=10x+y=10 are (6,4)(6,4) and (4,6)(4,6), respectively.

Thus the vertices are (2,2),(6,4),(2,2),(6,4), and (4,6)(4,6). The segment joining the last two points has length 222\sqrt2, its midpoint is (5,5)(5,5), and the distance from (2,2)(2,2) to that midpoint is 323\sqrt2.

The area is therefore 12(22)(32)=6.\frac12(2\sqrt2)(3\sqrt2)=6. Thus, C is the correct answer.

8.

The figure below shows line \ell with a regular, infinite, recurring pattern of squares and line segments.

How many of the following four kinds of rigid motion transformations of the plane in which this figure is drawn, other than the identity transformation, will transform this figure into itself?

• some rotation around a point of line \ell

• some translation in the direction parallel to line \ell

• the reflection across line \ell

• some reflection across a line perpendicular to line \ell

00

11

22

33

44

Difficulty rating: 1220
Small Hint:

Translations along \ell preserve the repeating pattern

Big Hint:

Check whether reflections reverse the slanted segments

Solution:

The first transformation works, as we can rotate \ell 180180^{\circ} around the midpoint between an upward-facing and downward-facing square.

The second also works, as we can just move \ell to the right until the squares line up with each other again.

The third fails, as a reflection would cause the line segments to face the opposite direction.

The fourth transformation also doesn’t work since the diagonal lines would again be facing in the wrong direction.

Thus, C is the correct answer.

9.

What is the greatest three-digit positive integer nn for which the sum of the first nn positive integers is not a divisor of the product of the first nn positive integers?

995995

996996

997997

998998

999999

Difficulty rating: 1420
Small Hint:

The sum 1+2++n1+2+\cdots+n equals n(n+1)2\frac{n(n+1)}{2}

Big Hint:

The obstruction comes from when n+1n+1 contributes a new prime factor

Solution:

The sum of the first nn numbers is n(n+1)2.\dfrac{n(n + 1)}{2}. We need this to not divide n!.n!.

Put m=n+1m=n+1. If mm is composite, write m=abm=ab with 2ab2\le a\le b. When a<ba<b, the distinct factors aa and bb both occur in (m2)!=(n1)!(m-2)!=(n-1)!. When a=ba=b, we have a3a\ge3, and the two multiples aa and 2a2a both occur in (m2)!(m-2)!, so a2=ma^2=m divides that factorial as well. Thus (n1)!(n-1)! is divisible by mm, and consequently n! is divisible by n(n+1)2.n! \text{ is divisible by } \frac{n(n+1)}2.

Conversely, if n+1n+1 is prime, that prime factor does not occur in n!n!, so the divisibility fails. Since 997997 is prime while 998,999,998,999, and 10001000 are composite, the greatest three-digit value is 9971=996.997-1=996.

Thus, B is the correct answer.

10.

A rectangular floor that is 1010 feet wide and 1717 feet long is tiled with 170170 one-foot square tiles. A bug walks from one corner to the opposite corner in a straight line. Including the first and the last tile, how many tiles does the bug visit?

1717

2525

2626

2727

2828

Difficulty rating: 1240
Small Hint:

Count every grid line the diagonal crosses

Big Hint:

Because 1010 and 1717 are relatively prime, it never passes through an interior grid corner

Solution:

Note that every time the bug crosses a vertical or horizontal line, the bug visits one new tile.

This means that the number of tiles the bug visits is 11 (the first tile) plus the number of lines it crosses.

The bug never walks over a corner since 1010 and 1717 are relatively prime, so we don’t have to worry about that.

The bug crosses 1616 horizontal lines and 99 vertical lines for a total of 1+16+9=26 1 + 16 + 9 = 26 tiles.

Thus, C is the correct answer.

11.

How many positive integer divisors of 2019201^9 are perfect squares or perfect cubes (or both)?

3232

3636

3737

3939

4141

Difficulty rating: 1480
Small Hint:

Factor 201201 first

Big Hint:

Use inclusion-exclusion on divisor exponents that are even or multiples of 33

Solution:

Taking the prime factorization of 2019,201^9, we get 39679.3^9 \cdot 67^9.

Note that a perfect square has even exponents for its prime factors, and a cube’s exponents are divisible by 3.3.

There are 55 options for an even exponent, from 00 through 8,8, and 44 options for multiples of 3,3, from 00 through 9.9.

This gives us 525^2 options for the squares and 424^2 options for the cubes. We have to subtract out the sixth powers, however.

Using the same logic, sixth powers have to have exponents of prime factors be divisible by 6.6. There are 22 options, 00 and 6.6.

This means that there are 22=42^2 = 4 sixth powers. This gives us a total of 25+164=37. 25 + 16 - 4 = 37. perfect squares or perfect cubes.

Thus, C is the correct answer.

12.

Melanie computes the mean μ,\mu, the median M,M, and the modes of the 365365 values that are the dates in the months of 2019.2019. Thus her data consist of 1212 copies of 1,1, 1212 copies of 2,2, and so on through 1212 copies of 28,28, then 1111 copies of 29,29, 1111 copies of 30,30, and 77 copies of 31.31. Let dd be the median of the modes. Which of the following statements is true?

μ<d<M\mu \lt d \lt M

M<d<μM \lt d \lt \mu

d=M=μd = M =\mu

d<M<μd \lt M \lt \mu

d<μ<Md \lt \mu \lt M

Difficulty rating: 1370
Small Hint:

Understand which dates appear 1212 times and which appear fewer times

Big Hint:

Compare the mean, median, and modes from the calendar counts

Solution:

The modes are all the integers from 11 through 28,28, so their median is d=14+152=14.5.d=\dfrac{14+15}{2}=14.5.

There are 365365 entries, so MM is the 183183rd number. The dates from 11 through 1515 occupy 1512=18015 \cdot 12 = 180 positions, so M=16.M=16.

The sum of all dates is 12(1++28)+11(29+30)+731=5738.\begin{aligned}12(1+\cdots+28)&+11(29+30)\\&+7\cdot31=5738.\end{aligned} Hence μ=573836515.72.\mu=\dfrac{5738}{365}\approx15.72.

Therefore d<μ<M. d \lt \mu \lt M. Thus, E is the correct answer.

13.

Let ABC\triangle ABC be an isosceles triangle with BC=ACBC = AC and ACB=40.\angle ACB = 40^{\circ}. Construct the circle with diameter BC,\overline{BC}, and let DD and EE be the other intersection points of the circle with the sides AC\overline{AC} and AB,\overline{AB}, respectively. Let FF be the intersection of the diagonals of the quadrilateral BCDE.BCDE. What is the degree measure of BFC?\angle BFC ?

9090

100100

105105

110110

120120

Difficulty rating: 1420
Small Hint:

Angles subtended by a diameter are right angles

Big Hint:

Use the isosceles angles of ABC\triangle ABC to chase the remaining angles

Solution:

Since BC\overline{BC} is the diameter of the circle, we get that BDC\angle BDC and BEC\angle BEC are right angles.

We know that ABC=70\angle ABC = 70^{\circ} from the fact that ABC\triangle ABC is isosceles.

In BCE\triangle BCE and BCD\triangle BCD, respectively, ECB=1807090=20 \begin{aligned} \angle ECB&=180^{\circ}-70^{\circ}-90^{\circ}\\ &=20^{\circ} \end{aligned} and DBC=1804090=50. \begin{aligned} \angle DBC&=180^{\circ}-40^{\circ}-90^{\circ}\\ &=50^{\circ}. \end{aligned}

Because FF lies on BDBD and CECE, the other two angles of BFC\triangle BFC are 5050^{\circ} and 2020^{\circ}. Hence BFC=1805020=110. \begin{aligned} \angle BFC&=180^{\circ}-50^{\circ}-20^{\circ}\\ &=110^{\circ}. \end{aligned} Thus, D is the correct answer.

14.

For a set of four distinct lines in a plane, there are exactly NN distinct points that lie on two or more of the lines. What is the sum of all possible values of N?N?

1414

1616

1818

1919

2121

Difficulty rating: 1660
Small Hint:

List attainable intersection counts for four lines

Big Hint:

Then separately rule out exactly two intersection points

Solution:

The values 0,1,3,4,5,0,1,3,4,5, and 66 are attainable. Four parallel lines give 00, four concurrent lines give 11, three parallel lines cut by a fourth give 33, three concurrent lines plus a fourth not through that point give 44, three lines forming a triangle plus a fourth parallel to one side give 55, and four lines in general position give (42)=6\binom42=6.

It remains to rule out 22. Choose two nonparallel lines, meeting at XX. If a third line also passes through XX, then a fourth line not through XX intersects at least two of those three concurrent lines at two different new points; otherwise all four lines pass through XX, giving only one point. If the third line does not pass through XX, then to create only one new point it must be parallel to one of the first two lines. A fourth distinct line cannot pass through either existing intersection without meeting the parallel line at a new point, and if it passes through neither, it creates a new intersection immediately. Thus exactly two intersection points are impossible.

Thus the possible values are 0,1,3,4,5,60,1,3,4,5,6, whose sum is 1919. Thus, D is the correct answer.

15.

A sequence of numbers is defined recursively by a1=1,a_1 = 1, a2=37,a_2 = \frac{3}{7}, and an=an2an12an2an1a_n=\dfrac{a_{n-2} \cdot a_{n-1}}{2a_{n-2} - a_{n-1}} for all n3.n \geq 3. Then a2019a_{2019} can be written as pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. What is p+q?p+q ?

20202020

40394039

60576057

60616061

80788078

Difficulty rating: 1540
Small Hint:

Take reciprocals of the recurrence

Big Hint:

The reciprocal sequence becomes arithmetic

Solution:

Taking reciprocals in the recursive formula gives 1an=2an2an1an2an1=2an11an2. \begin{aligned} \frac1{a_n} &=\frac{2a_{n-2}-a_{n-1}}{a_{n-2}a_{n-1}}\\ &=\frac2{a_{n-1}}-\frac1{a_{n-2}}. \end{aligned}

This means that 1an1an1=1an11an2, \dfrac{1}{a_n} - \dfrac{1}{a_{n - 1}} = \dfrac{1}{a_{n - 1}} - \dfrac{1}{a_{n - 2}}, which tells us that {1an}\left\{\dfrac{1}{a_n}\right\} is an arithmetic sequence.

Using a1a_1 and a2,a_2, we get that the common difference is 13711=731=43.\dfrac{1}{\frac{3}{7}} - \dfrac{1}{1} = \dfrac{7}{3} - 1 = \dfrac{4}{3}.

Therefore 1a2019=1+201843=80753,\frac1{a_{2019}}=1+2018\cdot\frac43=\frac{8075}{3}, so a2019=38075.a_{2019}=\frac3{8075}.

p+qp + q is therefore 8075+3=8078.8075 + 3 = 8078.

Thus, E is the correct answer.

16.

The figure below shows 1313 circles of radius 11 within a larger circle. All the intersections occur at points of tangency. What is the area of the region, shaded in the figure, inside the larger circle but outside all the circles of radius 1?1?

4π34 \pi \sqrt{3}

7π7 \pi

π(33+2)\pi\left(3\sqrt{3} +2\right)

10π(31)10 \pi \left(\sqrt{3} - 1\right)

π(3+6)\pi\left(\sqrt{3} + 6\right)

Difficulty rating: 1540
Small Hint:

Connect centers of tangent circles

Big Hint:

The shaded area is the large circle area minus the areas of the small circles

Solution:

We know ABC\triangle ABC and ABO\triangle ABO are equilateral triangles.

We get that OC=23OC = 2\sqrt{3} using special right triangles to find the altitudes of the triangles.

The radius of the larger circle is therefore 23+1,2\sqrt{3} + 1, since there is the extra unit radius after OC.\overline{OC}.

The area of the larger circle is (23+1)2π=(13+43)π. (2\sqrt{3} + 1)^2\pi = (13 + 4\sqrt{3})\pi.

The area of all the inner circles is 13π.13\pi.

The area of the shaded region is (13+43)π13π=4π3. (13 + 4\sqrt{3})\pi - 13\pi = 4\pi\sqrt{3}.

Thus, A is the correct answer.

17.

A child builds towers using identically shaped cubes of different colors. How many different towers with a height 88 cubes can the child build with 22 red cubes, 33 blue cubes, and 44 green cubes? (One cube will be left out.)

2424

288288

312312

1,2601{,}260

40,32040{,}320

Difficulty rating: 1480
Small Hint:

Count all arrangements of eight cubes after choosing the omitted color

Big Hint:

Correct for repeated colors with factorial denominators

Solution:

Given a valid height-88 tower, its color counts determine the one unused cube; place that cube on top. Conversely, removing the top cube from any arrangement of all 99 cubes gives a valid height-88 tower. These operations are inverses, so the desired towers are in one-to-one correspondence with arrangements of all 99 cubes.

There are 9!9! ways to make a tower of height 9,9, but we are overcounting since there are multiple cubes of the same color.

We have to divide through by 2!2! ways to arrange the red cubes, 3!3! for the blue cubes, and 4!4! for the green cubes.

Therefore, the number of valid arrangements is 9!2!3!4!=1,260. \dfrac{9!}{2! \cdot 3! \cdot 4!} = 1,260.

Thus, D is the correct answer.

18.

For some positive integer k,k, the repeating base-kk representation of the (base-ten) fraction 751\dfrac{7}{51} is 0.23k=0.232323...k.0.\overline{23}_k = 0.232323..._k. What is k?k?

1313

1414

1515

1616

1717

Difficulty rating: 1660
Small Hint:

Expand 0.23k0.\overline{23}_k as a geometric series

Big Hint:

The common ratio after two digits is k2k^{-2}

Solution:

The repeating base-kk fraction is 2k1+3k22k^{-1}+3k^{-2} +2k3+3k4++2k^{-3}+3k^{-4}+\cdots. Grouping odd and even powers gives 2(k1+k3+)+3(k2+k4+). \begin{aligned} &2(k^{-1}+k^{-3}+\cdots) \\ &\quad {}+3(k^{-2}+k^{-4}+\cdots). \end{aligned}

Using geometric series, these sums are 2kk21\dfrac{2k}{k^2-1} and 3k21\dfrac{3}{k^2-1}, so 0.23k=2k+3k210.\overline{23}_k=\dfrac{2k+3}{k^2-1}.

Setting 2k+3k21=751\dfrac{2k+3}{k^2-1}=\dfrac{7}{51} gives 51(2k+3)=7(k21)51(2k+3)=7(k^2-1), so 7k2102k160=07k^2-102k-160=0. Hence k=16k=16. Thus, D is the correct answer.

19.

What is the least possible value of (x+1)(x+2)(x+3)(x+4)+2019, \begin{aligned} &(x+1)(x+2)(x+3)(x+4)\\ &\quad+2019, \end{aligned} where xx is a real number?

20172017

20182018

20192019

20202020

20212021

Difficulty rating: 1540
Small Hint:

Pair factors symmetrically around 52-\frac52

Big Hint:

Rewrite the quartic using u=x2+5xu=x^2+5x

Solution:

Multiplying the first two terms and the last terms yields (x2+5x+4)(x2+5x+6). (x^2 + 5x + 4)(x^2 + 5x + 6).

Note that these two terms differ by 2.2. We can try to express this as a difference of squares, which is (x2+5x+5)21. (x^2 + 5x + 5)^2 - 1.

Adding 20192019 to this gets us (x2+5x+5)2+2018. (x^2 + 5x + 5)^2 + 2018.

Squares are non-negative, so as long as we find a way to make the inner expression 0,0, we can make the square 0.0.

The discriminant is 5245=5,5^2 - 4 \cdot 5 = 5, which is positive meaning that there is a value that makes the square 0.0.

This means that the minimum value would be 02+2018=2018. 0^2 + 2018 = 2018. Thus, B is the correct answer.

20.

The numbers 1,1, 2,2, ,\dots, 99 are randomly placed into the 99 squares of a 3×33 \times 3 grid. Each square gets one number, and each of the numbers is used once. What is the probability that the sum of the numbers in each row and each column is odd?

121\dfrac{1}{21}

114\dfrac{1}{14}

563\dfrac{5}{63}

221\dfrac{2}{21}

17\dfrac{1}{7}

Difficulty rating: 1820
Small Hint:

An odd row or column sum has either zero or two even entries

Big Hint:

Count placements by where the even numbers go

Solution:

Note that the only way to get an odd sum is if there are either 00 or 22 even numbers in the row or column.

The only way for this to happen is if the 44 even numbers form a rectangle with sides parallel to the large square.

The way to see this is we choose a spot for the first even number. Then we need to choose another square in the same row, x,x, and column, y,y, to be even.

The final even has to be in same column as xx and the same row as y.y. This forms the aforementioned rectangle.

There are four 2×22 \times 2 rectangles, two 3×23 \times 2 rectangles, two 2×32 \times 3 rectangles, and one 3×33 \times 3 rectangle.

This gives a total of 4+2+2+1=94+2+2+1=9 possible sets of positions for the even numbers.

There are 4!4! ways to arrange the even numbers and 5!5! ways to arrange the odd numbers.

This means that there are a total of 94!5! 9 \cdot 4! \cdot 5! configurations of squares that satisfy the condition.

There are a total of 9!9! arrangements with no restrictions. The probability is therefore 94!5!9!=114. \dfrac{9 \cdot 4! \cdot 5!}{9!} = \dfrac{1}{14}.

Thus, B is the correct answer.

21.

A sphere with center OO has radius 6.6. A triangle with sides of length 15,15, 15,15, and 2424 is situated in space so that each of its sides is tangent to the sphere. What is the distance between OO and the plane determined by the triangle?

232\sqrt{3}

44

323\sqrt{2}

252\sqrt{5}

55

Difficulty rating: 1970
Small Hint:

Take a cross-section perpendicular to the triangle plane

Big Hint:

The inradius of the triangle controls the tangent distance to the sphere

Solution:

The altitude to the side of length 2424 is 152122=9,\sqrt{15^2-12^2}=9, so the triangle has area 12249=108\frac12\cdot24\cdot9=108 and semiperimeter 2727. Its inradius is therefore r=10827=4.r=\frac{108}{27}=4.

Let PP be the perpendicular projection of OO onto the triangle’s plane, and let d=OPd=OP. Because all three side-lines are tangent to the sphere, PP is the incenter and its perpendicular distance to each side is 44. The distance from OO to each side-line is the sphere’s radius, 66, so the Pythagorean theorem gives d2+42=62.d^2+4^2=6^2. Hence d=25.d=2\sqrt5.

Thus, D is the correct answer.

22.

Real numbers between 00 and 1,1, inclusive, are chosen in the following manner. A fair coin is flipped. If it lands heads, then it is flipped again and the chosen number is 00 if the second flip is heads, and 11 if the second flip is tails. On the other hand, if the first coin flip is tails, then the number is chosen uniformly at random from the closed interval [0,1].[0,1]. Two random numbers xx and yy are chosen independently in this manner. What is the probability that xy>12?|x-y| > \tfrac{1}{2}?

13\dfrac{1}{3}

716\dfrac{7}{16}

12\dfrac{1}{2}

916\dfrac{9}{16}

23\dfrac{2}{3}

Difficulty rating: 1880
Small Hint:

Split into cases depending on whether each number is endpoint-discrete or uniform

Big Hint:

Use area or probability for each case

Solution:

We can case on whether xx and yy are chosen from the interval or from 00 and 1.1. Each case has a 14\frac{1}{4} chance of happening, since they depend on two coin flips.

Case 1:x1: x and yy are either 00 or 11

xx and yy need to be different, which happens with a 12\frac{1}{2} probability.

Case 2:x2: x is either 00 or 1,1, and yy is chosen from [0,1][0, 1]

If x=0,x = 0, then yy has to be chosen from (12,1],\left(\dfrac{1}{2}, 1\right], and if x=1,x = 1, then yy has to be chosen from [0,12).\left[0, \dfrac{1}{2}\right).

This means that yy always has a 12\frac{1}{2} probability of being chosen from the correct interval.

Case 3:x3: x is chosen from [0,1],[0, 1], and yy is either 00 or 11

This has the same probability as case 22 due to symmetry.

Case 4:x4: x and yy are chosen from [0,1][0, 1]

We can use geometric probability since we are working with an infinite number of (x,y)(x, y) pairs. We graph xy>12.|x - y| \gt \frac{1}{2}.

The shaded area covers 14\frac{1}{4} of the graph, showing that there is a 14\frac{1}{4} probability of this case working.

Adding the four weighted probabilities gives 14(12+12+12+14)=716.\frac14\left(\frac12+\frac12+\frac12+\frac14\right)=\frac7{16}.

Thus, B is the correct answer.

23.

Travis has to babysit the terrible Thompson triplets. Knowing that they love big numbers, Travis devises a counting game for them. First Tadd will say the number 1,1, then Todd must say the next two numbers (22 and 33), then Tucker must say the next three numbers (4,4, 5,5, 66), then Tadd must say the next four numbers (7,7, 8,8, 9,9, 1010), and the process continues to rotate through the three children in order, each saying one more number than the previous child did, until the number 10,00010{,}000 is reached. What is the 20192019th number said by Tadd?

57435743

58855885

59795979

60016001

60116011

Difficulty rating: 2080
Small Hint:

Tadd’s turn lengths form the arithmetic sequence 1,4,7,1,4,7,\ldots

Big Hint:

Find which Tadd turn contains his 20192019th number

Solution:

Tadd speaks on turns of lengths 1,4,7,1,4,7,\ldots. After nn of Tadd’s turns, he has said i=1n(3i2)=3n2n2\sum_{i=1}^n (3i-2)=\frac{3n^2-n}{2} numbers.

For n=36n=36, this total is 19261926, while for n=37n=37 it is 20352035. Therefore Tadd’s 20192019th number is the (20191926)=93(2019-1926)=93rd number of his 3737th turn.

Before that turn, the children have completed turns of lengths 11 through 108108, saying 1+2++108=58861+2+\cdots+108=5886 numbers. The 9393rd number of the next turn is 5886+93=59795886+93=5979. Thus, C is the correct answer.

24.

Let p,p, q,q, and rr be the distinct roots of the polynomial x322x2+80x67.x^3 - 22x^2 + 80x - 67. There exist real numbers A,A, B,B, and CC such that 1s322s2+80s67=Asp+Bsq+Csr \begin{gathered} \frac{1}{s^3-22s^2+80s-67}\\ =\frac{A}{s-p}+\frac{B}{s-q}\\ \quad+\frac{C}{s-r} \end{gathered} for all real numbers ss with s{p,q,r}.s\notin\{p,q,r\}. What is 1A+1B+1C?\dfrac1A+\dfrac1B+\dfrac1C?

243243

244244

245245

246246

247247

Difficulty rating: 2390
Small Hint:

Multiply by (sp)(sq)(sr)(s-p)(s-q)(s-r)

Big Hint:

Substitute each root, then use Vieta’s formulas

Solution:

Multiplying the identity by (sp)(sq)(sr)(s-p)(s-q)(s-r) gives 1=A(sq)(sr)+B(sp)(sr)+C(sp)(sq). \begin{aligned} 1={}&A(s-q)(s-r)\\ &+B(s-p)(s-r)\\ &+C(s-p)(s-q). \end{aligned} Setting s=p,q,rs=p,q,r, in turn, yields 1A=(pq)(pr),1B=(qp)(qr),1C=(rp)(rq). \begin{aligned} \frac1A&=(p-q)(p-r),\\ \frac1B&=(q-p)(q-r),\\ \frac1C&=(r-p)(r-q). \end{aligned}

Adding and expanding gives 1A+1B+1C=p2+q2+r2pqprqr. \begin{aligned} \frac1A+\frac1B+\frac1C &=p^2+q^2+r^2\\ &\quad-pq-pr-qr. \end{aligned} By Vieta’s formulas, p+q+r=22p+q+r=22 and pq+pr+qr=80pq+pr+qr=80, so p2+q2+r2=2222(80)=324. \begin{aligned} p^2+q^2+r^2&=22^2-2(80)\\ &=324. \end{aligned} Therefore the requested value is 32480=244.324-80=244.

Thus, B is the correct answer.

25.

For how many integers nn between 11 and 50,50, inclusive, is (n21)!(n!)n\dfrac{(n^2-1)!}{(n!)^n} an integer? (Recall that 0!=1.0! = 1.)

3131

3232

3333

3434

3535

Difficulty rating: 2150
Small Hint:

Relate the expression to a multinomial coefficient

Big Hint:

The remaining condition is whether nn divides (n1)!(n-1)!

Solution:

One fact that greatly helps with this problem is realizing that (n2)!(n!)n+1 \dfrac{(n^2)!}{(n!)^{n + 1}} is always an integer.

This is because it is the number of ways to split up n2n^2 objects into nn unordered groups of size n.n.

Now, we get that (n21)!(n!)n=(n2)!(n!)n+1n!n2. \dfrac{(n^2 - 1)!}{(n!)^n} = \dfrac{(n^2)!}{(n!)^{n + 1}} \cdot \dfrac{n!}{n^2}.

Therefore, whenever n2n^2 divides n!,n!, the original expression is an integer; this is equivalent to nn dividing (n1)!.(n - 1)!.

Suppose nn is composite. If n=abn=ab with 2a<b<n2\le a<b<n, then the distinct factors aa and bb both occur in (n1)!(n-1)!, so (n1)!(n-1)! is divisible by nn. If n=a2n=a^2 with a3a\ge3, then (n1)!(n-1)! contains the distinct factors aa and 2a2a, whose product is a multiple of nn. Thus every composite n4n\ne4 works. The case n=1n=1 also works directly.

Conversely, if n=pn=p is prime, the exponent of pp in the denominator is p,p, while its exponent in (p21)!(p^2-1)! is p1,p-1, so the expression is not an integer.

For n=4,n=4, the denominator contains 212,2^{12}, while 15!15! contains only 211,2^{11}, so this case also fails.

There are 1515 primes at most 50,50, and adding 4,4, we get 1616 values for nn that do not work.

Therefore, the desired answer is 5016=34.50 - 16 = 34.

Thus, D is the correct answer.