Concept:To express a number as a product of prime factors, divide it repeatedly by the smallest prime numbers until only 1 remains.
Explanation:Start with
108 and divide by the smallest prime, which is
2.
108=2×5454 is still even, so divide by
2 again.
108=2×2×27Now
27 is not divisible by
2, so divide by the next prime,
3.
27=3×9 and
9=3×3Therefore:
108=2×2×3×3×3Write each repeated factor using exponents.
2×2=22 and
3×3×3=33So,
108=22×33This uses the law of indices:
am×an=am+n.
Answer:108=22×33Therefore, the correct option is A.