Soru

Zorluk: OrtaGreatest Common Divisor (GCD) and Least Common Multiple (LCM)

For distinct prime numbers pp and qq, two positive integers are defined as a=p3q2a = p^3 q^2 and b=p2q4b = p^2 q^4. What is the ratio of the least common multiple of aa and bb to the greatest common divisor of aa and bb?

  1. pq2p q^2Cevap
  2. B
    p3q4p^3 q^4
  3. C
    p2q2p^2 q^2
  4. D
    p5q6p^5 q^6
  5. E
    pqp q

Cevap

pq2p q^2
The greatest common divisor of a=p3q2a = p^3 q^2 and b=p2q4b = p^2 q^4 is p2q2p^2 q^2 by taking the minimum exponent for each prime factor. The least common multiple is p3q4p^3 q^4 by taking the maximum exponent for each prime factor. Dividing the LCM by the GCD yields p3q4p2q2=pq2\frac{p^3 q^4}{p^2 q^2} = p q^2.

Adım Adım Çözüm

1
Find the prime factorization representation of the greatest common divisor (GCD) of aa and bb.
GCD(a,b)=pmin(3,2)qmin(2,4)=p2q2\text{GCD}(a, b) = p^{\min(3, 2)} q^{\min(2, 4)} = p^2 q^2
The GCD taking prime factorizations uses the minimum power of each common prime factor.
2
Find the prime factorization representation of the least common multiple (LCM) of aa and bb.
LCM(a,b)=pmax(3,2)qmax(2,4)=p3q4\text{LCM}(a, b) = p^{\max(3, 2)} q^{\max(2, 4)} = p^3 q^4
The LCM taking prime factorizations uses the maximum power of each prime factor.
3
Compute the ratio of the LCM to the GCD.
\frac{\text{LCM}(a, b)}{\text{GCD}(a, b)} = \frac{p^3 q^4}{p^2 q^2} = p^{3-2} q^{4-2} = p q^2
Dividing exponential terms with the same base requires subtracting their exponents.

Anahtar Kavram

Calculating GCD and LCM using prime factor exponent rules and evaluating their ratio
Bu soruyu puanla