Three rectangles of dimensions and with and coprime integers are available as the bases on which to build cuboid towers of any heights. The tower on each base will be built with cubic blocks. For example, if we want to make cuboids of heights 1, 2, 3 for the first, second, and third bases, respectively, the total number of the unit blocks used will be But it is not required to use all three of the bases in building cuboid towers: you may use only one or two of the three bases.
You try all combinations of the bases and heights and find that, given 47 unit blocks, you can never build cuboid towers as described above, but that there is always a way to do the job if there are more than 47 blocks.
What is ?
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.
The question is asking for the Frobenius Number , or the greatest integer that can not be put in terms of summation of a 2 , a b , and b 2 .
Since L C M ( a 2 , b 2 ) = ( a b ) 2 , then a b ∣ L C M ( a 2 , b 2 ) .
Hence, we can apply the formula:
4 7 = L C M ( a 2 , a b ) + L C M ( b 2 , a b ) − a 2 − a b − b 2 = a 2 b + b 2 a − a 2 − a b − b 2 = ( a + b + 1 ) ( a − 1 ) ( b − 1 ) − 1 .
Thus, 4 8 = ( a + b + 1 ) ( a − 1 ) ( b − 1 ) , and these are the ways to factorize 4 8 into three factors:
4 8 = 1 × 2 × 2 4 = 1 × 3 × 1 6 = 1 × 4 × 1 2 = 1 × 6 × 8 = 2 × 3 × 8 = 2 × 4 × 6 = 3 × 4 × 4 .
By trial & error, we will find out that a + b + 1 = 8 ; a − 1 = 3 ; b − 1 = 2 . Thus, a = 4 and b = 3 .
Finally, a + b = 7 .