A x x cube is made of normal dice. Each die's opposite sides sum to . What is the smallest possible sum of all of the values visible on the faces of the large cube?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Classify dice by visible faces: 8 corners show 3 mutually adjacent faces (min 1+2+3), 12 edges show 2 (min 1+2), 6 face-centers show 1; total 8*6+12*3+6*1 = 90.
Solution
Each die can be oriented independently, so minimize each die's visible total separately and add.
Sort the dice by how many faces show. The corner dice show faces, the edge dice show , the dice at the centers of the big faces show , and the central die shows none.
Because opposite faces sum to , the three faces at any corner of a die are pairwise non-opposite; the faces are pairwise non-opposite (their opposites are ), so they do meet at a corner and a corner die can show , which is the least possible. An edge die shows two adjacent faces, at best . A face-center die shows a single face, at best .
Minimum total:
The answer is .
Why this works
When the parts of a sum can be chosen independently, the minimum of the sum is the sum of the minima, so the problem reduces to knowing the breakdown of a cube and the smallest total on , or adjacent faces of a die. The "opposite faces sum to " clue is what guarantees the small numbers can all be visible at once.
The trap
Miscounting the 8 corner, 12 edge and 6 face-center dice (or including the hidden center die), which shifts the total to 84 or 96.
Common mistakes
- Miscounting the 8 corner, 12 edge and 6 face-center dice (or including the hidden center die), which shifts the total to 84 or 96.
- Doubting that , and can all show on one corner die; they can, because none of them are opposite each other (their opposites are , , ).
Techniques
Set up the equation/formula and compute; no special trick needed · Consider the largest/smallest element or boundary case