2021 AMC 10B Problems/Problem 21: Difference between revisions
Tony li2007 (talk | contribs) |
|||
| Line 26: | Line 26: | ||
label("C'",CC,N); | label("C'",CC,N); | ||
</asy> | </asy> | ||
==Solution 1== | |||
==Solution (Outlined)== | ==Solution (Outlined)== | ||
Revision as of 23:00, 11 February 2021
Problem
A square piece of paper has side length
and vertices
and
in that order. As shown in the figure, the paper is folded so that vertex
meets edge
at point
, and edge
at point
. Suppose that
. What is the perimeter of triangle
Solution 1
Solution (Outlined)
double angle tangent to find angle ACE then trig
Solution (Quicksolve)
Assume that E is the midpoint of
. Then,
and since
,
. By the Pythagorean Theorem,
. It easily follows that our desired perimeter is
~samrocksnature
Video Solution by OmegaLearn (Using Pythagoras Theorem and Similar Triangles)
~ pi_is_3.14