Concept:Expressing a number as a product of its prime factors means breaking it into prime numbers only.Explanation:Divide 72 by the smallest prime, 2.72÷2=3636÷2=1818÷2=9Now 9 cannot be divided by 2, so divide by the next prime, 3.9÷3=33÷3=1So, 72=2×2×2×3×3.This can be written using exponents as 72=23×32.