Find prime factors of 64
Break any number into its prime factors with a complete factor tree.
64
Divide 64 by the smallest prime factors repeatedly:
Step 1: Is 64 divisible by 2?
64 is even (last digit is 4)
64 ÷ 2 = 32
Step 2: Is 32 divisible by 2?
32 is even (last digit is 2)
32 ÷ 2 = 16
Step 3: Is 16 divisible by 2?
16 is even (last digit is 6)
16 ÷ 2 = 8
Step 4:
8 ÷ 2 = 4
Step 5:
4 ÷ 2 = 2
Step 6:
2 ÷ 2 = 1
Prime factorization (expanded):
64 = 2 × 2 × 2 × 2 × 2 × 2
In exponential form:
64 = 2⁶
64 = 2⁶
How to find prime factors of 64
To find the prime factorization of 64, start dividing by the smallest prime factor (2), then try 3, 5, 7, and so on until the quotient is 1. Each prime factor and its power make up the factorization.
This is a prime factorization — every integer greater than 1 has a unique prime factorization. We find it by dividing by the smallest primes.
Frequently asked questions
What is the answer to 64?
The answer is 64 = 2⁶.
What method is used?
repeated division — divide by 2, then 3, then 5, and so on until the quotient is 1.