Skip to main content

2009 AMC 12A Problem 11

Problem 11 of 25IntermediateAlgebra

The figures F1,F_1, F2,F_2, F3,F_3, and F4F_4 shown are the first in a sequence of figures. For n3,n \ge 3, FnF_n is constructed from Fn1F_{n-1} by surrounding it with a square and placing one more diamond on each side of the new square than Fn1F_{n-1} had on each side of its outside square. For example, figure F3F_3 has 1313 diamonds. How many diamonds are there in figure F20?F_{20}?

Answer choices

Show solution

Solution

The outside square of FnF_n has 44 more diamonds than that of Fn1,F_{n-1}, and the outside square of F2F_2 has 4,4, so the outside square of FnF_n has 4(n1)4(n - 1) diamonds. Adding all the rings, 1+4(1+2++(n1))=1+4(n1)n2=1+2(n1)n. \begin{gathered} 1 + 4\big(1 + 2 + \cdots + (n - 1)\big) \\ = 1 + 4\cdot\frac{(n - 1)n}{2} \\ = 1 + 2(n - 1)n. \end{gathered} For n=20,n = 20, this is 1+21920=761.1 + 2\cdot 19\cdot 20 = 761. Thus, the correct answer is E.

More practice

Concepts: arithmetic sequence · summation

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.