2009 AMC 12A Problems/Problem 11
- The following problem is from both the 2009 AMC 12A #11 and 2009 AMC 10A #15, so both problems redirect to this page.
Problem
The figures ,
,
, and
shown are the first in a sequence of figures. For
,
is constructed from
by surrounding it with a square and placing one more diamond on each side of the new square than
had on each side of its outside square. For example, figure
has
diamonds. How many diamonds are there in figure
?
![[asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); path d=(1/2,0)--(0,sqrt(3)/2)--(-1/2,0)--(0,-sqrt(3)/2)--cycle; marker m=marker(scale(5)*d,Fill); path f1=(0,0); path f2=(0,0)--(-1,1)--(1,1)--(1,-1)--(-1,-1); path[] g2=(-1,1)--(-1,-1)--(0,0)^^(1,-1)--(0,0)--(1,1); path f3=f2--(-2,-2)--(-2,0)--(-2,2)--(0,2)--(2,2)--(2,0)--(2,-2)--(0,-2); path[] g3=g2^^(-2,-2)--(0,-2)^^(2,-2)--(1,-1)^^(1,1)--(2,2)^^(-1,1)--(-2,2); path[] f4=f3^^(-3,-3)--(-3,-1)--(-3,1)--(-3,3)--(-1,3)--(1,3)--(3,3)-- (3,1)--(3,-1)--(3,-3)--(1,-3)--(-1,-3); path[] g4=g3^^(-2,-2)--(-3,-3)--(-1,-3)^^(3,-3)--(2,-2)^^(2,2)--(3,3)^^ (-2,2)--(-3,3); draw(f1,m); draw(shift(5,0)*f2,m); draw(shift(5,0)*g2); draw(shift(12,0)*f3,m); draw(shift(12,0)*g3); draw(shift(21,0)*f4,m); draw(shift(21,0)*g4); label("$F_1$",(0,-4)); label("$F_2$",(5,-4)); label("$F_3$",(12,-4)); label("$F_4$",(21,-4)); [/asy]](http://latex.artofproblemsolving.com/d/2/4/d24a6830ee3382e3945990d8af2e9e00ba14c85e.png)
Solution 1
Split into
congruent triangles by its diagonals (like in the pictures in the problem). This shows that the number of diamonds it contains is equal to
times the
th triangular number (i.e. the diamonds within the triangles or between the diagonals) and
(the diamonds on sides of the triangles or on the diagonals). The
th triangular number is
. Putting this together for
this gives:
Solution 2
Color the diamond layers alternately blue and red, starting from the outside. You'll get the following pattern:
In the figure , the blue diamonds form a
square, and the red diamonds form a
square.
Hence the total number of diamonds in
is
.
Solution 3
When constructing from
, we add
new diamonds. Let
be the number of diamonds in
. We now know that
and
.
Hence we get:
Solution 4
The sequence goes
. The first finite differences go
. The second finite differences go
, so we see that the second finite difference is constant. Thus,
can be represented as a quadratic,
. However, we already know
,
, and
. Thus,
Solving this system for
,
, and
gives
,
,
. Finally,
See Also
2009 AMC 12A (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 12 Problems and Solutions |
2009 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Problem 16 | |
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.