AMC 10 · 2005 · #22

Grade 9 geometry-3d
space-diagonal-formulasurface-areasymmetric-polynomials convert-to-algebraidentify-subproblems ↑ Prerequisites: pythagorean-theoremsurface-areaexponents
📏 Medium solution 💡 2 insights
Problem
A rectangular box has all eight corners on a sphere. Its surface area is 384 and its twelve edges add up to 112. Find the radius of the sphere.

Pick an answer.

(A)
8
(B)
10
(C)
12
(D)
14
(E)
16
How to solve
Strategy Introduce a Variable

Naming the three dimensions turns both givens into symmetric equations in l, w, h. The sphere condition converts into the space diagonal, which needs l² + w² + h² — and that is precisely what appears when the sum l+w+h is squared. So the individual dimensions are never needed, only the two symmetric sums that were handed over.

1STEP 1

Name the three dimensions

Both given facts become symmetric expressions in the three edges.

lw + lh + wh = 192, l + w + h = 28
2STEP 2

The long diagonal is the diameter

All eight corners are equidistant from the box's centre, so the long diagonal is the diameter.

2r = √(l² + w² + h²)
3STEP 3

Pythagoras twice for the diagonal

Two right triangles stacked give that diagonal from the three edges.

√((√(l² + w²))² + h²) = √(l² + w² + h²)
4STEP 4

Square the sum of the edges

Squaring the edge sum produces exactly what is needed: 400.

l² + w² + h² = (l+w+h)² - 2(lw + lh + wh) = 28² - 384 = 784 - 384 = 400
5STEP 5

Halve the diagonal

Halving the diagonal gives 10, choice (B).

2r = √(400) = 20 → r = 10
Answer
10
A diagonal of 20 must be shorter than l + w + h = 28 and longer than any single edge, and it is. It is also worth confirming that a box with this data actually exists, since two equations in three unknowns do not guarantee it: taking l = w = (28 - 4√(13))/3 ≈ 4.53 and h = (28 + 8√(13))/3 ≈ 18.95 gives edge sum 28, surface area 384, and space diagonal exactly 20. So the answer describes a real box, not just a consistent pair of equations.
💡Key takeaway

Squaring l + w + h hands you the surface area for free, so the box's diagonal falls out without ever finding l, w, or h.

  • Name the three dimensions
  • The long diagonal is the diameter
  • Pythagoras twice for the diagonal
  • Square the sum of the edges
  • Halve the diagonal