There are 6 identical square sheets of paper, each with an area of for some positive integer .
Instead of putting them together as a simple cube, these sheets are cut and taped to construct a cuboid of dimensions for some distinct positive integers .
If the volume of the box equals , compute .
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.
According the previous question Box Constant , we learnt that the box's volume V can be calculated from the arithmetic mean of face area A and the harmonic mean of the dimension F :
V = F ⋅ A
In this case, A = a 2 , and V = 9 a 2 . Thus, F = 9 , so we can setup a series of fractions for this equation:
9 = a 1 + b 1 + c 1 3
a 1 + b 1 + c 1 = 3 1
Also, we know that V = a b c = 9 a 2 , so b c = 9 a . That means there are 2 possible scenarios:
1 . b or c is a multiple of 9 .
2 . b & c are both multiples of 3 .
Considering the first one, suppose b = 9 n for some integer n . Then n c = a .
Then n c 1 + 9 n 1 + c 1 = 3 1
n c 1 + c 1 = 3 1 − 9 n 1
n c 1 + n = 9 n 3 n − 1
9 n ( n + 1 ) = n c ( 3 n − 1 )
9 ( n + 1 ) = c ( 3 n − 1 )
Since 3 n − 1 is not a multiple of 9 , 3 n − 1 ∣ n + 1 . The only possible value is n = 1 , making a = b = c = 9 .
However, we know that this box is not a cube, so the latter scenario must apply, and considering the multiple of 3 between integers 3 and 9 , only 6 exists. Therefore, 6 will be one of its dimension. For generality, suppose b = 6 .
a 1 + 6 1 + c 1 = 3 1
a 1 + c 1 = 6 1
Now plugging the value into another equation, 6 c = 9 a . Thus, c = 2 3 a .
a 1 + 3 a 2 = 6 1
3 a 5 = 6 1
3 0 = 3 a
a = 1 0 .
Then c = 1 5 .
Checking the solutions, V = a b c = 6 ⋅ 1 0 ⋅ 1 5 = 9 0 0 . Then the original a 2 = 1 0 0 , which correlates with a = 1 0 .
As a result, a + b + c = 6 + 1 0 + 1 5 = 3 1 .