Difference between revisions of "2023 AMC 10B Problems/Problem 25"
Technodoggo (talk | contribs) |
Technodoggo (talk | contribs) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | A regular pentagon with area 1+\ | + | A regular pentagon with area <math>1+\sqrt5</math> is printed on paper and cut out. All five vertices are folded to the center of the pentagon, creating a smaller pentagon. What is the area of the new pentagon? |
Line 60: | Line 60: | ||
</asy> | </asy> | ||
− | Let <math>r_b</math> and <math>r_s</math> be the circumradius of the big and | + | Let <math>r_b</math> and <math>r_s</math> be the circumradius of the big and small pentagon, respectively. Let <math>a_s</math> be the apothem of the smaller pentagon and <math>A_s</math> and <math>A_b</math> be the areas of the smaller and larger pentagon, respectively. |
From the diagram: | From the diagram: | ||
+ | <cmath>\begin{align*} | ||
\cos{36^\circ} &= \dfrac{a_s}{r_s} = \dfrac{\phi}{2} = \dfrac{\sqrt{5}+1}{4}\\ | \cos{36^\circ} &= \dfrac{a_s}{r_s} = \dfrac{\phi}{2} = \dfrac{\sqrt{5}+1}{4}\\ | ||
a_s &= \dfrac{r_b}{2}\\ | a_s &= \dfrac{r_b}{2}\\ | ||
− | + | A_s &= (\dfrac{r_s}{r_b})^2A_b\\ | |
&=(\dfrac{a_s}{\cos{36^\circ} r_b})^2 (1+\sqrt{5})\\ | &=(\dfrac{a_s}{\cos{36^\circ} r_b})^2 (1+\sqrt{5})\\ | ||
&=(\dfrac{r_b}{\dfrac{\phi}{2} r_b})^2 (1+\sqrt{5})\\ | &=(\dfrac{r_b}{\dfrac{\phi}{2} r_b})^2 (1+\sqrt{5})\\ | ||
Line 73: | Line 74: | ||
&=\dfrac{4(\sqrt{5}-1)}{(\sqrt{5}+1)(\sqrt{5}-1)} \\ | &=\dfrac{4(\sqrt{5}-1)}{(\sqrt{5}+1)(\sqrt{5}-1)} \\ | ||
&=\sqrt{5}-1 | &=\sqrt{5}-1 | ||
− | + | \end{align*}</cmath> | |
~Technodoggo | ~Technodoggo |
Revision as of 13:27, 15 November 2023
Problem
A regular pentagon with area is printed on paper and cut out. All five vertices are folded to the center of the pentagon, creating a smaller pentagon. What is the area of the new pentagon?
Solution 1
Let and be the circumradius of the big and small pentagon, respectively. Let be the apothem of the smaller pentagon and and be the areas of the smaller and larger pentagon, respectively.
From the diagram: ~Technodoggo