Difference between revisions of "2025 AMC 8 Problems/Problem 11"
(→Problem 11) |
Hsnacademy (talk | contribs) (→Video Solution 1 by Thinking Feet) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | ==Problem | + | == Problem == |
A <math>\textit{tetromino}</math> consists of four squares connected along their edges. There are five possible tetromino shapes, <math>I</math>, <math>O</math>, <math>L</math>, <math>T</math>, and <math>S</math>, shown below, which can be rotated or flipped over. Three tetrominoes are used to completely cover a <math>3\times4</math> rectangle. At least one of the tiles is an <math>S</math> tile. What are the other two tiles? | A <math>\textit{tetromino}</math> consists of four squares connected along their edges. There are five possible tetromino shapes, <math>I</math>, <math>O</math>, <math>L</math>, <math>T</math>, and <math>S</math>, shown below, which can be rotated or flipped over. Three tetrominoes are used to completely cover a <math>3\times4</math> rectangle. At least one of the tiles is an <math>S</math> tile. What are the other two tiles? | ||
<asy> | <asy> | ||
− | |||
unitsize(12); | unitsize(12); | ||
Line 26: | Line 25: | ||
add(shift((12,-6)) * grid(4,3)); | add(shift((12,-6)) * grid(4,3)); | ||
− | |||
</asy> | </asy> | ||
<math>\textbf{(A)}I</math> and <math>L\qquad \textbf{(B)} I</math> and <math>T\qquad \textbf{(C)} L</math> and <math>L\qquad \textbf{(D)}L</math> and <math>S\qquad \textbf{(E)}O</math> and <math>T</math> | <math>\textbf{(A)}I</math> and <math>L\qquad \textbf{(B)} I</math> and <math>T\qquad \textbf{(C)} L</math> and <math>L\qquad \textbf{(D)}L</math> and <math>S\qquad \textbf{(E)}O</math> and <math>T</math> | ||
− | ==Solution 1== | + | == Solution 1 == |
− | The <math>3\times4</math> rectangle allows for <math>7</math> possible places to put the S piece, with each possible placement having an inverted version. | + | The <math>3\times4</math> rectangle allows for <math>7</math> possible places to put the S piece, with each possible placement having an inverted version. One of the cases looks like this: |
− | One of the cases looks like this: | ||
<asy> | <asy> | ||
path x = (0,0)--(0,2)--(1,2)--(1,3)--(2,3)--(2,1)--(1,1)--(1,0)--cycle; | path x = (0,0)--(0,2)--(1,2)--(1,3)--(2,3)--(2,1)--(1,1)--(1,0)--cycle; | ||
Line 40: | Line 37: | ||
add(grid(4,3)); | add(grid(4,3)); | ||
</asy> | </asy> | ||
− | + | As you can see, there is a hole in the top left corner of the board, which would be impossible to fill using the tetrominos. There are three cases in which a hole isn't created; the S lies flat in the bottom left corner, it lies flat in the top right corner, or it stands upright in the center. All three tiling are shown below. | |
− | There are | ||
<asy> | <asy> | ||
path z1 = (2,0)--(3,0)--(3,2)--(2,2)--(2,3)--(1,3)--(1,1)--(2,1)--cycle; | path z1 = (2,0)--(3,0)--(3,2)--(2,2)--(2,3)--(1,3)--(1,1)--(2,1)--cycle; | ||
Line 71: | Line 67: | ||
add(grid(4,3)); | add(grid(4,3)); | ||
</asy> | </asy> | ||
− | For each of the inverted cases, the L pieces can be inverted along with the S piece. | + | For each of the inverted cases, the L pieces can be inverted along with the S piece. Because the only cases that fill the rectangle after the S is placed are the ones that use two L pieces, the answer must be <math>\boxed{\textbf{(C)}~L \ and \ L}</math>. |
+ | ~bubby617 | ||
+ | |||
+ | ==Video Solution (A Clever Explanation You’ll Get Instantly)== | ||
+ | https://youtu.be/VP7g-s8akMY?si=mhn50YKL4_Yo1PH6&t=965 | ||
+ | ~hsnacademy | ||
+ | |||
+ | == Video Solution 1 by Thinking Feet == | ||
− | |||
https://youtu.be/PKMpTS6b988 | https://youtu.be/PKMpTS6b988 | ||
− | ==See Also== | + | == See Also == |
+ | |||
{{AMC8 box|year=2025|num-b=10|num-a=12}} | {{AMC8 box|year=2025|num-b=10|num-a=12}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 22:26, 31 January 2025
Contents
Problem
A consists of four squares connected along their edges. There are five possible tetromino shapes, , , , , and , shown below, which can be rotated or flipped over. Three tetrominoes are used to completely cover a rectangle. At least one of the tiles is an tile. What are the other two tiles?
and and and and and
Solution 1
The rectangle allows for possible places to put the S piece, with each possible placement having an inverted version. One of the cases looks like this: As you can see, there is a hole in the top left corner of the board, which would be impossible to fill using the tetrominos. There are three cases in which a hole isn't created; the S lies flat in the bottom left corner, it lies flat in the top right corner, or it stands upright in the center. All three tiling are shown below.
For each of the inverted cases, the L pieces can be inverted along with the S piece. Because the only cases that fill the rectangle after the S is placed are the ones that use two L pieces, the answer must be . ~bubby617
Video Solution (A Clever Explanation You’ll Get Instantly)
https://youtu.be/VP7g-s8akMY?si=mhn50YKL4_Yo1PH6&t=965 ~hsnacademy
Video Solution 1 by Thinking Feet
See Also
2025 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
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.