Difference between revisions of "2023 SSMO Team Round Problems/Problem 15"
(Created page with "==Problem== Consider a piece of paper in the shape of a regular pentagon with sidelength <math>2.</math> We fold it in half. We then fold it such that the vertices of the long...") |
|||
Line 23: | Line 23: | ||
==Solution== | ==Solution== | ||
+ | |||
+ | The main fold line that divides the pentagon in two has length <cmath>\sqrt{5 + 2\sqrt{5}}</cmath> using the formula for the apothem and radius of a regular polygon. | ||
+ | |||
+ | We can calculate that <cmath>\cos(18^\circ) = \sqrt{\frac{5}{8} + \sqrt{\frac{5}{8}}}</cmath> and that <cmath>\tan(18^\circ) = \sqrt{1 - \frac{2}{\sqrt{5}}}.</cmath> | ||
+ | |||
+ | Then, the length of the fold line when the outstretching "bump" is unfolded becomes <cmath>\frac{\sqrt{5 + 2\sqrt{5}}}{\cos(18^\circ)} = \frac{1 + \sqrt{5}}{2}.</cmath> | ||
+ | |||
+ | The longest side length of the bump is then <cmath>\frac{1 + \sqrt{5}}{2} - 1 = \frac{\sqrt{5} - 1}{2}.</cmath> | ||
+ | |||
+ | Using the Law of Cosines or sine-area formula, we find the area of the bump is <cmath>\frac{1}{16} \sqrt{25 - 10\sqrt{5}}.</cmath> | ||
+ | |||
+ | The remaining trapezoid has area | ||
+ | <cmath>\frac{1 + 1 + \tan(18^\circ) \cdot \frac{\sqrt{5 + 2\sqrt{5}}}{2}}{2} \cdot \frac{1}{2} \cdot \sqrt{5 + 2\sqrt{5}} = \frac{5}{8} \cdot \sqrt{5 + 2\sqrt{5}}.</cmath> | ||
+ | |||
+ | So the total area is | ||
+ | <cmath>\frac{5}{8} \cdot \sqrt{5 + 2\sqrt{5}} + \frac{1}{16} \sqrt{25 - 10\sqrt{5}} = \frac{1}{16} \sqrt{625 + 190\sqrt{5}}.</cmath> | ||
+ | |||
+ | Thus, the final answer is <cmath>16 + 625 + 190 = \boxed{831}.</cmath> | ||
+ | |||
+ | ~SMO_Team |
Latest revision as of 21:38, 9 September 2025
Problem
Consider a piece of paper in the shape of a regular pentagon with sidelength We fold it in half. We then fold it such that the vertices of the longest side become the same side. The area of the folded figure can be expressed as
where
are integers and
is squarefree. Find
(For convenience, note that
)
Solution
The main fold line that divides the pentagon in two has length using the formula for the apothem and radius of a regular polygon.
We can calculate that and that
Then, the length of the fold line when the outstretching "bump" is unfolded becomes
The longest side length of the bump is then
Using the Law of Cosines or sine-area formula, we find the area of the bump is
The remaining trapezoid has area
So the total area is
Thus, the final answer is
~SMO_Team