2018 AMC 10B 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.

Kate bakes a 2020-inch by 1818-inch pan of cornbread. The cornbread is cut into pieces that measure 22 inches by 22 inches. How many pieces of cornbread does the pan contain?

9090

100100

180180

200200

360360

Concepts:arearectangle
Difficulty rating: 860
Small Hint:

The pan and each piece are rectangles; compare their areas

Big Hint:

Divide the total area by the area of one 2×22 \times 2 piece

Solution:

The whole pan has area 20×18=36020 \times 18 = 360 square inches. Each piece is 2×2=42 \times 2 = 4 square inches. So the number of pieces is 3604=90.\frac{360}{4} = 90. Thus, A is the correct answer.

2.

Sam drove 9696 miles in 9090 minutes. His average speed during the first 3030 minutes was 6060 mph (miles per hour), and his average speed during the second 3030 minutes was 6565 mph. What was his average speed, in mph, during the last 3030 minutes?

6464

6565

6666

6767

6868

Difficulty rating: 980
Small Hint:

Distance = rate ×\times time, and each 3030-minute leg is half an hour

Big Hint:

Subtract the distance covered in the first hour from 9696 to get the last leg’s distance

Solution:

Each leg is half an hour. In the first, Sam drove 6012=3060 \cdot \tfrac12 = 30 miles; in the second, 6512=32.565 \cdot \tfrac12 = 32.5 miles. That’s 62.562.5 miles so far. That leaves 9662.5=33.596 - 62.5 = 33.5 miles for the last half hour, which is a speed of 33.512=67\frac{33.5}{\tfrac12} = 67 mph. Therefore, the answer is D.

3.

In the expression (x×x)+(x×x)(\underline{\phantom{x}} \times \underline{\phantom{x}}) + (\underline{\phantom{x}} \times \underline{\phantom{x}}) each blank is to be filled in with one of the digits 1,1, 2,2, 3,3, or 4,4, with each digit being used once. How many different values can be obtained?

22

33

44

66

2424

Difficulty rating: 950
Small Hint:

Neither multiplication nor the final addition depends on order, so only the way the four digits are split into two pairs matters

Big Hint:

List the three ways to split {1,2,3,4}\{1,2,3,4\} into two pairs

Solution:

Order inside a product doesn’t matter, and neither does the order we add the two products. So all that matters is how the four digits split into two pairs. There are three splits: 12+34=14,1\cdot2 + 3\cdot4 = 14, 13+24=11,1\cdot3 + 2\cdot4 = 11, and 14+23=10.1\cdot4 + 2\cdot3 = 10. That’s 33 different values. Thus, B is the correct answer.

4.

A three-dimensional rectangular box with dimensions X,X, Y,Y, and ZZ has faces whose surface areas are 24,24, 24,24, 48,48, 48,48, 72,72, and 7272 square units. What is X+Y+Z?X + Y + Z?

1818

2222

2424

3030

3636

Difficulty rating: 1130
Small Hint:

The three distinct face areas are the pairwise products XY,XZ,YZ,XY, XZ, YZ, equal to 24,48,7224, 48, 72

Big Hint:

Multiplying all three gives (XYZ)2;(XYZ)^2; take the square root, then divide by each face area

Solution:

The three distinct face areas are the pairwise products XY=24,XY = 24, XZ=48,XZ = 48, YZ=72YZ = 72 in some order. Multiply all three: (XYZ)2=244872=82944,(XYZ)^2 = 24 \cdot 48 \cdot 72 = 82944, so XYZ=288.XYZ = 288. Now divide by each face area. We get Z=28824=12,Z = \frac{288}{24} = 12, Y=28848=6,Y = \frac{288}{48} = 6, and X=28872=4,X = \frac{288}{72} = 4, so X+Y+Z=22.X + Y + Z = 22. Therefore, the answer is B.

5.

How many subsets of {2,3,4,5,6,7,8,9}\{2, 3, 4, 5, 6, 7, 8, 9\} contain at least one prime number?

128128

192192

224224

240240

256256

Difficulty rating: 1200
Small Hint:

Count the subsets with no prime and subtract from the total number of subsets

Big Hint:

The non-prime elements are 4,6,8,9;4, 6, 8, 9; any subset of just those contains no prime

Solution:

Count the complement. The set has 28=2562^8 = 256 subsets total. A subset avoids every prime exactly when it sticks to the non-primes {4,6,8,9},\{4, 6, 8, 9\}, and there are 24=162^4 = 16 of those. So 25616=240256 - 16 = 240 subsets contain at least one prime. Thus, D is the correct answer.

6.

A box contains 55 chips, numbered 1,1, 2,2, 3,3, 4,4, and 5.5. Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds 4.4. What is the probability that 33 draws are required?

115\dfrac{1}{15}

110\dfrac{1}{10}

16\dfrac{1}{6}

15\dfrac{1}{5}

14\dfrac{1}{4}

Difficulty rating: 1290
Small Hint:

A third draw is needed exactly when the first two chips still sum to at most 44

Big Hint:

Which pairs of distinct chips sum to 44 or less? Count them among all ordered first-two-draw outcomes

Solution:

We need a third draw exactly when the first two chips still sum to 44 or less. The only such unordered pairs are {1,2}\{1,2\} and {1,3}.\{1,3\}. Each can be drawn in either order, giving 44 favorable ordered prefixes.

Imagine that a complete random ordering of all five chips is chosen in advance. Then all 54=205\cdot4=20 ordered first-two-chip prefixes are equally likely, even when the actual process would stop after the first chip. Thus the probability is 420=15.\frac{4}{20}=\frac{1}{5}. Therefore, the answer is D.

7.

In the figure below, NN congruent semicircles are drawn along a diameter of a large semicircle, with their diameters covering the diameter of the large semicircle with no overlap. Let AA be the combined area of the small semicircles and BB be the area of the region inside the large semicircle but outside the small semicircles. The ratio A:BA : B is 1:18.1 : 18. What is N?N?

1616

1717

1818

1919

3636

Difficulty rating: 1310
Small Hint:

If each small semicircle has radius r,r, the large semicircle has radius NrNr

Big Hint:

Show A:B=1:(N1),A : B = 1 : (N-1), then set this equal to 1:181 : 18

Solution:

Let each small semicircle have radius r.r. The NN diameters cover the big diameter, so the large radius is Nr.Nr. Then A=N12πr2,A = N \cdot \tfrac12 \pi r^2, and the large semicircle has area 12π(Nr)2,\tfrac12 \pi (Nr)^2, so the leftover region is B=12πr2(N2N).B = \tfrac12 \pi r^2(N^2 - N). This gives A:B=N:N(N1)A : B = N : N(N-1) =1:(N1).= 1 : (N-1). Set N1=18,N - 1 = 18, and N=19.N = 19. Thus, D is the correct answer.

8.

Sara makes a staircase out of toothpicks as shown:

This is a 33-step staircase and uses 1818 toothpicks. How many steps would be in a staircase that used 180180 toothpicks?

1010

1111

1212

2424

3030

Difficulty rating: 1200
Small Hint:

Count the toothpicks in an nn-step staircase; the vertical ones number (1+2++n)+n(1 + 2 + \cdots + n) + n

Big Hint:

With equal horizontal and vertical counts the total is n(n+3);n(n+3); solve n(n+3)=180n(n+3) = 180

Solution:

In an nn-step staircase the vertical toothpicks number (1+2++n)+n(1 + 2 + \cdots + n) + n =n(n+1)2+n,= \tfrac{n(n+1)}{2} + n, and there are just as many horizontal ones. That’s a total of n(n+1)+2n=n(n+3).n(n+1) + 2n = n(n+3). Check: n=3n = 3 gives 18,18, as it should. Now solve n(n+3)=180.n(n+3) = 180. This factors as (n12)(n+15)=0,(n-12)(n+15) = 0, so n=12.n = 12. Therefore, the answer is C.

9.

The faces of each of 77 standard dice are labeled with the integers from 11 to 6.6. Let pp be the probability that when all 77 dice are rolled, the sum of the numbers on the top faces is 10.10. What other sum occurs with the same probability p?p?

1313

2626

3232

3939

4242

Difficulty rating: 1370
Small Hint:

Replacing each die value kk by 7k7 - k pairs up equally likely outcomes

Big Hint:

This replacement sends a total of ss to a total of 49s49 - s

Solution:

Replace each die’s value kk by 7k.7 - k. This pairs up outcomes one-to-one and keeps their probabilities, and it sends a total of ss to 77s=49s.7 \cdot 7 - s = 49 - s. So the sums ss and 49s49 - s are equally likely. The partner of 1010 is 4910=39.49 - 10 = 39. Thus, D is the correct answer.

10.

In the rectangular parallelepiped shown, AB=3,AB = 3, BC=1,BC = 1, and CG=2.CG = 2. Point MM is the midpoint of FG.FG. What is the volume of the rectangular pyramid with base BCHEBCHE and apex M?M?

11

43\dfrac{4}{3}

32\dfrac{3}{2}

53\dfrac{5}{3}

22

Difficulty rating: 1570
Small Hint:

Place AA at the origin with the edges along the axes; find the rectangle BCHEBCHE and its area

Big Hint:

Volume =13= \tfrac13 ×(base area)\times (\text{base area}) ×(distance from M to base)\times (\text{distance from } M \text{ to base})

Solution:

Put AA at the origin with edges along the axes: A=(0,0,0),A = (0,0,0), B=(3,0,0),B = (3,0,0), C=(3,1,0),C = (3,1,0), E=(0,0,2),E = (0,0,2), H=(0,1,2),H = (0,1,2), F=(3,0,2),F = (3,0,2), G=(3,1,2),G = (3,1,2), so M=(3,12,2).M = (3, \tfrac12, 2). The base BCHEBCHE is a rectangle with BC=1BC = 1 and BE=32+22=13,BE = \sqrt{3^2 + 2^2} = \sqrt{13}, hence area 13.\sqrt{13}. Its plane is 2x+3z=6,2x + 3z = 6, and MM sits at distance 23+32613=613\frac{|2\cdot3 + 3\cdot2 - 6|}{\sqrt{13}} = \frac{6}{\sqrt{13}} from it. The volume is 1313613=2.\tfrac13 \cdot \sqrt{13} \cdot \frac{6}{\sqrt{13}} = 2. Therefore, the answer is E.

11.

Which of the following expressions is never a prime number when pp is a prime number?

p2+16p^2 + 16

p2+24p^2 + 24

p2+26p^2 + 26

p2+46p^2 + 46

p2+96p^2 + 96

Difficulty rating: 1500
Small Hint:

Test the expressions modulo 3;3; for a prime p3,p \ne 3, p21(mod3)p^2 \equiv 1 \pmod 3

Big Hint:

For the correct choice, also check p=3p = 3 separately, then show it is a multiple of 33 for all other primes

Solution:

Look at p2+26.p^2 + 26. When p=3,p = 3, it’s 35=57.35 = 5 \cdot 7. For any other prime, pp isn’t divisible by 3,3, so p21(mod3)p^2 \equiv 1 \pmod 3 and p2+261+20(mod3).p^2 + 26 \equiv 1 + 2 \equiv 0 \pmod 3. Either way it’s a multiple of 33 bigger than 3,3, hence composite. So it’s never prime. Thus, C is the correct answer.

12.

Line segment ABAB is a diameter of a circle with AB=24.AB = 24. Point C,C, not equal to AA or B,B, lies on the circle. As point CC moves around the circle, the centroid (center of mass) of ABC\triangle ABC traces out a closed curve missing two points. To the nearest positive integer, what is the area of the region bounded by this curve?

2525

3838

5050

6363

7575

Difficulty rating: 1530
Small Hint:

The centroid of ABC\triangle ABC is 13(A+B+C),\tfrac13(A + B + C), and A+BA + B is twice the center

Big Hint:

As CC moves on a circle of radius 12,12, the centroid moves on a circle of one third the radius

Solution:

Put the center OO at the origin, so A=(12,0)A = (-12, 0) and B=(12,0),B = (12, 0), while CC runs over the circle of radius 12.12. Then A+B=0,A + B = 0, so the centroid is 13(A+B+C)=13C.\tfrac13(A + B + C) = \tfrac13 C. As CC circles, 13C\tfrac13 C traces a circle of radius 123=4\tfrac{12}{3} = 4 (minus the two points where C=AC = A or BB). Its area is π42=16π50.\pi \cdot 4^2 = 16\pi \approx 50. Therefore, the answer is C.

13.

How many of the first 20182018 numbers in the sequence 101,101, 1001,1001, 10001,10001, 100001,100001, \ldots are divisible by 101?101?

253253

504504

505505

506506

10091009

Difficulty rating: 1570
Small Hint:

The kk-th term is 10k+1+1,10^{k+1} + 1, which is divisible by 101101 when 10k+11(mod101)10^{k+1} \equiv -1 \pmod{101}

Big Hint:

102=1001(mod101),10^2 = 100 \equiv -1 \pmod{101}, so 10m110^m \equiv -1 exactly when m2(mod4)m \equiv 2 \pmod 4

Solution:

The kk-th term is 10k+1+1,10^{k+1} + 1, which 101101 divides iff 10k+11(mod101).10^{k+1} \equiv -1 \pmod{101}. Notice 102=1001(mod101).10^2 = 100 \equiv -1 \pmod{101}. So 10m110^m \equiv -1 exactly when m2(mod4),m \equiv 2 \pmod 4, meaning k+12,k + 1 \equiv 2, that is k1(mod4).k \equiv 1 \pmod 4. Among k=1,2,,2018,k = 1, 2, \ldots, 2018, the values 1,5,,20171, 5, \ldots, 2017 number 505.505. Thus, C is the correct answer.

14.

A list of 20182018 positive integers has a unique mode, which occurs exactly 1010 times. What is the least number of distinct values that can occur in the list?

202202

223223

224224

225225

234234

Difficulty rating: 1660
Small Hint:

Every value other than the mode can appear at most 99 times, to keep the mode unique

Big Hint:

With dd distinct values the list holds at most 10+9(d1)10 + 9(d-1) entries; make this at least 20182018

Solution:

The mode shows up 1010 times. To keep the number of distinct values small, let every other value repeat as much as the rules allow, which is 99 times each (any more would tie the mode). With dd distinct values the list holds at most 10+9(d1)10 + 9(d-1) entries. We need 10+9(d1)2018,10 + 9(d-1) \ge 2018, so d1223.1,d - 1 \ge 223.1, giving d225.d \ge 225. Therefore, the answer is D.

15.

A closed box with a square base is to be wrapped with a square sheet of wrapping paper. The box is centered on the wrapping paper with the vertices of the base lying on the midlines of the square sheet of paper, as shown in the figure on the left. The four corners of the wrapping paper are to be folded up over the sides and brought together to meet at the center of the top of the box, point AA in the figure on the right. The box has base length ww and height h.h. What is the area of the sheet of wrapping paper?

2(w+h)22(w + h)^2

(w+h)22\dfrac{(w + h)^2}{2}

2w2+4wh2w^2 + 4wh

2w22w^2

w2hw^2 h

Difficulty rating: 1730
Small Hint:

If the sheet has side s,s, its center-to-corner distance is s2\dfrac{s}{\sqrt 2}

Big Hint:

Folding a corner to the top center covers, in a straight line, half the base, then the side of height h,h, then the other half of the top

Solution:

Let the sheet have side s.s. The base sits as a square of side ww turned 45,45^\circ, so the center is w2\tfrac{w}{2} from each base edge. A corner of the sheet lies s2\tfrac{s}{\sqrt2} from the center. Folding that corner up to the top center traces a straight line: w2\tfrac{w}{2} out to the base edge, then hh up the side, then w2\tfrac{w}{2} across the top. So s2=w2+h+w2=w+h.\tfrac{s}{\sqrt2} = \tfrac{w}{2} + h + \tfrac{w}{2} = w + h. Then s=2(w+h),s = \sqrt2\,(w + h), and the area is s2=2(w+h)2.s^2 = 2(w + h)^2. Thus, A is the correct answer.

16.

Let a1,a_1, a2,a_2, ,\ldots, a2018a_{2018} be a strictly increasing sequence of positive integers such that

a1+a2++a2018=20182018.a_1 + a_2 + \cdots + a_{2018} = 2018^{2018}.

What is the remainder when a13+a23++a20183a_1^3 + a_2^3 + \cdots + a_{2018}^3 is divided by 6?6?

00

11

22

33

44

Difficulty rating: 1710
Small Hint:

n3n(mod6),n^3 \equiv n \pmod 6, because n3n=(n1)n(n+1)n^3 - n = (n-1)n(n+1) is a product of three consecutive integers

Big Hint:

So the sum of cubes is congruent to 20182018(mod6);2018^{2018} \pmod 6; reduce that modulo 66

Solution:

For any integer n,n, n3n=(n1)n(n+1)n^3 - n = (n-1)n(n+1) is a product of three consecutive integers, so it’s divisible by 6.6. That means n3n(mod6).n^3 \equiv n \pmod 6. Summing, ai3ai\sum a_i^3 \equiv \sum a_i =20182018(mod6).= 2018^{2018} \pmod 6. Now 20182(mod6),2018 \equiv 2 \pmod 6, and powers of 22 mod 66 alternate 2,4,2,4,.2, 4, 2, 4, \ldots. The exponent 20182018 is even, so 220184(mod6).2^{2018} \equiv 4 \pmod 6. The remainder is 4.4. Therefore, the answer is E.

17.

In rectangle PQRS,PQRS, PQ=8PQ = 8 and QR=6.QR = 6. Points AA and BB lie on PQ,PQ, points CC and DD lie on QR,QR, points EE and FF lie on RS,RS, and points GG and HH lie on SPSP so that AP=BQ<4AP = BQ < 4 and the convex octagon ABCDEFGHABCDEFGH is equilateral. The length of a side of this octagon can be expressed in the form k+mn,k + m\sqrt{n}, where k,k, m,m, and nn are integers and nn is not divisible by the square of any prime. What is k+m+n?k + m + n?

11

77

2121

9292

106106

Difficulty rating: 1890
Small Hint:

The four cut corners are congruent right triangles with legs xx (on the sides of length 88) and yy (on the sides of length 66)

Big Hint:

The equal sides give 82x=62y=x2+y2;8 - 2x = 6 - 2y = \sqrt{x^2 + y^2}; the first equality gives y=x1,y = x - 1, then substitute and square

Solution:

Let ss be the octagon’s side length and let x=AP=BQ=8s2.x=AP=BQ=\frac{8-s}{2}. The right triangles APH\triangle APH and BQC\triangle BQC have the same hypotenuse ss and a leg of length x,x, so they are congruent; write PH=QC=y.PH=QC=y. Because CD=HG=sCD=HG=s and the vertical sides of the rectangle both have length 6,6, it follows that DR=GS.DR=GS. The right triangles at RR and SS are then congruent, so RE=SF.RE=SF. Since RS=8RS=8 and EF=s,EF=s, each of these equal lengths is 8s2=x.\frac{8-s}{2}=x. Thus all four cut corners have legs xx and y.y.

The equal octagon sides give 82x=62y=x2+y2.8-2x=6-2y=\sqrt{x^2+y^2}. The first equality gives y=x1.y=x-1. Substituting and squaring gives 2x230x+63=0,2x^2-30x+63=0, so the root with x<4x<4 is x=153112.x=\frac{15-3\sqrt{11}}{2}.

The side length is 82x=7+311,8-2x=-7+3\sqrt{11}, so k+m+n=7+3+11=7.k+m+n=-7+3+11=7. Thus, B is the correct answer.

18.

Three young brother-sister pairs from different families need to take a trip in a van. These six children will occupy the second and third rows in the van, each of which has three seats. To avoid disruptions, siblings may not sit right next to each other in the same row, and no child may sit directly in front of his or her sibling. How many seating arrangements are possible for this trip?

6060

7272

9292

9696

120120

Difficulty rating: 1930
Small Hint:

Show that each row must contain exactly one child from each family

Big Hint:

The third row’s families must differ from the second row’s in every column (a derangement), and each pair’s two children can be swapped between their seats

Solution:

Suppose some family put both children in one row. They’d have to take the non-adjacent seats 11 and 3,3, which forces the middle family’s two children into the same column. Not allowed. So each row holds exactly one child from each family. The second row is a permutation of the three families, 3!=63! = 6 ways. The third row needs a different family in every column, a derangement of the second row’s order, and there are 22 of those. Finally, each pair can swap its two children between their seats, 23=82^3 = 8 ways. The total is 628=96.6 \cdot 2 \cdot 8 = 96. Therefore, the answer is D.

19.

Joey and Chloe and their daughter Zoe all have the same birthday. Joey is 11 year older than Chloe, and Zoe is exactly 11 year old today. Today is the first of the 99 birthdays on which Chloe’s age will be an integral multiple of Zoe’s age. What will be the sum of the two digits of Joey’s age the next time his age is a multiple of Zoe’s age?

77

88

99

1010

1111

Difficulty rating: 1990
Small Hint:

Let Chloe be nn today. In tt years her age is a multiple of Zoe’s iff 1+t1 + t divides n1n - 1

Big Hint:

Exactly 99 such birthdays means n1n - 1 has 99 divisors; find the two-digit value, then repeat the divisor idea for Joey

Solution:

Let Chloe be nn today; Zoe is 1.1. In tt years their age ratio is n+t1+t=1+n11+t,\dfrac{n+t}{1+t}=1+\dfrac{n-1}{1+t}, which is an integer exactly when 1+t1+t divides n1.n-1. Thus n1n-1 has exactly 99 positive divisors.

A number with 99 divisors has the form p8p^8 or p2q2.p^2q^2. The only two-digit possibility is 2232=36,2^2\cdot3^2=36, so Chloe is 3737 and Joey is 38.38.

Joey’s age 38+t38+t is a multiple of Zoe’s age 1+t1+t exactly when 1+t1+t divides 37.37. The next time is t=36,t=36, when Joey is 74.74. Its digit sum is 7+4=11.7+4=11. Thus, E is the correct answer.

20.

A function ff is defined recursively by f(1)=f(2)=1f(1) = f(2) = 1 and

f(n)=f(n1)f(n2)+nf(n) = f(n - 1) - f(n - 2) + n

for all integers n3.n \ge 3. What is f(2018)?f(2018)?

20162016

20172017

20182018

20192019

20202020

Difficulty rating: 1910
Small Hint:

Look for a particular solution of the form f(n)=n+c;f(n) = n + c; subtracting it leaves g(n)=g(n1)g(n2)g(n) = g(n-1) - g(n-2)

Big Hint:

That homogeneous recursion is periodic with period 6;6; reduce 20182018 modulo 66

Solution:

Notice f(n)=n+1f(n) = n + 1 solves the recurrence on its own, so write f(n)=(n+1)+g(n).f(n) = (n + 1) + g(n). Then gg satisfies the homogeneous version g(n)=g(n1)g(n2).g(n) = g(n-1) - g(n-2). With g(1)=1g(1) = -1 and g(2)=2,g(2) = -2, it cycles with period 66: 1,2,1,1,2,1,.-1, -2, -1, 1, 2, 1, \ldots. Since 20182(mod6),2018 \equiv 2 \pmod 6, we get g(2018)=2,g(2018) = -2, so f(2018)=20192=2017.f(2018) = 2019 - 2 = 2017. Therefore, the answer is B.

21.

Mary chose an even 44-digit number n.n. She wrote down all the divisors of nn in increasing order from left to right: 1,1, 2,2, ,\ldots, n2,\frac{n}{2}, n.n. At some moment Mary wrote 323323 as a divisor of n.n. What is the smallest possible value of the next divisor written to the right of 323?323?

324324

330330

340340

361361

646646

Difficulty rating: 2100
Small Hint:

323=1719,323 = 17 \cdot 19, and nn is an even 44-digit multiple of 323323

Big Hint:

For a candidate next divisor d,d, nn must be a multiple of lcm(323,d);\operatorname{lcm}(323, d); find the smallest d>323d > 323 keeping that under 1000010000

Solution:

Let dd be the next divisor after 323.323. If gcd(d,323)=1,\gcd(d,323)=1, then nn is a multiple of 323d>3232>9999,323d>323^2>9999, impossible for a four-digit number. Thus gcd(d,323)>1.\gcd(d,323)>1.

Since 323=1719,323=17\cdot19, this gcd is at least 17.17. It also divides d323,d-323, so d32317d-323\ge17 and hence d340.d\ge340.

This bound is attained: for n=6460=2251719,n=6460=2^2\cdot5\cdot17\cdot19, both 323323 and 340340 are divisors. The lower bound shows there is no divisor between them. Thus the smallest possible next divisor is 340,340, and C is the correct answer.

22.

Real numbers xx and yy are chosen independently and uniformly at random from the interval [0,1].[0, 1]. Which of the following numbers is closest to the probability that x,x, y,y, and 11 are the side lengths of an obtuse triangle?

0.210.21

0.250.25

0.290.29

0.500.50

0.790.79

Difficulty rating: 2100
Small Hint:

A triangle with sides x,y,1x, y, 1 needs x+y>1;x + y > 1; since 11 is the longest side it is obtuse when x2+y2<1x^2 + y^2 < 1

Big Hint:

In the unit square this region is a quarter disk with the triangle below x+y=1x + y = 1 removed

Solution:

The three lengths x,y,1x, y, 1 make a triangle iff x+y>1.x + y > 1. Since 11 is the longest side, that triangle is obtuse iff x2+y2<1.x^2 + y^2 < 1. So in the unit square we want the region inside the quarter circle x2+y2=1x^2 + y^2 = 1 but above the line x+y=1.x + y = 1. That’s the quarter disk with the right triangle under the chord removed: π4120.285.\tfrac{\pi}{4} - \tfrac12 \approx 0.285. The closest choice is 0.29.0.29. Therefore, the answer is C.

23.

How many ordered pairs (a,b)(a, b) of positive integers satisfy the equation

ab+63=20lcm(a,b)+12gcd(a,b), \begin{aligned} a \cdot b + 63 &= 20 \cdot \operatorname{lcm}(a, b) \\ &\quad {}+ 12 \cdot \gcd(a, b), \end{aligned}

where gcd(a,b)\gcd(a, b) denotes the greatest common divisor of aa and b,b, and lcm(a,b)\operatorname{lcm}(a, b) denotes their least common multiple?

00

22

44

66

88

Difficulty rating: 2120
Small Hint:

Use ab=gcd(a,b)lcm(a,b);ab = \gcd(a,b) \cdot \operatorname{lcm}(a,b); let x=lcm(a,b)x = \operatorname{lcm}(a,b) and y=gcd(a,b)y = \gcd(a,b)

Big Hint:

The equation becomes (x12)(y20)=177=359;(x - 12)(y - 20) = 177 = 3 \cdot 59; also yy must divide xx

Solution:

Recall ab=gcd(a,b)lcm(a,b).ab=\gcd(a,b)\operatorname{lcm}(a,b). Let x=lcm(a,b)x=\operatorname{lcm}(a,b) and y=gcd(a,b).y=\gcd(a,b). The equation becomes (x12)(y20)=177=359.(x-12)(y-20)=177=3\cdot59.

The positive factor pairs give (x,y)=(13,197),(x,y)=(13,197), (189,21),(189,21), (15,79),(15,79), and (71,23).(71,23). The negative factor pairs make either xx or yy negative, so they are impossible. Also yy must divide x,x, and only (x,y)=(189,21)(x,y)=(189,21) passes.

Write a=21ua=21u and b=21v.b=21v. Then gcd(u,v)=1\gcd(u,v)=1 and uv=18921=9,uv=\frac{189}{21}=9, so (u,v)=(1,9)(u,v)=(1,9) or (9,1).(9,1). Hence the two ordered pairs are (21,189)(21,189) and (189,21),(189,21), and B is the correct answer.

24.

Let ABCDEFABCDEF be a regular hexagon with side length 1.1. Denote by X,X, Y,Y, and ZZ the midpoints of sides AB,AB, CD,CD, and EF,EF, respectively. What is the area of the convex hexagon whose interior is the intersection of the interiors of ACE\triangle ACE and XYZ?\triangle XYZ?

383\dfrac{3}{8}\sqrt{3}

7163\dfrac{7}{16}\sqrt{3}

15323\dfrac{15}{32}\sqrt{3}

123\dfrac{1}{2}\sqrt{3}

9163\dfrac{9}{16}\sqrt{3}

Difficulty rating: 2470
Small Hint:

ACE\triangle ACE is equilateral with side 3;\sqrt{3}; XYZ\triangle XYZ is equilateral with side 32\tfrac{3}{2}

Big Hint:

Centered at the hexagon’s center the two triangles are concentric and rotated 30;30^\circ; the overlap is XYZ\triangle XYZ minus its three protruding corner triangles

Solution:

The triangle XYZXYZ is equilateral with side 32,\frac{3}{2}, so its area is 34(32)2=9316.\dfrac{\sqrt3}{4}\left(\dfrac32\right)^2=\dfrac{9\sqrt3}{16}.

The triangles ACEACE and XYZXYZ are concentric and rotated 3030^\circ from each other. At each vertex of XYZ,XYZ, the sides of ACEACE cut off a 3030-6060-9090 triangle whose hypotenuse is the half-side segment AX=12.AX=\frac{1}{2}. Its legs are 14\frac{1}{4} and 34,\frac{\sqrt3}{4}, so each corner has area 332.\frac{\sqrt3}{32}.

Removing the three corners gives 93163332=15332.\dfrac{9\sqrt3}{16}-3\cdot\dfrac{\sqrt3}{32}=\dfrac{15\sqrt3}{32}. Therefore, the answer is C.

25.

Let x\lfloor x \rfloor denote the greatest integer less than or equal to x.x. How many real numbers xx satisfy the equation x2+10,000x=10,000x?x^2 + 10{,}000\lfloor x \rfloor = 10{,}000x?

197197

198198

199199

200200

201201

Difficulty rating: 2270
Small Hint:

Writing {x}=xx,\{x\} = x - \lfloor x \rfloor, the equation is x2=10,000{x},x^2 = 10{,}000\{x\}, so 0x2<10,0000 \le x^2 < 10{,}000

Big Hint:

On each interval [a,a+1)[a, a+1) there is a solution exactly when (a+1)2<10,000(a + 1)^2 \lt 10{,}000

Solution:

Let a=x.a = \lfloor x \rfloor. The equation reads x2=10,000(xa)x^2 = 10{,}000(x - a) =10,000{x},= 10{,}000\{x\}, and since 0{x}<1,0 \le \{x\} < 1, this forces 0x2<10,000,0 \le x^2 < 10{,}000, so 100<x<100.-100 < x < 100. On each interval [a,a+1)[a, a + 1) the quantity 10,000xx210{,}000x - x^2 increases from 10,000aa210{,}000a - a^2 and approaches, but does not reach, 10,000(a+1)(a+1)2.10{,}000(a+1) - (a+1)^2. It hits 10,000a10{,}000a exactly once precisely when (a+1)2<10,000.(a + 1)^2 < 10{,}000. That holds for the integers 100a98,-100 \le a \le 98, which is 199199 solutions. Thus, C is the correct answer.