Olympiad Maths Prep

Track / Stage 3 / 238 of 260 #238 of 2000

Problem 238

AMC 10/12, early questions
Geometry Difficulty 3.9 Find the answer

Three non-overlapping regular plane polygons, at least two of which are congruent, all have sides of length 11. The polygons meet at a point AA in such a way that the sum of the three interior angles at AA is 360360^{\circ}. Thus the three polygons form a new polygon with AA as an interior point. What is the largest possible perimeter that this polygon can have?
(A) 12(B) 14(C) 18(D) 21(E) 24\mathrm{(A) \ }12 \qquad \mathrm{(B) \ }14 \qquad \mathrm{(C) \ }18 \qquad \mathrm{(D) \ }21 \qquad \mathrm{(E) \ } 24

Official solution

We are looking for three regular polygons such that the sum of their internal angle sizes is exactly 360360^{\circ}.
Let the number of sides in our polygons be 3a,b,c3\leq a,b,c. From each of the polygons, two sides touch the other two, and the remaining sides are on the perimeter. Therefore the answer to our problem is the value (a2)+(b2)+(c2)=(a+b+c)6(a-2)+(b-2)+(c-2) = (a+b+c)-6.
The integral angle of a regular kk-gon is 180k2k180 \frac{k-2}k. Therefore we are looking for integer solutions to:
360=180(a2a+b2b+c2c)360 = 180\left( \frac{a-2}a + \frac{b-2}b + \frac{c-2}c \right)
Which can be simplified to:
2=(a2a+b2b+c2c)2 = \left( \frac{a-2}a + \frac{b-2}b + \frac{c-2}c \right)
Furthermore, we know that two of the polygons are congruent, thus WLOG a=ca=c. Our equation now becomes
2=(2a2a+b2b)2 = \left( 2\cdot\frac{a-2}a + \frac{b-2}b \right)
Multiply both sides by abab and simplify to get ab4b2a=0ab - 4b - 2a = 0.
Using the standard technique for Diophantine equations, we can add 88 to both sides and rewrite the equation as (a4)(b2)=8(a-4)(b-2)=8.
Remembering that a,b3a,b\geq 3 the only valid options for (a4,b2)(a-4,b-2) are: (1,8)(1,8), (2,4)(2,4), (4,2)(4,2), and (8,1)(8,1).
These correspond to the following pairs (a,b)(a,b): (5,10)(5,10), (6,6)(6,6), (8,4)(8,4), and (12,3)(12,3).
The perimeters of the resulting polygon for these four cases are 1414, 1212, 1414, and 21\boxed{21}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.