Question

Difficulty: EasyPrime Factorization, GCD, and LCM

Two positive integers xx and yy have a greatest common divisor (GCD) of 66 and a least common multiple (LCM) of 108108. If x=18x = 18, what is the value of yy?

  1. A
    1818
  2. 3636Answer
  3. C
    5454
  4. D
    108108
  5. E
    648648

Answer

The value of yy is 3636.
For any two positive integers xx and yy, their product equals the product of their greatest common divisor and least common multiple: xy=GCD(x,y)LCM(x,y)x \cdot y = \text{GCD}(x,y) \cdot \text{LCM}(x,y). Substituting x=18x = 18, GCD=6\text{GCD} = 6, and LCM=108\text{LCM} = 108 gives 18y=6108=64818y = 6 \cdot 108 = 648. Dividing both sides by 1818 yields y=36y = 36.

Step-by-Step Solution

1
State the fundamental identity relating GCD, LCM, and two positive integers.
x×y=GCD(x,y)×LCM(x,y)x \times y = \text{GCD}(x,y) \times \text{LCM}(x,y)
For any two positive integers, the product of the numbers is equal to the product of their greatest common divisor and least common multiple.
2
Substitute the known values x=18x = 18, GCD=6\text{GCD} = 6, and LCM=108\text{LCM} = 108 into the equation.
18×y=6×10818 \times y = 6 \times 108
Replace the abstract variables with the specific values provided in the question stem.
3
Multiply the numbers on the right side of the equation.
18×y=64818 \times y = 648
Simplify the product of the GCD and LCM.
4
Divide both sides by 1818 to isolate yy.
y=64818=36y = \frac{648}{18} = 36
Solve for the unknown integer yy.

Key Concept

Relationship between GCD, LCM, and the product of two positive integers
Estimated Time:1m 0s
Rate this question