Difference between revisions of "2023 AMC 8 Problems/Problem 2"
m (→Solution) |
m (→Solution) |
||
Line 117: | Line 117: | ||
</asy> | </asy> | ||
− | [asy | + | [working version of the diagram (harshu13)]: |
+ | <asy> | ||
size(90); | size(90); | ||
Line 134: | Line 135: | ||
filldraw(shift((sh,-sh))*sq,mediumgrey,black); | filldraw(shift((sh,-sh))*sq,mediumgrey,black); | ||
filldraw(shift((sh,-sh))*sqE,white,black); | filldraw(shift((sh,-sh))*sqE,white,black); | ||
− | + | </asy> | |
It is clear that the answer is <math>\boxed{\textbf{(E)}}</math>. | It is clear that the answer is <math>\boxed{\textbf{(E)}}</math>. |
Revision as of 22:12, 28 December 2023
Contents
Problem
A square piece of paper is folded twice into four equal quarters, as shown below, then cut along the dashed line. When unfolded, the paper will match which of the following figures?
Solution
Notice that when we unfold the paper along the vertical fold line, we get the following shape:
/* Diagram by TheMathGuyd. Edited by MRENTHUSIASM */ size(90); path sq = (-0.5,0)--(0.5,0)--(0.5,0.5)--(-0.5,0.5)--cycle; path trE = (-0.25,0)--(0.25,0)--(0,0.25)--cycle; real sh = 1.5; filldraw(shift((sh,-sh))*sq,mediumgrey,black); filldraw(shift((sh,-sh))*trE,white,black); <> Then, if we unfold the paper along the horizontal fold line, we get the following shape: <asy> /* Diagram by TheMathGuyd. Edited by MRENTHUSIASM */ size(90); path sq = (-0.5,-0.5)--(0.5,-0.5)--(0.5,0.5)--(-0.5,0.5)--cycle; path sqE = (-0.25,0)--(0,-0.25)--(0.25,0)--(0,0.25)--cycle; real sh = 1.5; filldraw(shift((sh,-sh))*sq,mediumgrey,black); filldraw(shift((sh,-sh))*sqE,white,black); (Error making remote request. Unknown error_msg)
[working version of the diagram (harshu13)]:
It is clear that the answer is . ~MrThinker
Video Solution by Math-X (Smart and Simple)
https://youtu.be/Ku_c1YHnLt0?si=ZucTBcN42MKGX2Ty&t=115 ~Math-X
Video Solution (How to Creatively THINK!!!)
https://youtu.be/suFxwnH-ak8 ~Education the Study of everything
Video Solution by Magic Square
https://youtu.be/-N46BeEKaCQ?t=5658
Video Solution by SpreadTheMathLove
https://www.youtube.com/watch?v=EcrktBc8zrM
Video Solution by Interstigation
https://youtu.be/DBqko2xATxs&t=67
Video Solution by WhyMath
~savannahsolver
Video Solution by harungurcan
https://www.youtube.com/watch?v=35BW7bsm_Cg&t=97s
~harungurcan
See Also
2023 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
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 AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.