Suppose that and are positive integers such that . What is the minimum possible value of ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Since 75 = 3 * 5^2, m must supply 3^2 * 5 to make every exponent a multiple of 3, giving m = 45, n = 15.
Solution
Factor: . For to be a perfect cube, every prime in its factorization must appear to a power divisible by . The prime currently has exponent , so must contribute at least ; the prime has exponent , so must contribute at least .
The smallest choice is , which gives , so and .
Could a larger give a smaller sum? Any valid must be divisible by and , so , and then . The sum increases with , so is optimal.
The answer is .
Why this works
"Make this a perfect cube" is a statement about exponents in the prime factorization: pad each exponent up to the next multiple of . The minimal padding gives the minimal , and since grows cubically while grows linearly, the minimal also minimizes .
The trap
Stopping at n = 15 or m = 45 and answering that number, or trying larger n without realizing m grows like a cube.
Common mistakes
- Stopping at or and answering that number, or trying larger without realizing grows like a cube.
- Padding to a perfect square instead of a cube (taking , which makes , not a cube).
Techniques
Set up the equation/formula and compute; no special trick needed · Consider the largest/smallest element or boundary case