Difference between revisions of "2023 AMC 8 Problems/Problem 2"
Themathguyd (talk | contribs) (→Problem: Make arrows thicker, hoping nobody things that a good enough reason to get rid of my work.) |
|||
Line 12: | Line 12: | ||
path sqE = (-0.25,0)--(0,-0.25)--(0.25,0)--(0,0.25)--cycle; | path sqE = (-0.25,0)--(0,-0.25)--(0.25,0)--(0,0.25)--cycle; | ||
filldraw(sq,mediumgrey,black); | filldraw(sq,mediumgrey,black); | ||
− | draw((0.75,0)--(1.25,0),Arrow()); | + | draw((0.75,0)--(1.25,0),currentpen+1,Arrow(size=6)); |
//folding | //folding | ||
path sqside = (-0.5,-0.5)--(0.5,-0.5); | path sqside = (-0.5,-0.5)--(0.5,-0.5); | ||
Line 33: | Line 33: | ||
draw(shift(0,0.05*i)*fld*rhside,deepblue); | draw(shift(0,0.05*i)*fld*rhside,deepblue); | ||
} | } | ||
− | draw((2.25,0)--(2.75,0),Arrow()); | + | draw((2.25,0)--(2.75,0),currentpen+1,Arrow(size=6)); |
//cutting | //cutting | ||
transform cut = shift((3.25,0))*scale(0.5); | transform cut = shift((3.25,0))*scale(0.5); | ||
Line 57: | Line 57: | ||
<asy> | <asy> | ||
− | // Diagram by TheMathGuyd | + | // Diagram by TheMathGuyd. |
size(0,7.5cm); | size(0,7.5cm); | ||
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; |
Revision as of 10:35, 27 January 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: Then, if we unfold the paper along the horizontal fold line, we get the following shape: It is clear that the answer is
~MrThinker
Video Solution by Magic Square
https://youtu.be/-N46BeEKaCQ?t=5658
Video Solution by SpreadTheMathLove
https://www.youtube.com/watch?v=EcrktBc8zrM
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.