2015 AIME II 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 problems are used with official legal permission of the Mathematical Association of America (MAA).

Or jump straight to a single 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

Timed

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
Small Hint:

Write N=78100a=116100bN = \frac{78}{100}a = \frac{116}{100}b and reduce both fractions to lowest terms

Big Hint:

In lowest terms N=3950a=2925b,N = \frac{39}{50}a = \frac{29}{25}b, which forces NN to be a multiple of both 3939 and 2929

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 aa to be divisible by 50,50, so NN is a multiple of 39;39; since gcd(29,25)=1,\gcd(29, 25) = 1, the second forces bb to be divisible by 25,25, 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
Small Hint:

Suppose the school has 100100 students and count how many students in each class take Latin

Big Hint:

The Latin students number 40+24+10+2,40 + 24 + 10 + 2, and the answer comes from the sophomores’ share of that total

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
Small Hint:

A number is congruent to its digit sum modulo 9,9, so m=17nm = 17n requires 17n17(mod9)17n \equiv 17 \pmod 9

Big Hint:

That forces n1(mod9);n \equiv 1 \pmod 9; check the cases n=1,n = 1, n=10,n = 10, n=19,n = 19, n=28,n = 28, \ldots in increasing order

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,n = 1, n=10,n = 10, and n=19n = 19 give 17,17, 170,170, and 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
Small Hint:

Each leg is the hypotenuse of a right triangle with legs log16\log 16 and half of log192log3\log 192 - \log 3

Big Hint:

Those legs are 4log24\log 2 and 3log2,3\log 2, so each slanted side is 5log25\log 2 by a 33-44-55 triangle

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)\frac{1}{2}(\log 192 - \log 3) =12log64= \frac{1}{2}\log 64 =3log2.= 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, \begin{aligned} &\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, \end{aligned} 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
Small Hint:

Count the adjacent pairs directly: n(n1)n(n-1) horizontal and n(n1)n(n-1) vertical

Big Hint:

Dividing by (n22)\binom{n^2}{2} simplifies the probability to 4n(n+1);\frac{4}{n(n+1)}; make that less than 12015\frac{1}{2015}

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)=2x32ax2P(x) = 2x^3 - 2ax^2 +(a281)xc+ (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
Difficulty rating: 2500
Small Hint:

If the roots are r,r, s,s, and t,t, Vieta’s formulas give r+s+t=ar + s + t = a and rs+rt+st=a2812rs + rt + st = \frac{a^2 - 81}{2}

Big Hint:

Then r2+s2+t2=81.r^2 + s^2 + t^2 = 81. List the positive integer triples and see which value of aa occurs twice.

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. \begin{aligned} &r^2 + s^2 + t^2 \\ &= (r + s + t)^2 - 2(rs + rt + st) \\ &= a^2 - (a^2 - 81) \\ &= 81. \end{aligned}

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
Small Hint:

Heron’s formula gives area 9090 for ABC,ABC, so the altitude from AA to BC\overline{BC} is 365\frac{36}{5}

Big Hint:

Triangle APQAPQ is similar to ABCABC with ratio w25,\frac{w}{25}, so the rectangle’s height is 365(1w25)\frac{36}{5}\left(1 - \frac{w}{25}\right)

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. \begin{aligned} &w \cdot h\left(1 - \frac{w}{25}\right) \\ &= \frac{36}{5}\,w - \frac{36}{125}\,w^2. \end{aligned}

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
Difficulty rating: 2650
Small Hint:

If a=1a = 1 or b=1b = 1 the second expression equals 1.1. Otherwise clear denominators and rearrange the inequality into a product of two factors.

Big Hint:

For a,b2a, b \ge 2 the condition becomes (2a3)(2b3)<5,(2a - 3)(2b - 3) \lt 5, leaving only (2,2)(2, 2) and (2,3)(2, 3) up to symmetry

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. \begin{aligned} &(2a - 3)(2b - 3) \\ &= 4ab - 6a - 6b + 9 \lt 5. \end{aligned}

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
Small Hint:

The displaced water fills the part of the cube below the plane of the barrel’s rim: a corner tetrahedron with three mutually perpendicular equal edges

Big Hint:

The rim cross-section is an equilateral triangle inscribed in the radius-44 circle, so its side is 434\sqrt{3} and the perpendicular edges have length 262\sqrt{6}

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. \begin{aligned} &\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}. \end{aligned}

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

10.

Call a permutation a1,a_1, a2,a_2, ,\ldots, ana_n of the integers 1,1, 2,2, ,\ldots, nn 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,1, 2,2, 3,3, 4,4, 5,5, but 4512345123 is not. Find the number of quasi-increasing permutations of the integers 1,1, 2,2, ,\ldots, 7.7.

Answer: 486
Difficulty rating: 2890
Small Hint:

Try building a quasi-increasing permutation of 1,,n1, \ldots, n by inserting nn into a quasi-increasing permutation of 1,,n11, \ldots, n-1

Big Hint:

The nn can go immediately before n1,n-1, immediately before n2,n-2, or at the very end — always exactly 33 places, so the count triples with each new nn

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
Difficulty rating: 3060
Small Hint:

In right triangle OBQ,OBQ, OQB=90OBC,\angle OQB = 90^\circ - \angle OBC, and isosceles triangle OBCOBC gives OBC=90A\angle OBC = 90^\circ - \angle A

Big Hint:

So BQP=BAC,\angle BQP = \angle BAC, making BQPBAC\triangle BQP \sim \triangle BAC with BPBC=BQBA\frac{BP}{BC} = \frac{BQ}{BA}

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. \begin{aligned} &\angle BQP = 90^\circ - \angle OBQ \\ &= 90^\circ - (90^\circ - \angle A) \\ &= \angle A. \end{aligned}

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, \begin{aligned} &BP = \frac{BQ \cdot BC}{BA} \\ &= \frac{4.5 \cdot 4}{5} = \frac{18}{5}, \end{aligned} 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
Small Hint:

The condition says every run of identical letters has length at most 3.3. Classify valid strings by the length of their first run.

Big Hint:

If sns_n counts valid length-nn strings starting with a given letter, then sn=sn1+sn2+sn3s_n = s_{n-1} + s_{n-2} + s_{n-3}

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,a_1, a2,a_2, a3,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
Difficulty rating: 3270
Small Hint:

Multiply the sum by 2sin122\sin\frac{1}{2} and use a product-to-sum identity to make it telescope

Big Hint:

an<0a_n \lt 0 exactly when 2πm1<n<2πm2\pi m - 1 \lt n \lt 2\pi m for some positive integer m,m, and each such interval contains exactly one integer

Solution:

Multiplying each term by 2sin122\sin\frac{1}{2} and using 2sinksin122\sin k \sin\frac{1}{2} =cos(k12)= \cos\left(k - \frac{1}{2}\right) cos(k+12),- \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, \begin{aligned} &2\pi m - \tfrac{1}{2} \lt n + \tfrac{1}{2} \\ &\lt 2\pi m + \tfrac{1}{2}, \end{aligned} i.e. 2πm1<n<2πm.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
Small Hint:

Factor the equations as x4y4(x+y)=810x^4y^4(x + y) = 810 and x3y3(x3+y3)=945,x^3y^3(x^3 + y^3) = 945, then set s=x+ys = x + y and p=xyp = xy

Big Hint:

Dividing the equations gives s23pp=76,\frac{s^2 - 3p}{p} = \frac{7}{6}, so 6s2=25p;6s^2 = 25p; substitute back to find s3s^3 and p3p^3

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, \begin{aligned} &\frac{s^2 - 3p}{p} = \frac{945}{810} \\ &= \frac{7}{6}, \end{aligned} so 6s2=25p.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=21615625415625=54.p^3 = \frac{216 s^6}{25^3} = \frac{\frac{216 \cdot 15625}{4}}{15625} = 54.

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

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
Difficulty rating: 3500
Small Hint:

The homothety at AA taking P\mathcal{P} to Q\mathcal{Q} sends DD to E,E, so AE=4ADAE = 4\,AD and equal areas force BB’s distance to \ell to be 44 times CC’s

Big Hint:

Set B=(0,0),B = (0, 0), C=(4,0),C = (4, 0), A=(45,85)A = \left(\frac{4}{5}, \frac{8}{5}\right) and find the line through AA whose distances to BB and CC have ratio 4:1,4 : 1, same side

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, \begin{aligned} &\frac{1}{2} \cdot \frac{20}{\sqrt{325}} \cdot \frac{32}{\sqrt{325}} \\ &= \frac{320}{325} = \frac{64}{65}, \end{aligned} so m+n=64+65=129.m + n = 64 + 65 = 129.