Anonymous Wrote:Sweet!
How do you drive this formula ?
it has a stick shift, so i hope you know how to drive manual.
heh heh...
ok seriously:
if you have a prime raised to, say, the 4th power (such as 7^4), then there are 5 options for how many of that prime will occur in a given factor: 0, 1, 2, 3, or 4 of them.
if you have a prime raised to, say, the 6th power (such as 3^6), then there are 7 options for how many of that prime will occur in a given factor: 0, 1, 2, 3, 4, 5, or 6 of them.
you see the pattern: if a prime is raised to the n'th power, then there are (n + 1) different options for the number of times that prime can appear in any factor.
you're making this decision separately for each prime in the factorization, so you multiply all those numbers together.
second example (to make sure you understand)
how many factors does 3500 have?
highlight the area below to read the answer (which is currently written in white on a white background):
3500 = (2^2)(5^3)(7^1), so the exponents are 2, 3, and 1. therefore, (2 + 1)(3 + 1)(1 + 1) = 3 x 4 x 2 = 24 factors.