What is the prime factorization for 870912?
2 Answers
Explanation:
We could do this manually:
First dividing by
etc.
then repeat dividing by
If you have some basic programming skills you could code a program to do this process for you:
Explanation:
870912 ends with the 2 digit, therefore is divisible 2. This happens when the last digit is 0,2,4,6 or 8.
870912/2=435456
435456/2=217728
217728/2=108864
108864/2=54432
54432/2=27216
27216/2=13608
13608/2=6804
6804/2=3402
3402/2=1701
The sum of digits of 1701 is multiple of 9, so this number is divisible at least twice by 3 (if it were multiple of 3 but not of 9, it would mean divisble by 3 just once):
The same happens with 189:
We know that
Counting all the factors we will get