Difference between revisions of "2000 AMC 10 Problems/Problem 12"
5849206328x (talk | contribs) (→Problem) |
5849206328x (talk | contribs) (→Solution) |
||
Line 29: | Line 29: | ||
==Solution== | ==Solution== | ||
+ | |||
+ | ===Solution 1=== | ||
We have a recursion: | We have a recursion: | ||
− | <math>A_n=A_{n-1}+ | + | <math>A_n=A_{n-1}+4n</math>. |
I.E. we add increasing multiples of <math>4</math> each time we go up a figure. | I.E. we add increasing multiples of <math>4</math> each time we go up a figure. | ||
Line 38: | Line 40: | ||
So, to go from Figure 0 to 100, we add | So, to go from Figure 0 to 100, we add | ||
− | <math>4 \cdot 1+4 \cdot 2+...+4 \cdot 99=4 \cdot | + | <math>4 \cdot 1+4 \cdot 2+...+4 \cdot 99+4\cdot 100=4 \cdot 5050=20200</math>. |
+ | |||
+ | <math>20201</math> | ||
+ | |||
+ | <math>\boxed{\text{C}}</math> | ||
+ | |||
+ | ===Solution 2=== | ||
+ | We can divide up figure <math>n</math> to get the sum of the sum of the first <math>n+1</math> odd numbers and the sum of the first <math>n</math> odd numbers. If you do not see this, here is the example for <math>n=3</math>: | ||
− | < | + | <asy> |
+ | draw((3,0)--(4,0)--(4,7)--(3,7)--cycle); | ||
+ | draw((0,3)--(7,3)--(7,4)--(0,4)--cycle); | ||
+ | draw((2,1)--(5,1)--(5,6)--(2,6)--cycle); | ||
+ | draw((1,2)--(6,2)--(6,5)--(1,5)--cycle); | ||
+ | draw((3,0)--(3,7),linewidth(1.5)); | ||
+ | </asy> | ||
− | + | The sum of the first <math>n</math> odd numbers is <math>n^2</math>, so for figure <math>n</math>, there are <math>(n+1)^2+n^2</math> unit squares. We plug in <math>n=100</math> to get <math>20201</math>, which is choice <math>\boxed{\text{C}}</math> | |
==See Also== | ==See Also== | ||
{{AMC10 box|year=2000|num-b=11|num-a=13}} | {{AMC10 box|year=2000|num-b=11|num-a=13}} |
Revision as of 21:22, 9 January 2009
Problem
Figures , , , and consist of , , , and nonoverlapping unit squares, respectively. If the pattern were continued, how many nonoverlapping unit squares would there be in figure 100?
Solution
Solution 1
We have a recursion:
.
I.E. we add increasing multiples of each time we go up a figure.
So, to go from Figure 0 to 100, we add
.
Solution 2
We can divide up figure to get the sum of the sum of the first odd numbers and the sum of the first odd numbers. If you do not see this, here is the example for :
The sum of the first odd numbers is , so for figure , there are unit squares. We plug in to get , which is choice
See Also
2000 AMC 10 (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
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 |