AMC 10 · 2024 · #24

Grade 11 geometry-3dnumber-theory
herons-formulasurface-arealaw-of-cosinesextremal-constructionspatial-visualization work-backwardsbound-inequality-then-enumeratespatial-visualization ↑ Prerequisites: pythagorean-theoremarea-trianglespolygon-inequality
📏 Long solution 💡 5 insights
Problem
A tetrahedron whose four triangular faces are all congruent to one another is called a disphenoid. Among all disphenoids whose faces are scalene triangles (three different side lengths) and whose side lengths are whole numbers, find the smallest possible total surface area, meaning the combined area of all four faces.

Pick an answer.

(A)
$\sqrt{3}$
(B)
$3\sqrt{15}$
(C)
15
(D)
$15\sqrt{7}$
(E)
$24\sqrt{6}$
How to solve
Strategy Visualize Spatial Relationships

There are two separate demands hiding in this problem, and the whole thing turns on noticing the second one. The first is easy: four congruent faces means the total surface area is just four times one triangle's area, so the search is over triangles. The second is the trap. Not every triangle can be the face of a disphenoid. Taking four copies of any old scalene triangle and trying to fold them into a tetrahedron usually fails, so the phrase "a disphenoid exists" must first be translated into a condition on the triangle's three sides. The cleanest way to get that translation is to picture the disphenoid sitting inside a rectangular box, using four of the box's eight corners. That picture turns the three face sides into three box edges, and the box edges must have positive length. Working that requirement backwards produces exactly one extra inequality on a, b, c. After that the problem becomes a bounded integer search: find the smallest side lengths that pass both the triangle test and the new test, compute the area with Heron's formula, and then prove with a lower bound on area that nothing else can do better.

1STEP 1

Four faces, one triangle

The surface is four times one face.

total surface area = A + A + A + A = 4A
2STEP 2

Put the tetrahedron inside a box

The sides become face diagonals of a box.

a = √(p²+q²), b = √(q²+r²), c = √(r²+p²)
3STEP 3

Recover the box from the triangle

The three sides recover the three edges.

p² = (a²+c²-b²)/2, q² = (a²+b²-c²)/2, r² = (b²+c²-a²)/2
4STEP 4

Positive edges means an acute triangle

For real edges the face must be acute.

q² = abcos C > 0 ⇔ C < 90° ⇔ a² + b² > c²
5STEP 5

Put a floor under the area

Acuteness makes the area grow with the product of sides.

60° ≤ C < 90° → A = 1/2absin C ≥ 1/2ab · √(3)/2 = √(3)/4ab
6STEP 6

The shortest side is at least 4

Scalene plus acute forces the short side to 4.

(b+1)² ≤ c² < a²+b² → a² > 2b+1 ≥ 2a+3 → (a-3)(a+1) > 0 → a ≥ 4
7STEP 7

Measure the 4-5-6 triangle

Heron gives a surface of fifteen root seven.

A = √(15/2 · 7/2 · 5/2 · 3/2) = √(1575/16) = 15√(7)/4, 4A = 15√(7)
8STEP 8

Rule out everything else

No smaller candidate survives.

√(3) ab ≤ 4A < 15√(7) → ab < 5√(21) ≈ 22.9; a ≥ 4, b ≥ a+1 → (a,b) = (4,5)
9STEP 9

Check the box is real

All three squared edges are positive, so it is 15√(7).

p² = 27/2, q² = 5/2, r² = 45/2, all > 0
Answer
15√(7)
Numerically 15√(7) ≈ 39.69, so one face has area about 9.92. That is a strong sanity check on its own: for sides 4 and 5 the area is 1/2 · 4 · 5 · sin C = 10sin C, which can never exceed 10, and the value 9.92 corresponds to sin C ≈ 0.992, meaning C ≈ 82.8° — acute, but only just, which is exactly what a minimal acute triangle should look like. The other choices fail badly. Choice (A) √(3) ≈ 1.73 and choice (B) 3√(15) ≈ 11.6 and choice (C) 15 are all below √(3) ab = 20√(3) ≈ 34.6, the floor that every legal candidate must clear, so none of them can be any disphenoid's surface area. Choice (E) 24√(6) ≈ 58.8 is a real disphenoid, but the wrong one: it is exactly the 5-6-7 face, which is what a solver lands on after searching carelessly. Checking a few more legal triples by Heron confirms the ordering: (4,5,6) → 15√(7) ≈ 39.69, then (4,6,7) → 3√(255) ≈ 47.91, then (4,7,8) → √(3135) ≈ 55.99, then (5,6,7) → 24√(6) ≈ 58.79. Nothing dips below the first. It is also worth confirming the two conditions really are both doing work: (3,4,5) is scalene with integer sides and passes the triangle inequality, and its four faces would total 4 · 6 = 24, which is smaller — but 9 + 16 = 25 is not greater than 25, so it is a right triangle and the box edge q collapses to zero. Dropping the acuteness test is precisely the mistake that produces an answer not on the list.
💡Key takeaway

Four copies of a triangle only fold up into a real solid when that triangle is acute, so the whole problem is a hunt for the smallest acute triangle with three different whole-number sides — and no triangle smaller than 4-5-6 survives both tests.

  • Four faces, one triangle
  • Put the tetrahedron inside a box
  • Recover the box from the triangle
  • Positive edges means an acute triangle
  • A floor under the area
  • The shortest side is at least 4
  • Measure the 4-5-6 triangle
  • Rule out everything else
  • Check the box is real