Dansaw
Hello,
MGMAT introduces in its Number Properties Strategy Guide the following general rule for finding the number of total factors of a certain number:
If a number
with more than two prime factors has prime factorization \(a^x * b^y * c^z\) (where a,b, and c are all primes), then the number has \((x+1)*(y+1)*(z+1)\) different factors.
I am confused about this rule, because
MGMAT introduces this rule in a example with a number that has only two prime factors.
Does this rule also works with only two prime factors in any case?
Thanks for helping!
It's easy to find out why on earth the number of different factors is \((x+1)(y+1)(z+1)\)
Note that \(n=a^x b^y c^z\) and any factor of \(n\) is a combination of \(a,b,c\) with their powers.
For example, with \(45=3^2 \times 5^1\), 45 has factor \(1=3^0 \times 5^0\), or 45 has factor \(9=3^2\times 5^0\)
Likewise, \(n=a^x b^y c^z\) will has factors like \(f=a^{k_1}b^{k_2}c^{k_3}\) and \(0\leq k_1 \leq x;\: 0\leq k_2\leq y;\: 0\leq k_3\leq z\)
Now let's count possible selections of \(f\)
\(k_1\) could be any integer value from 0 to \(x\), so there are \(x+1\) selections
\(k_2\) could be any integer value from 0 to \(y\), so there are \(y+1\) selections
\(k_3\) could be any integer value from 0 to \(z\), so there are \(z+1\) selections
The total possible selections are \((x+1)(y+1)(z+1)\)
That is how the formula is formed.