2020 AMC 10 A

Complete problem set with solutions and individual problem pages

Problem 10 Easy

Seven cubes, whose volumes are 1,8,27,64,125,216, and 343 cubic units, are stacked vertically to form a tower in which the volumes of the cubes decrease from bottom to top. Except for the bottom cube, the bottom face of each cube lies completely on top of the cube below it. What is the total surface area of the tower (including the bottom) in square units?

  • A.

    644

  • B.

    658

  • C.

    664

  • D.

    720

  • E.

    749

Answer:B

Solution 1: The volume of each cube follows the pattern of n^{3} ascending, for n is between 1 and 7 . We see that the total surface area can be comprised of three parts: the sides of the cubes, the tops of the cubes, and the bottom of the 7 \times 7 \times 7 cube (which is just 7 \times 7=49 ). The sides areas can be measured as the 4 \sum_{n=0}^{7} n^{2}, giving us 560 . Structurally, if we examine the tower from the sum top, we see that it really just forms a 7 \times 7 square of area 49 . Therefore, we 560+49+49=(\mathbf{B}) 658 can say that the total surface area is Alternatively, for the area of the tops, we could have found the \sum_{\text {sum }}^{n=0}\left((n+1)^{2}-n^{2}\right) , giving us 49 as well.

Solution 2: It can quickly be seen that the side lengths of the cubes are the integers from 1 to 7 , inclusive.

First, we will calculate the total surface area of the cubes, ignoring overlap. This value is 6\left(1^{2}+2^{2}+\cdots+7^{2}\right)=6 \sum_{n=1}^{7} n^{2}=6\left(\frac{7(7+1)(2 \cdot 7+1)}{6}\right)=7 \cdot 8 \cdot 15=840 . Then, we need to subtract out the overlapped parts of the cubes. Between each consecutive pair of cubes, one of the smaller cube's faces is completely covered, along with an equal area of one of the larger cube's faces. The total area of the 2 \sum_{n=1}^{6} n^{2}=182 . Subtracting the overlapped surface area from the total surface area, we \text { get } 840-182=(\mathbf{B}) 658