Respuesta :

12= 2*2*3, because 2 and 3 are both prime factors
I use factor trees when doing this:
               12
               /   \
             4     3
            /  \
          2   2

Leaving 2*2*3 or (2^2)*3

Hope this helps :)