A rectangular box has distinct edge lengths , , and . The sum of the lengths of all edges of is , the sum of the areas of all faces of is , and the volume of is . What is the length of the longest interior diagonal connecting two vertices of ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
The diagonal is sqrt(a^2+b^2+c^2) = sqrt((a+b+c)^2 - 2(ab+bc+ca)); the edge sum and face sum give both pieces without finding a, b, c.
Solution
A box has four edges of each length, so and . It has two faces of each of the three shapes, so and .
Every interior diagonal has length , and the identity gives
So the diagonal is . The volume is never needed.
The answer is .
Why this works
Edge sum, face-area sum and volume are the three elementary symmetric functions of , and any symmetric quantity, such as , can be written in terms of them. Recognizing that the question asks for a symmetric expression saves you from solving a cubic. Extra data (here the volume and "distinct") is often a decoy.
Alternative approach
With all three symmetric functions, are the roots of , i.e. . The edges are and the diagonal is .
The trap
Using 13 as a + b + c (each edge length appears 4 times, so a + b + c = 13/4) or 11/2 as ab + bc + ca instead of 11/4.
Common mistakes
- Using 13 as a + b + c (each edge length appears 4 times, so a + b + c = 13/4) or 11/2 as ab + bc + ca instead of 11/4.
- Trying to solve for the individual edge lengths first; it works, but the cubic costs time and invites arithmetic slips.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta