The area of the largest regular hexagon that can fit inside of a rectangle with side lengths 20 and 22 can be expressed as ab−c, for positive integers a,b, and c, where b is squarefree. Compute 100a+10b+c.
A number or a short expression. Spacing and $ signs are ignored.
Solution
Let s be the sidelength of the hexagon. We can view this problem as finding the maximal rectangle of with sides s and s3 that can fit inside this rectangle. Let ABCD be a rectangle with AB=20 and BC=22 and let XYZW be an inscribed rectangle with X on AB and Y on BC with XY=s and YZ=s3. Let BX=a and BY=b. Then, by similar triangles, we have AX=b3 and CY=a3. Thus, we have a+b3=20 and a3+b=22. Solving gives us a=113−10 and b=103−11, so s2=a2+b2=884−4403. Thus, the area of the hexagon is 2s2⋅33=13263−1980.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.