The integer is a perfect cube exactly when it is equal to for some integer . For example, 1000 is a perfect cube since . What is the smallest positive integer for which the integer is a perfect cube?
Problem 217
Pick one
Official solution
Perfect cubes have the property that the number of times that each prime factor occurs is a multiple of 3. This is because its prime factors can be separated into three identical groups; in this case, the product of each group is the cube root of the original number.
In particular, if where is an integer, then the number of times that the prime factors 2, 3 and 5 occur in the integer must be multiples of 3.
Since already includes 4 factors of 2, then must include at least 2 additional factors of 2, so that has a factor of . ( could also include more factors of 2, as long as the total number of factors of 2 is a multiple of 3.)
Since already includes 2 factors of 3, then must include at least 1 additional factor of 3.
Since already includes 5 factors of 5, then must include at least 1 additional factor of 5.
Therefore, includes at least 2 factors of 2, at least 1 factor of 3, and at least 1 factor of 5.
This means that the smallest possible value of is . In principle, could also include other prime factors, but to make as small as possible, we do not need to consider this further.