GeometryDifficulty 4.7Find the answerHMMT November Team Round · United States · 2021
The taxicab distance between points (x1,y1) and (x2,y2) is ∣x2−x1∣+∣y2−y1∣. A regular octagon is positioned in the xy plane so that one of its sides has endpoints (0,0) and (1,0). Let S be the set of all points inside the octagon whose taxicab distance from some octagon vertex is at most 32. The area of S can be written as nm, where m,n are positive integers and gcd(m,n)=1. Find 100m+n.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution: In the taxicab metric, the set of points that lie at most d units away from some fixed point P form a square centered at P with vertices at a distance of d from P in directions parallel to the axes. The diagram above depicts the intersection of an octagon with eight such squares for d=32 centered at its vertices. (Note that since 2>32⋅2, the squares centered at adjacent vertices that are diagonal from each other do not intersect.) The area of the entire shaded region is 4[ABCDEFG]=4(2([AFG]+[AYF])−[EXY]), which is easy to evaluate since AFG, AYF, and EXY are all 45-45-90-degree triangles. Since AF=32, GF=32, and EX=321, the desired area is 4(92+94−361)=923.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.