Question

Difficulty: MediumPrime Numbers and Prime Factorization

If n=184×353×222n = 18^4 \times 35^3 \times 22^2, what is the total number of prime factors of nn, counting multiplicities (the sum of the exponents in its prime factorization)?

  1. A
    5
  2. B
    9
  3. C
    18
  4. 22Answer
  5. E
    23

Answer

The total number of prime factors of nn, counting multiplicities, is 22.
The correct answer is obtained by rewriting each base into prime factors (18=2×3218 = 2 \times 3^2, 35=5×735 = 5 \times 7, 22=2×1122 = 2 \times 11), combining powers of equal bases to obtain n=26×38×53×73×112n = 2^6 \times 3^8 \times 5^3 \times 7^3 \times 11^2, and summing the resulting exponents (6+8+3+3+2=226 + 8 + 3 + 3 + 2 = 22).

Step-by-Step Solution

1
Express each composite base in terms of its prime factors.
18=2×3218 = 2 \times 3^2, 35=5×735 = 5 \times 7, and 22=2×1122 = 2 \times 11.
Prime factorization requires writing every base strictly as a product of prime numbers.
2
Substitute the prime factorizations into the expression for nn and apply exponent rules.
n=(2×32)4×(5×7)3×(2×11)2=(24×38)×(53×73)×(22×112)n = (2 \times 3^2)^4 \times (5 \times 7)^3 \times (2 \times 11)^2 = (2^4 \times 3^8) \times (5^3 \times 7^3) \times (2^2 \times 11^2).
Distribute exponents over multiplication using (a×b)k=ak×bk(a \times b)^k = a^k \times b^k and (am)n=amn(a^m)^n = a^{m \cdot n}.
3
Combine like prime bases by adding their exponents.
n=24+2×38×53×73×112=26×38×53×73×112n = 2^{4+2} \times 3^8 \times 5^3 \times 7^3 \times 11^2 = 2^6 \times 3^8 \times 5^3 \times 7^3 \times 11^2.
Combine terms with identical bases according to exponent rules (am×an=am+na^m \times a^n = a^{m+n}).
4
Sum the exponents of all prime factors to find the total count including multiplicities.
6+8+3+3+2=226 + 8 + 3 + 3 + 2 = 22.
The total number of prime factors counted with multiplicity is given by the sum of exponents in the canonical prime factorization.

Key Concept

Prime Factorization and Exponent Rules
Estimated Time:1m 30s
Rate this question