2010 AIME II Exam Solutions

Scroll down to view professionally curated solutions from LIVE by Po-Shen Loh, print PDF solutions, view answer key, or:

Try Exam

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

1.

Let NN be the greatest integer multiple of 3636 all of whose digits are even and no two of whose digits are the same. Find the remainder when NN is divided by 1000.1000.

Concepts:divisibilitydigits

Difficulty rating: 1890

Solution:

Since 36=49,36 = 4 \cdot 9, the number NN must be divisible by both 44 and 9.9. Its digits are distinct members of {0,2,4,6,8},\{0, 2, 4, 6, 8\}, whose total is 20,20, so NN cannot use all five. The digit sum must be a multiple of 9,9, and being even it must be 18;18; the only such digit sets are {4,6,8}\{4, 6, 8\} and {0,4,6,8}.\{0, 4, 6, 8\}.

The largest number formed from {0,4,6,8}\{0, 4, 6, 8\} is 8640,8640, which ends in 40,40, a multiple of 4.4. So N=8640,N = 8640, and the remainder upon division by 10001000 is 640.640.

2.

A point PP is chosen at random in the interior of a unit square S.S. Let d(P)d(P) denote the distance from PP to the closest side of S.S. The probability that 15d(P)13\frac{1}{5} \le d(P) \le \frac{1}{3} is equal to mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Difficulty rating: 2020

Solution:

The points with d(P)td(P) \ge t form a concentric square of side 12t.1 - 2t. So d(P)15d(P) \ge \frac{1}{5} puts PP inside the concentric square of side 35,\frac{3}{5}, and d(P)13d(P) \le \frac{1}{3} keeps PP outside the open concentric square of side 13.\frac{1}{3}.

Since the unit square has area 1,1, the probability is the area between those two squares: (35)2(13)2=92519=8125225=56225.\left(\frac{3}{5}\right)^2 - \left(\frac{1}{3}\right)^2 = \frac{9}{25} - \frac{1}{9} = \frac{81 - 25}{225} = \frac{56}{225}. Thus m+n=56+225=281.m + n = 56 + 225 = 281.

3.

Let KK be the product of all factors (ba)(b - a) (not necessarily distinct) where aa and bb are integers satisfying 1a<b20.1 \le a \lt b \le 20. Find the greatest positive integer nn such that 2n2^n divides K.K.

Difficulty rating: 2230

Solution:

For each value v=ba,v = b - a, the pairs (a,b)=(1,v+1),(2,v+2),,(20v,20)(a, b) = (1, v+1), (2, v+2), \ldots, (20-v, 20) show that vv occurs exactly 20v20 - v times, so K=v=119v20v.K = \prod_{v=1}^{19} v^{20-v}. The exponent of 22 in KK is therefore v(20v)e(v),\sum_v (20 - v)\,e(v), where e(v)e(v) is the exponent of 22 in v.v.

Only even vv contribute: v=2,6,10,14,18v = 2, 6, 10, 14, 18 give e=1;e = 1; v=4,12v = 4, 12 give e=2;e = 2; v=8v = 8 gives e=3;e = 3; and v=16v = 16 gives e=4.e = 4. The total is 18+162+14+123+10+82+6+44+2=150,18 + 16 \cdot 2 + 14 + 12 \cdot 3 + 10 + 8 \cdot 2 + 6 + 4 \cdot 4 + 2 = 150, so n=150.n = 150.

4.

Dave arrives at an airport which has twelve gates arranged in a straight line with exactly 100100 feet between adjacent gates. His departure gate is assigned at random. After waiting at that gate, Dave is told the departure gate has been changed to a different gate, again at random. Let the probability that Dave walks 400400 feet or less to the new gate be a fraction mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Difficulty rating: 2170

Solution:

Number the gates 11 through 12.12. All 1211=13212 \cdot 11 = 132 ordered pairs of distinct (old, new) gates are equally likely, and Dave walks 400400 feet or less exactly when the gate numbers differ by at most 4.4.

A gate ii has min(i+4,12)max(i4,1)\min(i + 4, 12) - \max(i - 4, 1) qualifying new gates: gates 11 and 1212 have 44 each, gates 22 and 1111 have 5,5, gates 33 and 1010 have 6,6, gates 44 and 99 have 7,7, and gates 55 through 88 have 88 each. The total is 2(4+5+6+7)+48=76.2(4 + 5 + 6 + 7) + 4 \cdot 8 = 76.

The probability is 76132=1933,\frac{76}{132} = \frac{19}{33}, so m+n=19+33=52.m + n = 19 + 33 = 52.

5.

Positive numbers x,x, y,y, and zz satisfy xyz=1081xyz = 10^{81} and (log10x)(log10yz)+(log10y)(log10z)=468.(\log_{10} x)(\log_{10} yz) + (\log_{10} y)(\log_{10} z) = 468. Find (log10x)2+(log10y)2+(log10z)2.\sqrt{(\log_{10} x)^2 + (\log_{10} y)^2 + (\log_{10} z)^2}.

Difficulty rating: 2170

Solution:

Let a=log10x,a = \log_{10} x, b=log10y,b = \log_{10} y, and c=log10z.c = \log_{10} z. Taking logs of xyz=1081xyz = 10^{81} gives a+b+c=81.a + b + c = 81. Since log10yz=b+c,\log_{10} yz = b + c, the second condition is a(b+c)+bc=ab+ac+bc=468.a(b + c) + bc = ab + ac + bc = 468.

Squaring the sum, a2+b2+c2=(a+b+c)22(ab+ac+bc)=8122468=6561936=5625,a^2 + b^2 + c^2 = (a + b + c)^2 - 2(ab + ac + bc) = 81^2 - 2 \cdot 468 = 6561 - 936 = 5625, so the requested value is 5625=75.\sqrt{5625} = 75.

6.

Find the smallest positive integer nn with the property that the polynomial x4nx+63x^4 - nx + 63 can be written as a product of two nonconstant polynomials with integer coefficients.

Difficulty rating: 2500

Solution:

If there is a linear factor, then some integer bb is a root, so b4nb+63=0b^4 - nb + 63 = 0 and n=b3+63b,n = b^3 + \frac{63}{b}, forcing b63b \mid 63 and b>0.b \gt 0. The smallest value is 48,48, at b=3.b = 3.

Otherwise the polynomial splits into two quadratics, which we may take monic; since the x3x^3 coefficient vanishes, they have the form (x2+px+q)(x2px+r)=x4+(q+rp2)x2+p(rq)x+qr.(x^2 + px + q)(x^2 - px + r) = x^4 + (q + r - p^2)x^2 + p(r - q)x + qr. Matching coefficients gives q+r=p2,q + r = p^2, qr=63,qr = 63, and n=p(qr).n = p(q - r). The factor pairs of 6363 with square sum are {7,9}\{7, 9\} (sum 16,16, so p=4p = 4) and {1,63}\{1, 63\} (sum 64,64, so p=8p = 8), giving n=42=8n = 4 \cdot 2 = 8 or n=862=496.n = 8 \cdot 62 = 496.

The smallest positive value overall is n=8;n = 8; indeed (x2+4x+9)(x24x+7)=x48x+63.(x^2 + 4x + 9)(x^2 - 4x + 7) = x^4 - 8x + 63.

7.

Let P(z)=z3+az2+bz+c,P(z) = z^3 + az^2 + bz + c, where a,a, b,b, and cc are real. There exists a complex number ww such that the three roots of P(z)P(z) are w+3i,w + 3i, w+9i,w + 9i, and 2w4,2w - 4, where i2=1.i^2 = -1. Find a+b+c.|a + b + c|.

Difficulty rating: 2410

Solution:

Write w=x+yiw = x + yi with x,yx, y real. The sum of the roots is 4w+12i4=a,4w + 12i - 4 = -a, which is real, so 4y+12=04y + 12 = 0 and y=3.y = -3. The roots are then x,x, x+6i,x + 6i, and 2x46i.2x - 4 - 6i. Because the coefficients are real, the two non-real roots must be conjugates, so 2x4=x,2x - 4 = x, giving x=4.x = 4. The roots are 4,4, 4+6i,4 + 6i, and 46i.4 - 6i.

Now 1+a+b+c=P(1)=(14)(1(4+6i))(1(46i))=(3)(9+36)=135,1 + a + b + c = P(1) = (1 - 4)\bigl(1 - (4 + 6i)\bigr)\bigl(1 - (4 - 6i)\bigr) = (-3)(9 + 36) = -135, so a+b+c=136a + b + c = -136 and a+b+c=136.|a + b + c| = 136.

8.

Let NN be the number of ordered pairs of nonempty sets A\mathcal{A} and B\mathcal{B} that have the following properties: • AB={1,2,3,4,5,6,7,8,9,10,11,12},\mathcal{A} \cup \mathcal{B} = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\},AB=,\mathcal{A} \cap \mathcal{B} = \emptyset, • the number of elements of A\mathcal{A} is not an element of A,\mathcal{A}, • the number of elements of B\mathcal{B} is not an element of B.\mathcal{B}. Find N.N.

Difficulty rating: 2520

Solution:

Let k=A,k = |\mathcal{A}|, so B=12k|\mathcal{B}| = 12 - k with 1k11.1 \le k \le 11. Since every element lies in exactly one set, kAk \notin \mathcal{A} means kB,k \in \mathcal{B}, and 12kB12 - k \notin \mathcal{B} means 12kA.12 - k \in \mathcal{A}. If k=6,k = 6, then 66 would have to belong to both sets, which is impossible, so k6.k \ne 6.

For each other k,k, the elements kk and 12k12 - k are already placed, and the remaining k1k - 1 elements of A\mathcal{A} can be chosen from the other 1010 numbers in (10k1)\binom{10}{k-1} ways, with B\mathcal{B} taking the rest. Hence N=k=111(10k1)(105)=210252=772.N = \sum_{k=1}^{11} \binom{10}{k-1} - \binom{10}{5} = 2^{10} - 252 = 772.

9.

Let ABCDEFABCDEF be a regular hexagon. Let G,G, H,H, I,I, J,J, K,K, and LL be the midpoints of sides AB,AB, BC,BC, CD,CD, DE,DE, EF,EF, and AF,AF, respectively. The segments AH,AH, BI,BI, CJ,CJ, DK,DK, EL,EL, and FGFG bound a smaller regular hexagon. Let the ratio of the area of the smaller hexagon to the area of ABCDEFABCDEF be expressed as a fraction mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Solution:

Center the hexagon at the origin with circumradius 1:1: A=(1,0),A = (1, 0), B=(12,32),B = \left(\frac{1}{2}, \frac{\sqrt{3}}{2}\right), C=(12,32),C = \left(-\frac{1}{2}, \frac{\sqrt{3}}{2}\right), and F=(12,32).F = \left(\frac{1}{2}, -\frac{\sqrt{3}}{2}\right). Then H=(0,32)H = \left(0, \frac{\sqrt{3}}{2}\right) and G=(34,34).G = \left(\frac{3}{4}, \frac{\sqrt{3}}{4}\right). Rotation by 6060^\circ permutes the six segments, so the smaller hexagon is regular and concentric, and the area ratio is the square of the ratio of distances from the center to a vertex.

One vertex is the intersection of AHAH and FG.FG. Line AHAH is x+23y=1,x + \frac{2}{\sqrt{3}}\,y = 1, and line FGFG is y=33x23.y = 3\sqrt{3}\,x - 2\sqrt{3}. Substituting gives x+6x4=1,x + 6x - 4 = 1, so x=57x = \frac{5}{7} and y=37.y = \frac{\sqrt{3}}{7}.

That vertex has squared distance 2549+349=47\frac{25}{49} + \frac{3}{49} = \frac{4}{7} from the center, while AA is at distance 1.1. The ratio of areas is 47,\frac{4}{7}, and m+n=4+7=11.m + n = 4 + 7 = 11.

10.

Find the number of second-degree polynomials f(x)f(x) with integer coefficients and integer zeros for which f(0)=2010.f(0) = 2010.

Difficulty rating: 2890

Solution:

Write f(x)=a(xr)(xs)f(x) = a(x - r)(x - s) with integer roots r,s;r, s; such a polynomial is determined by aa and the unordered pair {r,s}.\{r, s\}. The condition f(0)=2010f(0) = 2010 says ars=2010=23567.a \cdot rs = 2010 = 2 \cdot 3 \cdot 5 \cdot 67. Since 20102010 is squarefree, each of the four primes goes entirely to one of a,|a|, r,|r|, s.|s|.

First suppose rs.|r| \ne |s|. Choosing which k1k \ge 1 of the four primes divide the roots ((4k)\binom{4}{k} ways) and splitting those primes between the two roots (2k12^{k-1} unordered ways) gives k=14(4k)2k1=4+12+16+8=40\sum_{k=1}^{4} \binom{4}{k} 2^{k-1} = 4 + 12 + 16 + 8 = 40 choices of magnitudes. For each, the four sign patterns (+,+),(+,+), (+,),(+,-), (,+),(-,+), (,)(-,-) of (r,s)(r, s) are distinct and each forces the sign of a,a, giving 440=1604 \cdot 40 = 160 polynomials.

If r=s,|r| = |s|, squarefreeness forces r=s=1,|r| = |s| = 1, so a=2010:|a| = 2010: the options are roots 1,11, 1 or 1,1-1, -1 with a=2010,a = 2010, or roots 1,11, -1 with a=2010,a = -2010, adding 33 more. In total 160+3=163.160 + 3 = 163.

11.

Define a T-grid to be a 3×33 \times 3 matrix which satisfies the following two properties: (1) exactly five of the entries are 11's, and the remaining four entries are 00's, and (2) among the eight rows, columns, and long diagonals (the long diagonals are {a13,a22,a31}\{a_{13}, a_{22}, a_{31}\} and {a11,a22,a33}\{a_{11}, a_{22}, a_{33}\}), no more than one of the eight has all three entries equal. Find the number of distinct T-grids.

Difficulty rating: 3060

Solution:

There are (95)=126\binom{9}{5} = 126 matrices satisfying (1); we subtract those with two or more constant lines. Two lines of 00's are impossible (they would need at least 55 zeros), and a line of 11's and a line of 00's cannot cross, so they must be parallel rows or parallel columns; likewise two lines of 11's cannot be parallel (66 ones), so they must cross, using exactly 3+31=53 + 3 - 1 = 5 ones.

Case 1: a line of 11's and a parallel line of 00's. There are 66 choices for the all-11 row or column, 22 for the parallel all-00 line, and 33 ways to fill the remaining parallel line with two 11's and one 0:0: 623=366 \cdot 2 \cdot 3 = 36 matrices. Every perpendicular line then contains both a 11 and a 0,0, so no third constant line appears and nothing is double-counted.

Case 2: two crossing lines of 11's and 00's elsewhere. The pair can be a row and a column (33=93 \cdot 3 = 9), a row or column with a diagonal (62=126 \cdot 2 = 12), or the two diagonals (11), for 2222 matrices; one checks the four remaining 00's never form a constant line. So 1263622=68.126 - 36 - 22 = 68.

12.

Two noncongruent integer-sided isosceles triangles have the same perimeter and the same area. The ratio of the lengths of the bases of the two triangles is 8:7.8 : 7. Find the minimum possible value of their common perimeter.

Solution:

Since the integer bases are in ratio 8:7,8 : 7, they are 8a8a and 7a7a for a positive integer a.a. Equal areas make the corresponding altitudes inversely proportional to the bases, say 7h7h and 8h.8h. The legs are then 16a2+49h2\sqrt{16a^2 + 49h^2} and 494a2+64h2,\sqrt{\frac{49}{4}a^2 + 64h^2}, and equal perimeters give 8a+216a2+49h2=7a+2494a2+64h2.8a + 2\sqrt{16a^2 + 49h^2} = 7a + 2\sqrt{\tfrac{49}{4}a^2 + 64h^2}.

Moving 7a7a to the left and squaring yields a16a2+49h2=15h24a2;a\sqrt{16a^2 + 49h^2} = 15h^2 - 4a^2; squaring again and simplifying leaves 225h4=169a2h2,225h^4 = 169a^2h^2, so h=13a15.h = \frac{13a}{15}. The legs become 16a2+49169a2225=109a15and494a2+64169a2225=233a30.\sqrt{16a^2 + 49 \cdot \tfrac{169a^2}{225}} = \frac{109a}{15} \qquad \text{and} \qquad \sqrt{\tfrac{49}{4}a^2 + 64 \cdot \tfrac{169a^2}{225}} = \frac{233a}{30}.

For all sides to be integers, 3030 must divide a.a. Taking a=30a = 30 gives the triangles (218,218,240)(218, 218, 240) and (233,233,210),(233, 233, 210), each with perimeter 676676 and area 21840.21840. The minimum common perimeter is 676.676.

13.

The 5252 cards in a deck are numbered 1,2,,52.1, 2, \ldots, 52. Alex, Blair, Corey, and Dylan each picks a card from the deck without replacement and with each card being equally likely to be picked. The two persons with lower numbered cards form a team, and the two persons with higher numbered cards form another team. Let p(a)p(a) be the probability that Alex and Dylan are on the same team, given that Alex picks one of the cards aa and a+9,a + 9, and Dylan picks the other of these two cards. The minimum value of p(a)p(a) for which p(a)12p(a) \ge \frac{1}{2} can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Difficulty rating: 3060

Solution:

Condition on Alex and Dylan holding aa and a+9.a + 9. Blair and Corey then draw 22 of the remaining 5050 cards, and Alex and Dylan are teammates exactly when both of those cards are below aa (Alex and Dylan are the high team) or both are above a+9a + 9 (the low team). There are a1a - 1 cards below and 52(a+9)=43a52 - (a + 9) = 43 - a cards above, so p(a)=(a12)+(43a2)(502).p(a) = \frac{\binom{a-1}{2} + \binom{43-a}{2}}{\binom{50}{2}}.

The numerator is (a1)(a2)+(43a)(42a)2=a244a+904,\frac{(a-1)(a-2) + (43-a)(42-a)}{2} = a^2 - 44a + 904, so p(a)12p(a) \ge \frac{1}{2} becomes a244a+90425492,a^2 - 44a + 904 \ge \frac{25 \cdot 49}{2}, that is, (a22)23852.(a - 22)^2 \ge \frac{385}{2}. Since aa is an integer, a2214,|a - 22| \ge 14, so a8a \le 8 or a36.a \ge 36.

The parabola is smallest at the admissible points closest to a=22:a = 22: p(8)=p(36)=(72)+(352)(502)=6161225=88175,p(8) = p(36) = \frac{\binom{7}{2} + \binom{35}{2}}{\binom{50}{2}} = \frac{616}{1225} = \frac{88}{175}, which is indeed at least 12.\frac{1}{2}. Thus m+n=88+175=263.m + n = 88 + 175 = 263.

14.

In right triangle ABCABC with the right angle at C,C, BAC<45\angle BAC \lt 45^\circ and AB=4.AB = 4. Point PP on AB\overline{AB} has the properties that APC=2ACP\angle APC = 2\angle ACP and CP=1.CP = 1. The ratio APBP\frac{AP}{BP} can be represented in the form p+qr,p + q\sqrt{r}, where p,p, q,q, and rr are positive integers and rr is not divisible by the square of any prime. Find p+q+r.p + q + r.

Solution:

Because the right angle is at C,C, segment ABAB is a diameter of the circumcircle; let OO be its center, so the radius is 2.2. Let α=ACP\alpha = \angle ACP and extend CP\overline{CP} to meet the circle again at D.D. The central angle over arc ADAD is AOD=2ACD=2α,\angle AOD = 2\angle ACD = 2\alpha, while vertical angles give DPB=APC=2α.\angle DPB = \angle APC = 2\alpha. So OD\overline{OD} and PD\overline{PD} make equal angles with line AB,AB, and triangle ODPODP is isosceles with DP=DO=2.DP = DO = 2.

By the power of the point P,P, APPB=CPPD=12=2,AP+PB=4,AP \cdot PB = CP \cdot PD = 1 \cdot 2 = 2, \qquad AP + PB = 4, so APAP and PBPB are the roots of t24t+2,t^2 - 4t + 2, namely 2±2.2 \pm \sqrt{2}. Since BAC<45,\angle BAC \lt 45^\circ, we have BC<ACBC \lt AC with AC2+BC2=16,AC^2 + BC^2 = 16, so AC>22,AC \gt 2\sqrt{2}, and the triangle inequality gives APACCP>221>22.AP \ge AC - CP \gt 2\sqrt{2} - 1 \gt 2 - \sqrt{2}. Hence AP=2+2.AP = 2 + \sqrt{2}.

Therefore APBP=2+222=(2+2)22=3+22,\frac{AP}{BP} = \frac{2 + \sqrt{2}}{2 - \sqrt{2}} = \frac{(2 + \sqrt{2})^2}{2} = 3 + 2\sqrt{2}, and p+q+r=3+2+2=7.p + q + r = 3 + 2 + 2 = 7.

15.

In triangle ABC,ABC, AC=13,AC = 13, BC=14,BC = 14, and AB=15.AB = 15. Points MM and DD lie on AC\overline{AC} with AM=MCAM = MC and ABD=DBC.\angle ABD = \angle DBC. Points NN and EE lie on AB\overline{AB} with AN=NBAN = NB and ACE=ECB.\angle ACE = \angle ECB. Let PP be the other point of intersection of the circumcircles of AMN\triangle AMN and ADE.\triangle ADE. Ray APAP meets BC\overline{BC} at Q.Q. The ratio BQCQ\frac{BQ}{CQ} can be written in the form mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find mn.m - n.

Solution:

By the angle bisector theorem, AE=132715AE = \frac{13}{27} \cdot 15 and CD=142913,CD = \frac{14}{29} \cdot 13, so EE lies on AN\overline{AN} and DD lies on MC,\overline{MC}, with NE=ANAE=152659=518,MD=CMCD=13218229=1358.NE = AN - AE = \frac{15}{2} - \frac{65}{9} = \frac{5}{18}, \qquad MD = CM - CD = \frac{13}{2} - \frac{182}{29} = \frac{13}{58}.

Since AMPNAMPN is cyclic, ENP=ANP=180AMP=DMP,\angle ENP = \angle ANP = 180^\circ - \angle AMP = \angle DMP, and since AEPDAEPD is cyclic, NEP=180AEP=ADP=MDP.\angle NEP = 180^\circ - \angle AEP = \angle ADP = \angle MDP. Hence triangles ENPENP and DMPDMP are similar, so NPMP=NEMD.\frac{NP}{MP} = \frac{NE}{MD}. By the law of sines in triangles ANPANP and AMP,AMP, whose angles ANP\angle ANP and AMP\angle AMP are supplementary, sinBAQsinCAQ=sinNAPsinMAP=NPMP=5/1813/58=145117.\frac{\sin\angle BAQ}{\sin\angle CAQ} = \frac{\sin\angle NAP}{\sin\angle MAP} = \frac{NP}{MP} = \frac{5/18}{13/58} = \frac{145}{117}.

Comparing the areas of triangles ABQABQ and ACQ,ACQ, which share the cevian AQ,\overline{AQ}, BQCQ=[ABQ][ACQ]=ABsinBAQACsinCAQ=1513145117=725507,\frac{BQ}{CQ} = \frac{[ABQ]}{[ACQ]} = \frac{AB \sin\angle BAQ}{AC \sin\angle CAQ} = \frac{15}{13} \cdot \frac{145}{117} = \frac{725}{507}, which is in lowest terms since 507=3132507 = 3 \cdot 13^2 and 725=5229.725 = 5^2 \cdot 29. Thus mn=725507=218.m - n = 725 - 507 = 218.