What is the length of the longest line that can be drawn in a
box?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider the blue rectangle that creates the top face. Drawing a diagonal (draw it between, say, the vertices to the farthest left and right on the top face), we can find the length through the Pythagorean Theorem. Assume 20 and 12 are the base and length of the top face. The length of this diagonal, a, is given through the Pythagorean Theorem: 2 0 2 + 1 2 2 = a .
Now, imagine cutting the entire box in half with the diagonal (make a cut from the farthest left/right on the top face to the bottom face). Now, facing you, would be a rectangle with a base and length of 9 and a, the length of the diagonal.
Now, you can create another diagonal in this square. If you have imagined this correctly, it should be fairly obvious and pretty intuitive why this is the longest line in the box. We can once again use the 2-d Pythagorean theorem to get
9 2 + a 2
= 8 1 + ( 2 0 2 + 1 2 2 ) 2
= 8 1 + 4 0 0 + 1 4 4
= 6 2 5
= 2 5 = x = length of the longest line in the box!
Therefore, the length of the longest line that can be drawn in this box is 2 5 !