Concept:A number is written as a product of primes by repeated division by prime factors.Explanation:Divide 2700 by the smallest prime, 2.2700÷2=13501350÷2=675So, 2700=22×675.Now divide 675 by the next prime, 3.675÷3=225225÷3=7575÷3=25So, 675=33×25.Finally, 25=52.Therefore, 2700=22×33×52.