Difference between revisions of "2023 AMC 8 Problems/Problem 2"
MRENTHUSIASM (talk | contribs) m (→Problem) |
|||
(28 intermediate revisions by 15 users not shown) | |||
Line 89: | Line 89: | ||
Notice that when we unfold the paper along the vertical fold line, we get the following shape: | Notice that when we unfold the paper along the vertical fold line, we get the following shape: | ||
+ | |||
+ | |||
<asy> | <asy> | ||
− | + | ||
− | |||
− | |||
− | |||
size(90); | size(90); | ||
path sq = (-0.5,0)--(0.5,0)--(0.5,0.5)--(-0.5,0.5)--cycle; | path sq = (-0.5,0)--(0.5,0)--(0.5,0.5)--(-0.5,0.5)--cycle; | ||
Line 101: | Line 100: | ||
filldraw(shift((sh,-sh))*sq,mediumgrey,black); | filldraw(shift((sh,-sh))*sq,mediumgrey,black); | ||
filldraw(shift((sh,-sh))*trE,white,black); | filldraw(shift((sh,-sh))*trE,white,black); | ||
+ | |||
+ | 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); | ||
</asy> | </asy> | ||
− | + | ||
− | <asy> | + | It is clear that the answer is <math>\boxed{\textbf{(E)}}</math>. |
− | + | ||
− | + | ~MrThinker | |
− | + | ||
− | * | + | ==Solution 2== |
+ | |||
+ | When you fold the paper in that specific way, it shows the top left square. That means that any cut you make on that folded part will look like that on that top left square. Since it is folded into four parts, the cut will reflect on all of the other 3 parts. Since there is a cut diagonally on the bottom right of that square, that will reflect on the other squares, making the shape of <math>\boxed{\textbf{(E)}}</math> <asy> | ||
+ | |||
+ | 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); | ||
+ | |||
size(90); | size(90); | ||
path sq = (-0.5,-0.5)--(0.5,-0.5)--(0.5,0.5)--(-0.5,0.5)--cycle; | path sq = (-0.5,-0.5)--(0.5,-0.5)--(0.5,0.5)--(-0.5,0.5)--cycle; | ||
Line 116: | Line 134: | ||
filldraw(shift((sh,-sh))*sqE,white,black); | filldraw(shift((sh,-sh))*sqE,white,black); | ||
</asy> | </asy> | ||
− | |||
− | ~ | + | ~AliceDubbleYou |
+ | |||
+ | ==*Easy Video Explanation by MathTalks_Now*== | ||
+ | https://studio.youtube.com/video/PMOeiGLkDH0/edit | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==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== | ==Video Solution by Magic Square== | ||
Line 125: | Line 157: | ||
==Video Solution by SpreadTheMathLove== | ==Video Solution by SpreadTheMathLove== | ||
https://www.youtube.com/watch?v=EcrktBc8zrM | https://www.youtube.com/watch?v=EcrktBc8zrM | ||
+ | ==Video Solution by Interstigation== | ||
+ | https://youtu.be/DBqko2xATxs&t=67 | ||
+ | |||
+ | ==Video Solution by WhyMath== | ||
+ | |||
+ | https://youtu.be/z6SxQkQACjo?si=WJAMIdKzUO7oGLGc | ||
+ | |||
+ | ==Video Solution by harungurcan== | ||
+ | https://www.youtube.com/watch?v=35BW7bsm_Cg&t=97s | ||
+ | |||
+ | ~harungurcan | ||
+ | |||
+ | ==Video Solution by Dr. David== | ||
+ | https://youtu.be/octW02FH-iU | ||
==See Also== | ==See Also== | ||
{{AMC8 box|year=2023|num-b=1|num-a=3}} | {{AMC8 box|year=2023|num-b=1|num-a=3}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 08:32, 30 October 2024
Contents
- 1 Problem
- 2 Solution
- 3 Solution 2
- 4 *Easy Video Explanation by MathTalks_Now*
- 5 Video Solution by Math-X (Smart and Simple)
- 6 Video Solution (How to Creatively THINK!!!)
- 7 Video Solution by Magic Square
- 8 Video Solution by SpreadTheMathLove
- 9 Video Solution by Interstigation
- 10 Video Solution by WhyMath
- 11 Video Solution by harungurcan
- 12 Video Solution by Dr. David
- 13 See Also
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:
It is clear that the answer is .
~MrThinker
Solution 2
When you fold the paper in that specific way, it shows the top left square. That means that any cut you make on that folded part will look like that on that top left square. Since it is folded into four parts, the cut will reflect on all of the other 3 parts. Since there is a cut diagonally on the bottom right of that square, that will reflect on the other squares, making the shape of
~AliceDubbleYou
*Easy Video Explanation by MathTalks_Now*
https://studio.youtube.com/video/PMOeiGLkDH0/edit
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
https://youtu.be/z6SxQkQACjo?si=WJAMIdKzUO7oGLGc
Video Solution by harungurcan
https://www.youtube.com/watch?v=35BW7bsm_Cg&t=97s
~harungurcan
Video Solution by Dr. David
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.