Question

Difficulty: HardPrime Factorization, GCD, and LCM

Let xx and yy be positive integers such that gcd(x,y)=14\gcd(x, y) = 14 and lcm(x,y)=420\text{lcm}(x, y) = 420. Which of the following values could be the sum x+yx + y? Select all such values.

  1. 154Answer
  2. 182Answer
  3. C
    210
  4. 238Answer
  5. E
    435

Answer

The possible values for the sum x+yx + y are 154, 182, and 238.
By writing x=14ax = 14a and y=14by = 14b with gcd(a,b)=1\gcd(a, b) = 1, the relation lcm(x,y)=14ab=420\text{lcm}(x, y) = 14ab = 420 requires ab=30ab = 30. The positive coprime factor pairs of 30 are (1,30)(1, 30), (2,15)(2, 15), (3,10)(3, 10), and (5,6)(5, 6). Multiplying these pairs by 14 gives the possible sums 434, 238, 182, and 154. Therefore, the options equal to 154, 182, and 238 are all correct.

Step-by-Step Solution

1
Express xx and yy in terms of their greatest common divisor.
Let x=14ax = 14a and y=14by = 14b, where aa and bb are positive integers such that gcd(a,b)=1\gcd(a, b) = 1.
Factoring out the greatest common divisor leaves coprime quotient factors aa and bb.
2
Relate the least common multiple to aa and bb.
\text{lcm}(x, y) = 14ab = 420 \implies ab = \frac{420}{14} = 30$.
The least common multiple of two numbers sharing a GCD of gg is given by gabg \cdot a \cdot b.
3
Find all coprime pairs (a,b)(a, b) with aba \le b whose product is 30.
The prime factorization of 30 is 2×3×52 \times 3 \times 5. The valid coprime pairs (a,b)(a, b) are (1,30)(1, 30), (2,15)(2, 15), (3,10)(3, 10), and (5,6)(5, 6).
Since gcd(a,b)=1\gcd(a, b) = 1, all factors of 30 split into pairs of coprime integers.
4
Calculate the corresponding values of xx, yy, and their sum x+yx + y for each pair.
Pair (1, 30): x=14,y=420    x+y=434x = 14, y = 420 \implies x + y = 434.
Pair (2, 15): x=28,y=210    x+y=238x = 28, y = 210 \implies x + y = 238.
Pair (3, 10): x=42,y=140    x+y=182x = 42, y = 140 \implies x + y = 182.
Pair (5, 6): x=70,y=84    x+y=154x = 70, y = 84 \implies x + y = 154.
Multiplying each pair by the GCD of 14 yields the original integers xx and yy.

Key Concept

Relationship between GCD, LCM, and prime factorization of quotient factors
Rate this question