Question

Difficulty: HardDivisibility, Factors, and Multiples

Let m=2a5311bm = 2^a \cdot 5^3 \cdot 11^b and n=245c112n = 2^4 \cdot 5^c \cdot 11^2, where aa, bb, and cc are positive integers. If the greatest common divisor of mm and nn is 23521122^3 \cdot 5^2 \cdot 11^2, and the least common multiple of mm and nn has exactly 180180 positive integer divisors, what is the value of a+b+ca + b + c?

Answer: 13

Answer

The value of a+b+ca + b + c is 1313.
To find a,b,ca, b, c, analyze prime factor exponents. The GCD uses minimum exponents: min(a,4)=3    a=3\min(a,4)=3 \implies a=3, min(3,c)=2    c=2\min(3,c)=2 \implies c=2, and min(b,2)=2    b2\min(b,2)=2 \implies b \ge 2. The LCM uses maximum exponents: 24,53,11b2^4, 5^3, 11^b. The number of divisors of the LCM is (4+1)(3+1)(b+1)=20(b+1)=180(4+1)(3+1)(b+1) = 20(b+1) = 180, yielding b=8b=8. Adding a+b+c=3+8+2=13a+b+c = 3+8+2 = 13.

Step-by-Step Solution

1
Use the prime exponent rule for greatest common divisor to find aa and cc, and bound bb.
a=3a = 3, c=2c = 2, and b2b \ge 2.
The greatest common divisor takes the minimum exponent for each prime factor: min(a,4)=3    a=3\min(a, 4) = 3 \implies a = 3, min(3,c)=2    c=2\min(3, c) = 2 \implies c = 2, and min(b,2)=2    b2\min(b, 2) = 2 \implies b \ge 2.
2
Determine the prime factorization of lcm(m,n)\text{lcm}(m, n).
lcm(m,n)=245311b\text{lcm}(m, n) = 2^4 \cdot 5^3 \cdot 11^b.
The least common multiple takes the maximum exponent for each prime factor: max(3,4)=4\max(3, 4) = 4, max(3,2)=3\max(3, 2) = 3, and max(b,2)=b\max(b, 2) = b since b2b \ge 2.
3
Apply the total number of divisors formula to solve for bb.
b=8b = 8.
The number of positive integer divisors of 245311b2^4 \cdot 5^3 \cdot 11^b is (4+1)(3+1)(b+1)=20(b+1)=180(4+1)(3+1)(b+1) = 20(b+1) = 180, which yields b+1=9b+1 = 9 so b=8b = 8.
4
Calculate the sum a+b+ca + b + c.
a+b+c=13a + b + c = 13.
Summing the values a=3a=3, b=8b=8, and c=2c=2 gives 3+8+2=133 + 8 + 2 = 13.

Key Concept

GCD and LCM prime factor exponent rules and total divisor formula
Rate this question