AMC 10 · 2016 · #15

Grade 6 geometry-3d
spatial-visualizationoptimizationpolynomial-factoring extremal-construction ↑ Prerequisites: spatial-visualization
📏 Medium solution 💡 3 insights
Problem
Numbers on a cube's faces are multiplied three at a time at each corner and added. Find the largest total.

Pick an answer.

(A)
312
(B)
343
(C)
625
(D)
729
(E)
1680
How to solve
Strategy Extreme Principle

The question asks for the greatest possible value, so this is an optimization — tool #14 (Extreme Principle) is the spine. But before we can push the sum to its maximum, we need a clean formula for it. Tool #17 (Visualize Spatial Relationships) shows that each vertex picks one face from each pair of opposite faces, and tool #4 (Introduce a Variable) lets us name the opposite pairs and factor the messy eight-term sum into the tidy product (a+a')(b+b')(c+c'). Once the sum is a product of three pieces whose total is fixed, the Extreme Principle tells us to make the pieces equal, and tool #6 (Guess and Check) confirms an equal split is actually buildable and that lopsided splits score lower.

1STEP 1

See what meets at a vertex

Each corner takes one face from each pair.

vertex product = (from pair 1)×(from pair 2)×(from pair 3)
2STEP 2

Name the opposite pairs

Naming the pairs makes the structure visible.

pairs: (a,a'), (b,b'), (c,c')
3STEP 3

Factor the eight-term sum

The whole sum factors into three brackets.

Σ = (a+a')(b+b')(c+c')
4STEP 4

Make the three sums equal

Their total is fixed, so make them equal.

(a+a')+(b+b')+(c+c') = 27 → max product at 9 · 9 · 9 = 9³ = 729
5STEP 5

Build it and check

A real arrangement gives 729, choice (D).

(2+7)(3+6)(4+5) = 9 · 9 · 9 = 729 = (D)
Answer
729
The sum equals (a+a')(b+b')(c+c') with the three factors totaling 27, so the product can be at most 9³ = 729; choice (E) 1680 is impossible because it exceeds this ceiling, and (A) 312, (B) 343, (C) 625 all come from unbalanced pairings that fall short. Sanity check the build: pairing (2,7),(3,6),(4,5) gives 9 · 9 · 9 = 729, matching (D) exactly. Note 343 = 7³ and 729 = 9³ are both perfect cubes, a hint that the answer is a balanced product.
💡Key takeaway

The cube-sum is just (top+bottom)(front+back)(left+right), and three numbers with a fixed total multiply to the most when you split them evenly — so make every opposite pair add to 9.

  • See what meets at a vertex
  • Name the opposite pairs
  • Factor the eight-term sum
  • Make the three sums equal
  • Build it and check