Difference between revisions of "2022 AMC 10A Problems/Problem 5"
MRENTHUSIASM (talk | contribs) (→Solution) |
MRENTHUSIASM (talk | contribs) (→Diagram) |
||
Line 6: | Line 6: | ||
== Diagram == | == Diagram == | ||
− | + | <asy> | |
/* Made by MRENTHUSIASM */ | /* Made by MRENTHUSIASM */ | ||
size(200); | size(200); | ||
Line 21: | Line 21: | ||
fill(A--P--Q--C--R--S--cycle,yellow); | fill(A--P--Q--C--R--S--cycle,yellow); | ||
draw(A--B--C--D--cycle^^P--Q^^R--S); | draw(A--B--C--D--cycle^^P--Q^^R--S); | ||
− | dot(" | + | dot("$A$",A,NW,linewidth(4)); |
− | dot(" | + | dot("$B$",B,NE,linewidth(4)); |
− | dot(" | + | dot("$C$",C,SE,linewidth(4)); |
− | dot(" | + | dot("$D$",D,SW,linewidth(4)); |
− | dot(" | + | dot("$P$",P,N,linewidth(4)); |
− | dot(" | + | dot("$Q$",Q,E,linewidth(4)); |
− | dot(" | + | dot("$R$",R,(0,-1),linewidth(4)); |
− | dot(" | + | dot("$S$",S,W,linewidth(4)); |
− | label(" | + | label("$s$",midpoint(A--P),N,red); |
− | label(" | + | label("$s$",midpoint(P--Q),NE,red); |
− | label(" | + | label("$s$",midpoint(Q--C),E,red); |
− | label(" | + | label("$s$",midpoint(C--R),(0,-1),red); |
− | label(" | + | label("$s$",midpoint(R--S),SW,red); |
− | label(" | + | label("$s$",midpoint(S--A),W,red); |
− | + | </asy> | |
~MRENTHUSIASM | ~MRENTHUSIASM | ||
Revision as of 17:29, 16 November 2022
Problem
Square has side length . Points , , , and each lie on a side of such that is an equilateral convex hexagon with side length . What is ?
Diagram
~MRENTHUSIASM
Solution
Note that It follows that and are isosceles right triangles.
In we have or Therefore, the answer is ~MRENTHUSIASM
Solution 2
Since it is an equilateral convex hexagon, all sides are the same, so we will call the side length . Notice that . We can solve this equation which gives us our answer.
We then use the quadratic formula which gives us:
Then we simplify it by dividing and crossing out 2 which gives us and that gives us .
~orenbad
Video Solution 1 (Quick and Easy)
~Education, the Study of Everything
See Also
2022 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.