2023 AMC 10B Problems/Problem 17
Problem
A rectangular box 𝒫 has distinct edge lengths 𝑎, 𝑏, and 𝑐. The sum of the lengths of
all 12 edges of 𝒫 is 13, the sum of the areas of all 6 faces of 𝒫 is , and the volume of 𝒫 is
. What is the length of the longest interior diagonal connecting two vertices of 𝒫 ?
Solution 1
Let
and
be the sides of the box, we get
The diagonal of the box is
~Technodoggo
Solution 2 (find side lengths)
Let be the edge lengths.
Then, you can notice that these look like results of Vieta's formula:
Finding when this
will give us the edge lengths.
We can use RRT to find one of the roots:
One is
, dividing gives
.
The other 2 roots are
Then, once we find the 3 edges being and
, we can plug in to the distance formula to get
.
-HIA2020