Question

Difficulty: MediumPrime Factorization, GCD, and LCM

Two positive integers xx and yy satisfy x<yx < y, gcd(x,y)=18\gcd(x, y) = 18, and lcm(x,y)=1080\text{lcm}(x, y) = 1080. If xx has exactly 66 positive divisors, what is the value of yy?

  1. A
    216216
  2. B
    270270
  3. C
    360360
  4. D
    540540
  5. 10801080Answer

Answer

1080
Since gcd(x,y)=18\gcd(x, y) = 18 and lcm(x,y)=1080\text{lcm}(x, y) = 1080, we can express x=18mx = 18m and y=18ny = 18n with gcd(m,n)=1\gcd(m, n) = 1 and m<nm < n. Substituting into lcm(x,y)=18mn=1080\text{lcm}(x, y) = 18mn = 1080 gives mn=60mn = 60. The coprime pairs (m,n)(m, n) with m<nm < n are (1,60)(1, 60), (3,20)(3, 20), (4,15)(4, 15), and (5,12)(5, 12). Testing x=18mx = 18m for each pair: for m=1m = 1, x=18=2132x = 18 = 2^1 \cdot 3^2, which has (1+1)(2+1)=6(1+1)(2+1) = 6 positive divisors. This matches the condition, so n=60n = 60 and y=18×60=1080y = 18 \times 60 = 1080.

Step-by-Step Solution

1
Express xx and yy in terms of their Greatest Common Divisor
Let x=18mx = 18m and y=18ny = 18n, where mm and nn are positive integers such that m<nm < n and gcd(m,n)=1\gcd(m, n) = 1.
Since gcd(x,y)=18\gcd(x, y) = 18, both numbers must be multiples of 1818, and their remaining factor parts must be coprime.
2
Use the LCM formula lcm(x,y)=18mn\text{lcm}(x, y) = 18mn to find mnmn
18mn=1080    mn=6018mn = 1080 \implies mn = 60.
The least common multiple of 18m18m and 18n18n with gcd(m,n)=1\gcd(m,n)=1 is 18mn18mn.
3
Find all coprime factor pairs (m,n)(m, n) of 6060 with m<nm < n
The prime factorization of 6060 is 2231512^2 \cdot 3^1 \cdot 5^1. Coprime pairs (m,n)(m, n) are (1,60)(1, 60), (3,20)(3, 20), (4,15)(4, 15), and (5,12)(5, 12).
Pairs must be coprime so that gcd(18m,18n)=18\gcd(18m, 18n) = 18 remains true.
4
Determine the number of positive divisors for x=18mx = 18m for each candidate pair
For m=1m = 1, x=18=2132x = 18 = 2^1 \cdot 3^2, which has (1+1)(2+1)=6(1+1)(2+1) = 6 positive divisors.
The number of positive divisors of p1a1p2a2p_1^{a_1} p_2^{a_2} \dots is given by (a1+1)(a2+1)(a_1 + 1)(a_2 + 1) \dots. Only m=1m = 1 gives exactly 66 divisors.
5
Calculate yy
y=18n=1860=1080y = 18n = 18 \cdot 60 = 1080.
Corresponding to m=1m = 1, n=60n = 60 gives y=1080y = 1080.

Key Concept

Prime Factorization, GCD/LCM Coprime Relationships, and Divisor Counting Formula

Alternative Method

Alternatively, use gcd(x,y)lcm(x,y)=xy    xy=181080=19440\gcd(x, y) \cdot \text{lcm}(x, y) = x \cdot y \implies x \cdot y = 18 \cdot 1080 = 19440. Since xx has 66 positive divisors and xx is a multiple of 1818, xx must equal 1818 because 18=213218 = 2^1 \cdot 3^2 has (1+1)(2+1)=6(1+1)(2+1) = 6 divisors. Then y=19440/18=1080y = 19440 / 18 = 1080.
Estimated Time:1m 30s
Rate this question