2015 AIME II Exam Problems

Scroll down and press Start to try the exam! Or, go to the printable PDF, answer key, or professional solutions curated by LIVE by Po-Shen Loh.

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).

Or jump straight to one problem with its solution: 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15

Want to learn professionally through interactive video classes?

Learn LIVE

Time Left:

3:00:00

1.

Let NN be the least positive integer that is both 2222 percent less than one integer and 1616 percent greater than another integer. Find the remainder when NN is divided by 1000.1000.

Answer: 131
Concepts:percentagedivisibilityleast common multiple

Difficulty rating: 2050

Solution:

The conditions say N=78100a=3950aN = \frac{78}{100}a = \frac{39}{50}a and N=116100b=2925bN = \frac{116}{100}b = \frac{29}{25}b for some integers aa and b.b. Since gcd(39,50)=1,\gcd(39, 50) = 1, the first equation forces 50a,50 \mid a, so NN is a multiple of 39;39; since gcd(29,25)=1,\gcd(29, 25) = 1, the second forces 25b,25 \mid b, so NN is a multiple of 29.29.

The least positive integer divisible by both is N=3929=1131,N = 39 \cdot 29 = 1131, achieved with a=1450a = 1450 and b=975.b = 975. The remainder upon division by 10001000 is 131.131.

2.

In a new school 4040 percent of the students are freshmen, 3030 percent are sophomores, 2020 percent are juniors, and 1010 percent are seniors. All freshmen are required to take Latin, and 8080 percent of the sophomores, 5050 percent of the juniors, and 2020 percent of the seniors elect to take Latin. The probability that a randomly chosen Latin student is a sophomore is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Answer: 25

Difficulty rating: 1750

Solution:

Assume the school has 100100 students. The Latin students are then 4040 freshmen, 30(0.8)=2430(0.8) = 24 sophomores, 20(0.5)=1020(0.5) = 10 juniors, and 10(0.2)=210(0.2) = 2 seniors, for a total of 76.76.

The probability that a random Latin student is a sophomore is 2476=619,\frac{24}{76} = \frac{6}{19}, so m+n=6+19=25.m + n = 6 + 19 = 25.

3.

Let mm be the least positive integer divisible by 1717 whose digits sum to 17.17. Find m.m.

Answer: 476

Difficulty rating: 2070

Solution:

Every number is congruent to its digit sum modulo 9,9, so m=17nm = 17n must satisfy 17n17(mod9),17n \equiv 17 \pmod 9, that is 8n8(mod9),8n \equiv 8 \pmod 9, which gives n1(mod9).n \equiv 1 \pmod 9.

Checking the candidates in increasing order: n=1,10,19n = 1, 10, 19 give 17,17, 170,170, 323,323, with digit sums 88 each, but n=28n = 28 gives 1728=47617 \cdot 28 = 476 with digit sum 4+7+6=17.4 + 7 + 6 = 17. So m=476.m = 476.

4.

In an isosceles trapezoid, the parallel bases have lengths log3\log 3 and log192,\log 192, and the altitude to these bases has length log16.\log 16. The perimeter of the trapezoid can be written in the form log2p3q,\log 2^p 3^q, where pp and qq are positive integers. Find p+q.p + q.

Answer: 18

Difficulty rating: 2170

Solution:

Dropping altitudes from the ends of the short base, each leg is the hypotenuse of a right triangle whose legs are the altitude log16=4log2\log 16 = 4\log 2 and half the difference of the bases, 12(log192log3)=12log64=3log2.\frac{1}{2}(\log 192 - \log 3) = \frac{1}{2}\log 64 = 3 \log 2. By the 33-44-55 ratio, each leg has length 5log2.5 \log 2.

The perimeter is log3+log192+25log2=log(3192)+log210=log(2632)+log210=log21632,\log 3 + \log 192 + 2 \cdot 5\log 2 = \log(3 \cdot 192) + \log 2^{10} = \log(2^6 3^2) + \log 2^{10} = \log 2^{16} 3^2, so p+q=16+2=18.p + q = 16 + 2 = 18.

5.

Two unit squares are selected at random without replacement from an n×nn \times n grid of unit squares. Find the least positive integer nn such that the probability that the two selected squares are horizontally or vertically adjacent is less than 12015.\frac{1}{2015}.

Answer: 90

Difficulty rating: 2270

Solution:

Each of the nn rows contains n1n - 1 horizontally adjacent pairs, so there are n(n1)n(n-1) horizontal pairs and likewise n(n1)n(n-1) vertical pairs. Out of (n22)=n2(n21)2\binom{n^2}{2} = \frac{n^2(n^2-1)}{2} equally likely pairs, the probability of adjacency is 2n(n1)2n2(n21)=4n(n+1).\frac{2n(n-1) \cdot 2}{n^2(n^2 - 1)} = \frac{4}{n(n+1)}.

We need n(n+1)>42015=8060.n(n+1) \gt 4 \cdot 2015 = 8060. Since 8990=801089 \cdot 90 = 8010 and 9091=8190,90 \cdot 91 = 8190, the least such nn is 90.90.

6.

Steve says to Jon, "I am thinking of a polynomial whose roots are all positive integers. The polynomial has the form P(x)=2x32ax2+(a281)xcP(x) = 2x^3 - 2ax^2 + (a^2 - 81)x - c for some positive integers aa and c.c. Can you tell me the values of aa and c?c?"

After some calculations, Jon says, "There is more than one such polynomial."

Steve says, "You're right. Here is the value of a.a." He writes down a positive integer and asks, "Can you tell me the value of c?c?"

Jon says, "There are still two possible values of c.c."

Find the sum of the two possible values of c.c.

Answer: 440
Solution:

Dividing by 2,2, the roots rstr \le s \le t satisfy r+s+t=a,r + s + t = a, rs+rt+st=a2812,rs + rt + st = \frac{a^2 - 81}{2}, and rst=c2.rst = \frac{c}{2}. Therefore r2+s2+t2=(r+s+t)22(rs+rt+st)=a2(a281)=81.r^2 + s^2 + t^2 = (r + s + t)^2 - 2(rs + rt + st) = a^2 - (a^2 - 81) = 81.

The triples of positive integers whose squares sum to 8181 are (1,4,8),(1, 4, 8), (4,4,7),(4, 4, 7), and (3,6,6),(3, 6, 6), with a=r+s+ta = r + s + t equal to 13,13, 15,15, and 15.15. Since knowing aa still left Jon two choices, a=15,a = 15, and the two polynomials come from (4,4,7)(4, 4, 7) and (3,6,6).(3, 6, 6).

The corresponding values of c=2rstc = 2rst are 2447=2242 \cdot 4 \cdot 4 \cdot 7 = 224 and 2366=216,2 \cdot 3 \cdot 6 \cdot 6 = 216, with sum 224+216=440.224 + 216 = 440.

7.

Triangle ABCABC has side lengths AB=12,AB = 12, BC=25,BC = 25, and CA=17.CA = 17. Rectangle PQRSPQRS has vertex PP on AB,\overline{AB}, vertex QQ on AC,\overline{AC}, and vertices RR and SS on BC.\overline{BC}. In terms of the side length PQ=w,PQ = w, the area of PQRSPQRS can be expressed as the quadratic polynomial Area(PQRS)=αwβw2.\text{Area}(PQRS) = \alpha w - \beta \cdot w^2. Then the coefficient β=mn,\beta = \frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Answer: 161

Difficulty rating: 2470

Solution:

By Heron's formula with s=27,s = 27, the area of ABCABC is 2721015=8100=90,\sqrt{27 \cdot 2 \cdot 10 \cdot 15} = \sqrt{8100} = 90, so the altitude from AA to BC\overline{BC} has length h=29025=365.h = \frac{2 \cdot 90}{25} = \frac{36}{5}.

Since PQBC,\overline{PQ} \parallel \overline{BC}, triangle APQAPQ is similar to ABCABC with ratio w25,\frac{w}{25}, so the distance from AA down to line PQPQ is w25h,\frac{w}{25}h, and the rectangle's height is PS=hw25h.PS = h - \frac{w}{25}h. The area is wh(1w25)=365w36125w2.w \cdot h\left(1 - \frac{w}{25}\right) = \frac{36}{5}\,w - \frac{36}{125}\,w^2.

Thus β=36125,\beta = \frac{36}{125}, and m+n=36+125=161.m + n = 36 + 125 = 161.

8.

Let aa and bb be positive integers satisfying ab+1a+b<32.\frac{ab + 1}{a + b} \lt \frac{3}{2}. The maximum possible value of a3b3+1a3+b3\frac{a^3 b^3 + 1}{a^3 + b^3} is pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

Answer: 36
Solution:

If a=1a = 1 or b=1,b = 1, then a3b3+1a3+b3=1.\frac{a^3b^3 + 1}{a^3 + b^3} = 1. So assume a,b2.a, b \ge 2. Clearing denominators, the hypothesis says 2ab+2<3a+3b,2ab + 2 \lt 3a + 3b, and multiplying by 22 and rearranging gives (2a3)(2b3)=4ab6a6b+9<5.(2a - 3)(2b - 3) = 4ab - 6a - 6b + 9 \lt 5.

For a,b2a, b \ge 2 both factors are positive odd integers, so up to symmetry the only options are (a,b)=(2,2)(a, b) = (2, 2) and (2,3)(2, 3) (both of which do satisfy the original inequality, while (3,3)(3, 3) gives the product 99).

The values are 6516\frac{65}{16} for (2,2)(2, 2) and 827+18+27=21735=315\frac{8 \cdot 27 + 1}{8 + 27} = \frac{217}{35} = \frac{31}{5} for (2,3).(2, 3). The larger is 315,\frac{31}{5}, so p+q=31+5=36.p + q = 31 + 5 = 36.

9.

A cylindrical barrel with radius 44 feet and height 1010 feet is full of water. A solid cube with side length 88 feet is set into the barrel so that the diagonal of the cube is vertical. The volume of water thus displaced is vv cubic feet. Find v2.v^2.

Answer: 384

Difficulty rating: 2760

Solution:

The displaced volume equals the volume of the part of the cube lying below the plane of the barrel's rim. By symmetry that region is a tetrahedron cut from the bottom corner of the cube: three mutually perpendicular edges of equal length \ell along the cube's edges, capped by an equilateral triangle in the rim plane. The equilateral cross-section is inscribed in the rim circle of radius 4,4, so its side length is 43,4\sqrt{3}, and therefore =432=26.\ell = \frac{4\sqrt{3}}{\sqrt{2}} = 2\sqrt{6}.

Taking one of the right isosceles faces as the base, the volume is 13(122)=36=(26)36=4866=86.\frac{1}{3}\left(\frac{1}{2}\ell^2\right)\ell = \frac{\ell^3}{6} = \frac{(2\sqrt{6})^3}{6} = \frac{48\sqrt{6}}{6} = 8\sqrt{6}.

Thus v=86v = 8\sqrt{6} and v2=646=384.v^2 = 64 \cdot 6 = 384.

10.

Call a permutation a1,a2,,ana_1, a_2, \ldots, a_n of the integers 1,2,,n1, 2, \ldots, n quasi-increasing if akak+1+2a_k \le a_{k+1} + 2 for each 1kn1.1 \le k \le n - 1. For example, 5342153421 and 1425314253 are quasi-increasing permutations of the integers 1,2,3,4,5,1, 2, 3, 4, 5, but 4512345123 is not. Find the number of quasi-increasing permutations of the integers 1,2,,7.1, 2, \ldots, 7.

Answer: 486

Difficulty rating: 2890

Solution:

Let SnS_n be the number of quasi-increasing permutations of 1,,n.1, \ldots, n. Insert nn into a quasi-increasing permutation of 1,,n1:1, \ldots, n - 1: the entry following nn must be at least n2,n - 2, so nn can go immediately before n1,n - 1, immediately before n2,n - 2, or at the very end — exactly 33 positions, and each insertion keeps every other adjacent condition intact.

Conversely, deleting nn from a quasi-increasing permutation of 1,,n1, \ldots, n leaves a quasi-increasing permutation of 1,,n1,1, \ldots, n - 1, since the entries around the deleted nn satisfy ak1n1ak+1+2a_{k-1} \le n - 1 \le a_{k+1} + 2 when n3.n \ge 3. So Sn=3Sn1S_n = 3S_{n-1} for n3.n \ge 3.

Since S2=2,S_2 = 2, we get S7=235=486.S_7 = 2 \cdot 3^5 = 486.

11.

The circumcircle of acute ABC\triangle ABC has center O.O. The line passing through point OO perpendicular to OB\overline{OB} intersects lines ABAB and BCBC at PP and Q,Q, respectively. Also AB=5,AB = 5, BC=4,BC = 4, BQ=4.5,BQ = 4.5, and BP=mn,BP = \frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Answer: 23
Solution:

The central angle over BC\overline{BC} is BOC=2A,\angle BOC = 2\angle A, and OB=OCOB = OC makes triangle OBCOBC isosceles, so OBC=90A.\angle OBC = 90^\circ - \angle A. In triangle OBQOBQ the angle at OO is 90,90^\circ, hence BQP=90OBQ=90(90A)=A.\angle BQP = 90^\circ - \angle OBQ = 90^\circ - (90^\circ - \angle A) = \angle A.

Triangles BQPBQP and BACBAC share the angle at BB and have BQP=BAC,\angle BQP = \angle BAC, so they are similar, giving BPBC=BQBA.\frac{BP}{BC} = \frac{BQ}{BA}. Therefore BP=BQBCBA=4.545=185,BP = \frac{BQ \cdot BC}{BA} = \frac{4.5 \cdot 4}{5} = \frac{18}{5}, and m+n=18+5=23.m + n = 18 + 5 = 23.

12.

There are 210=10242^{10} = 1024 possible 1010-letter strings in which each letter is either an A or a B. Find the number of such strings that do not have more than 33 adjacent letters that are identical.

Answer: 548

Difficulty rating: 2890

Solution:

The condition says every maximal run of identical letters has length at most 3.3. Let sns_n count the valid strings of length nn whose first letter is A; by symmetry the answer is 2s10.2s_{10}. Removing the first run (of length 1,1, 2,2, or 33) leaves a valid shorter string beginning with B, so sn=sn1+sn2+sn3.s_n = s_{n-1} + s_{n-2} + s_{n-3}.

Starting from s1=1,s_1 = 1, s2=2,s_2 = 2, s3=4,s_3 = 4, the sequence runs 7,13,24,44,81,149,274,7, 13, 24, 44, 81, 149, 274, so s10=274.s_{10} = 274.

The number of valid strings is 2274=548.2 \cdot 274 = 548.

13.

Define the sequence a1,a2,a3,a_1, a_2, a_3, \ldots by an=k=1nsin(k),a_n = \sum_{k=1}^{n} \sin(k), where kk represents radian measure. Find the index of the 100100th term for which an<0.a_n \lt 0.

Answer: 628
Solution:

Multiplying each term by 2sin122\sin\frac{1}{2} and using 2sinksin12=cos(k12)cos(k+12),2\sin k \sin\frac{1}{2} = \cos\left(k - \frac{1}{2}\right) - \cos\left(k + \frac{1}{2}\right), the sum telescopes: an=cos12cos(n+12)2sin12.a_n = \frac{\cos\frac{1}{2} - \cos\left(n + \frac{1}{2}\right)}{2\sin\frac{1}{2}}.

So an<0a_n \lt 0 exactly when cos(n+12)>cos12,\cos\left(n + \frac{1}{2}\right) \gt \cos\frac{1}{2}, which happens exactly when n+12n + \frac{1}{2} is within 12\frac{1}{2} of a multiple of 2π:2\pi: 2πm12<n+12<2πm+12,i.e.2πm1<n<2πm.2\pi m - \tfrac{1}{2} \lt n + \tfrac{1}{2} \lt 2\pi m + \tfrac{1}{2}, \qquad \text{i.e.} \qquad 2\pi m - 1 \lt n \lt 2\pi m. Each interval (2πm1,2πm)(2\pi m - 1,\, 2\pi m) has length 11 and contains exactly one integer, namely 2πm.\lfloor 2\pi m \rfloor.

Hence the 100100th negative term has index 200π.\lfloor 200\pi \rfloor. Since 3.14<π<3.145,3.14 \lt \pi \lt 3.145, we have 628<200π<629,628 \lt 200\pi \lt 629, so the index is 628.628.

14.

Let xx and yy be real numbers satisfying x4y5+y4x5=810x^4 y^5 + y^4 x^5 = 810 and x3y6+y3x6=945.x^3 y^6 + y^3 x^6 = 945. Evaluate 2x3+(xy)3+2y3.2x^3 + (xy)^3 + 2y^3.

Answer: 89

Difficulty rating: 3160

Solution:

The equations factor as x4y4(x+y)=810x^4y^4(x + y) = 810 and x3y3(x3+y3)=945.x^3y^3(x^3 + y^3) = 945. With s=x+ys = x + y and p=xy,p = xy, using x3+y3=s(s23p),x^3 + y^3 = s(s^2 - 3p), they become p4s=810p^4 s = 810 and p3s(s23p)=945.p^3 s\,(s^2 - 3p) = 945. Dividing, s23pp=945810=76,so6s2=25p.\frac{s^2 - 3p}{p} = \frac{945}{810} = \frac{7}{6}, \qquad \text{so} \qquad 6s^2 = 25p.

Substituting p=6s225p = \frac{6s^2}{25} into p4s=810p^4 s = 810 gives (625)4s9=810,\left(\frac{6}{25}\right)^4 s^9 = 810, so s9=8103906251296=19531258,s^9 = 810 \cdot \frac{390625}{1296} = \frac{1953125}{8}, which means s3=1252.s^3 = \frac{125}{2}. Then ps=6s325=15ps = \frac{6s^3}{25} = 15 and p3=216s6253=21615625/415625=54.p^3 = \frac{216 s^6}{25^3} = \frac{216 \cdot 15625/4}{15625} = 54.

Finally 2x3+(xy)3+2y3=2(s33ps)+p3=2(125245)+54=35+54=89.2x^3 + (xy)^3 + 2y^3 = 2(s^3 - 3ps) + p^3 = 2\left(\frac{125}{2} - 45\right) + 54 = 35 + 54 = 89.

15.

Circles P\mathcal{P} and Q\mathcal{Q} have radii 11 and 4,4, respectively, and are externally tangent at point A.A. Point BB is on P\mathcal{P} and point CC is on Q\mathcal{Q} so that line BCBC is a common external tangent of the two circles. A line \ell through AA intersects P\mathcal{P} again at DD and intersects Q\mathcal{Q} again at E.E. Points BB and CC lie on the same side of ,\ell, and the areas of DBA\triangle DBA and ACE\triangle ACE are equal. This common area is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Answer: 129
Solution:

Place line BCBC on the xx-axis, so the centers are P=(0,1)P = (0, 1) and Q=(4,4)Q = (4, 4) (their distance is 1+4=51 + 4 = 5), with B=(0,0),B = (0, 0), C=(4,0),C = (4, 0), and the tangency point A=P+15(QP)=(45,85).A = P + \frac{1}{5}(Q - P) = \left(\frac{4}{5}, \frac{8}{5}\right). The homothety centered at AA with ratio 4-4 carries P\mathcal{P} to Q\mathcal{Q} and DD to E,E, so AE=4AD.AE = 4\,AD. Since [DBA]=12ADd(B,)[DBA] = \frac{1}{2} AD \cdot d(B, \ell) and [ACE]=12AEd(C,),[ACE] = \frac{1}{2} AE \cdot d(C, \ell), the equal-area condition is d(B,)=4d(C,)d(B, \ell) = 4\,d(C, \ell) with BB and CC on the same side of .\ell.

Write \ell as u(x45)+v(y85)=0.u\left(x - \frac{4}{5}\right) + v\left(y - \frac{8}{5}\right) = 0. Its signed values at BB and CC are 4u+8v5-\frac{4u + 8v}{5} and 16u8v5,\frac{16u - 8v}{5}, so the same-side ratio-44 condition reads (4u+8v)=4(16u8v),-(4u + 8v) = 4(16u - 8v), giving 24v=68u,24v = 68u, i.e. v=176u.v = \frac{17}{6}u. Taking (u,v)=(6,17),(u, v) = (6, 17), the line is 6x+17y=32.6x + 17y = 32.

Then d(B,)=32325,d(B, \ell) = \frac{32}{\sqrt{325}}, and the center P=(0,1)P = (0, 1) is at distance 15325\frac{15}{\sqrt{325}} from ,\ell, so the chord gives AD=21225325=20325.AD = 2\sqrt{1 - \frac{225}{325}} = \frac{20}{\sqrt{325}}. The common area is 122032532325=320325=6465,\frac{1}{2} \cdot \frac{20}{\sqrt{325}} \cdot \frac{32}{\sqrt{325}} = \frac{320}{325} = \frac{64}{65}, so m+n=64+65=129.m + n = 64 + 65 = 129.