Solved by pluggable solver: Factor any number |
32 is NOT a prime number: 32 = 2 * 2 * 2 * 2 * 2Work Shown32 is divisible by 2: 32 = 16 * 2. 16 is divisible by 2: 16 = 8 * 2. 8 is divisible by 2: 8 = 4 * 2. 4 is divisible by 2: 4 = 2 * 2. 2 is not divisible by anything.This calculation used this Prime Factorization Algorithm. |
Solved by pluggable solver: Factor any number |
108 is NOT a prime number: 108 = 2 * 2 * 3 * 3 * 3Work Shown108 is divisible by 2: 108 = 54 * 2. 54 is divisible by 2: 54 = 27 * 2. 27 is divisible by 3: 27 = 9 * 3. 9 is divisible by 3: 9 = 3 * 3. 3 is not divisible by anything.This calculation used this Prime Factorization Algorithm. |