Three positive integers are each greater than , have a product of , and are pairwise relatively prime. What is their sum?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Pairwise relatively prime factors cannot share a prime, so each prime power of 27000 = 2^3 3^3 5^3 goes whole to one number: 8, 27, 125.
Solution
Factor: .
If two of the numbers shared a prime factor they would not be relatively prime, so every copy of a given prime must sit inside the same number. The three primes must therefore be distributed with all of in one number, all of in another, and all of in a third. Because each number exceeds , no number can be left empty, so the numbers are exactly
Their sum is .
The answer is .
Why this works
"Pairwise relatively prime" means the prime factorizations are disjoint. So a coprime factorization of is a partition of the set of prime powers in ; with three primes and three factors greater than , the partition is forced. Always start such problems with the full prime factorization.
The trap
Splitting the factorization by size (e.g. 30, 30, 30) and ignoring the relatively-prime condition.
Common mistakes
- Splitting the factorization by size (e.g. 30, 30, 30) and ignoring the relatively-prime condition.
- Using or combinations that do not multiply to ; check the product.
Techniques
Set up the equation/formula and compute; no special trick needed