Maths Olympiad Prep

Track / Stage 1 / 217 of 240 #217 of 2444

Problem 217

Number theory Difficulty 1.6 Multiple choice CEMC Pascal · Canada · 2021

The integer mm is a perfect cube exactly when it is equal to n3n^3 for some integer nn. For example, 1000 is a perfect cube since 1000=1031000 = 10^3. What is the smallest positive integer kk for which the integer 24×32×55×k2^4 \times 3^2 \times 5^5\times k is a perfect cube?

Pick one

Next problem →

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 n3=24×32×55×kn^3 = 2^4 \times 3^2 \times 5^5 \times k where nn is an integer, then the number of times that the prime factors 2, 3 and 5 occur in the integer n3n^3 must be multiples of 3.

Since n3n^3 already includes 4 factors of 2, then kk must include at least 2 additional factors of 2, so that n3n^3 has a factor of 262^6. (kk could also include more factors of 2, as long as the total number of factors of 2 is a multiple of 3.)

Since n3n^3 already includes 2 factors of 3, then kk must include at least 1 additional factor of 3.

Since n3n^3 already includes 5 factors of 5, then kk must include at least 1 additional factor of 5.

Therefore, kk 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 kk is 22×3×5=602^2 \times 3 \times 5 = 60. In principle, kk could also include other prime factors, but to make kk as small as possible, we do not need to consider this further.

Source: CEMC, University of Waterloo, licensed CC-BY-NC-4.0. Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.