The prime factorizations of two positive integers and are given by and , where , , and are positive integers. If the greatest common divisor of and is , and their least common multiple is \text{lcm}, what is the value of ?
Answer: 8
Answer
The correct answer is 8.
For any two positive integers expressed in prime factorized form, the greatest common divisor contains each prime factor raised to the minimum of its exponents in the two numbers, while the least common multiple contains each prime factor raised to the maximum of its exponents. For prime factor 2, the GCD has exponent 2, so min(a, 4) = 2, giving a = 2. For prime factor 3, the GCD has exponent 3, so min(5, c) = 3, giving c = 3. For prime factor 5, the LCM has exponent 3, so max(b, 0) = 3, giving b = 3. Adding these values together yields a + b + c = 2 + 3 + 3 = 8.
Step-by-Step Solution
Key Concept
Relating prime factor exponents to GCD (minimum exponent) and LCM (maximum exponent)