Question

Difficulty: EasyGreatest Common Divisor (GCD) and Least Common Multiple (LCM)

What is the greatest common divisor (GCD) of 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3?

  1. 3636Answer
  2. B
    7272
  3. C
    180180
  4. D
    10801080
  5. E
    1818

Answer

The greatest common divisor (GCD) of 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3 is 3636.
The greatest common divisor (GCD) is calculated by taking the lowest power of each prime factor common to both expressions. For 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3, the common prime factors are 22 and 33. Taking the smallest exponents gives 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36.

Step-by-Step Solution

1
Identify the common prime factors in both numbers.
The prime factors present in both numbers are 22 and 33. The factor 55 is only present in the first number.
GCD requires prime factors that are shared by all target numbers.
2
Select the minimum exponent for each common prime factor.
For 22: min(3,2)=2\min(3, 2) = 2. For 33: min(2,3)=2\min(2, 3) = 2. For 55: min(1,0)=0\min(1, 0) = 0.
The GCD contains only the prime powers that divide both numbers completely.
3
Multiply the resulting prime power factors to evaluate the GCD.
GCD=22×32=4×9=36\text{GCD} = 2^2 \times 3^2 = 4 \times 9 = 36.
Evaluating the prime factor powers gives the final integer value.

Key Concept

To find the Greatest Common Divisor (GCD) of numbers written in prime factorized form, take the product of each common prime factor raised to its smallest exponent across all the factorizations.
Estimated Time:1m 0s
Rate this question