Respuesta :

For this we just need to keep dividing 64 until we are left with just the prime numbers:

64
=2*32
=2*2*16
=2*2*2*8
=2*2*2*2*4
=2*2*2*2*2*2

Therefore, 64 = 2^6
start with lowest prime numbers
64/2,
2 32/2,
2 2 16/2,
2 2 2 8/2,
2 2 2 2 4/2,
2 to the 6th
check by multiplying back
2 x 2 x 2 x 2 x 2 x 2= 64