Concept:Prime factors are numbers greater than 1 that are divisible only by 1 and themselves.Write 72 as a product of only these prime numbers.Explanation:Divide 72 by the smallest prime, 2.72÷2=3636÷2=1818÷2=9Now 9 is not divisible by 2, so divide by the next prime, 3.9÷3=33÷3=1So the prime factors are 2,2,2,3,3.Group the same primes using exponents:There are three 2's and two 3's.Therefore, 72=23×32.Answer:72=23×32