Difference between revisions of "2001 AMC 10 Problems/Problem 11"
Pidigits125 (talk | contribs) (→Solution 1) |
|||
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | == Problem == | + | ==Problem== |
+ | Consider the dark square in an array of unit squares, part of which is shown. The first ring of squares around this center square contains <math>8</math> unit squares. The second ring contains <math>16</math> unit squares. If we continue this process, the number of unit squares in the <math>100^\text{th}</math> ring is | ||
− | + | <asy> | |
+ | unitsize(3mm); | ||
+ | defaultpen(linewidth(1pt)); | ||
+ | fill((2,2)--(2,7)--(7,7)--(7,2)--cycle, mediumgray); | ||
+ | fill((3,3)--(6,3)--(6,6)--(3,6)--cycle, gray); | ||
+ | fill((4,4)--(5,4)--(5,5)--(4,5)--cycle, black); | ||
+ | for(real i=0; i<=9; ++i) | ||
+ | { | ||
+ | draw((i,0)--(i,9)); | ||
+ | draw((0,i)--(9,i)); | ||
+ | }</asy> | ||
− | <math> \textbf{(A)}\ 396 \qquad \textbf{(B)}\ 404 \qquad \textbf{(C)}\ 800 \qquad \textbf{(D)}\ 10,\!000 \qquad \textbf{(E)}\ 10,\!404 </math> | + | <math>\textbf{(A)}\ 396 \qquad \textbf{(B)}\ 404 \qquad \textbf{(C)}\ 800 \qquad \textbf{(D)}\ 10,\!000 \qquad \textbf{(E)}\ 10,\!404</math> |
− | == | + | ==Solution== |
− | + | ===Solution 1=== | |
− | === Solution 1 === | ||
We can partition the <math> n^\text{th} </math> ring into <math> 4 </math> rectangles: two containing <math> 2n+1 </math> unit squares and two containing <math> 2n-1 </math> unit squares. | We can partition the <math> n^\text{th} </math> ring into <math> 4 </math> rectangles: two containing <math> 2n+1 </math> unit squares and two containing <math> 2n-1 </math> unit squares. | ||
Line 13: | Line 23: | ||
There are <math> 2(2n+1)+2(2n-1)=4n+2+4n-2=8n </math> unit squares in the <math> n^\text{th} </math> ring. | There are <math> 2(2n+1)+2(2n-1)=4n+2+4n-2=8n </math> unit squares in the <math> n^\text{th} </math> ring. | ||
− | Thus, the <math>100^\text{th}</math> ring has <math> 8 \times 100 = \boxed{\textbf{(C)} 800} </math>. | + | Thus, the <math>100^\text{th}</math> ring has <math> 8 \times 100 = \boxed{\textbf{(C) }800} </math> unit squares. |
+ | |||
+ | ===Solution 2=== | ||
+ | We can make the <math> n^\text{th} </math> ring by removing a square of side length <math> 2n-1 </math> from a square of side length <math> 2n+1 </math>. | ||
+ | |||
+ | This ring contains <math> (2n+1)^2-(2n-1)^2=(4n^2+4n+1)-(4n^2-4n+1)=8n </math> unit squares. | ||
+ | |||
+ | Thus, the <math> 100^\text{th} </math> ring has <math> 8 \times 100 = \boxed{\textbf{(C)}\ 800} </math> unit squares. | ||
+ | |||
+ | ===Solution 3 (Less Rigorous)=== | ||
+ | |||
+ | Notice that the first ring around the center square contains <math> 8 </math> unit squares, the second ring contains <math> 16 </math> unit squares, the third contains <math> 24 </math> unit squares, and so on. The number of squares in the <math> n^\text{th} </math> ring is determined by the expression <math> 8 \times n </math>. Thus, the number of unit squares in the <math>100^\text{th}</math> ring is equal to <math> 8 \times 100 </math>, which equals <math> \boxed{\textbf{(C) }800} </math> unit squares. | ||
+ | |||
+ | -Darth_Cadet | ||
+ | |||
+ | ==Video Solution by Daily Dose of Math== | ||
+ | |||
+ | https://youtu.be/y52knpoCVYo?si=dYATo3Zxoj4obeMV | ||
+ | |||
+ | ~Thesmartgreekmathdude | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | {{AMC10 box|year=2001|num-b=10|num-a=12}} | ||
+ | {{MAA Notice}} |
Latest revision as of 20:41, 15 July 2024
Contents
[hide]Problem
Consider the dark square in an array of unit squares, part of which is shown. The first ring of squares around this center square contains unit squares. The second ring contains
unit squares. If we continue this process, the number of unit squares in the
ring is
Solution
Solution 1
We can partition the ring into
rectangles: two containing
unit squares and two containing
unit squares.
There are unit squares in the
ring.
Thus, the ring has
unit squares.
Solution 2
We can make the ring by removing a square of side length
from a square of side length
.
This ring contains unit squares.
Thus, the ring has
unit squares.
Solution 3 (Less Rigorous)
Notice that the first ring around the center square contains unit squares, the second ring contains
unit squares, the third contains
unit squares, and so on. The number of squares in the
ring is determined by the expression
. Thus, the number of unit squares in the
ring is equal to
, which equals
unit squares.
-Darth_Cadet
Video Solution by Daily Dose of Math
https://youtu.be/y52knpoCVYo?si=dYATo3Zxoj4obeMV
~Thesmartgreekmathdude
See Also
2001 AMC 10 (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 AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.