by RonPurewal Tue Nov 04, 2008 8:24 am
here's a cool fact:
you can find the total number of factors of any number by:
1) taking the exponents of the prime numbers in the prime factorization of the number
2) adding 1 to each of the exponents
3) multipliying the resulting numbers
the explanation behind this method is in the newest edition of our number properties strategy guide, but, in the final analysis, all that really matters (for gmat purposes) is that you know how to execute the method.
in this case, there are (2 + 1)(3 + 1)(3 + 1)(2 + 1) = 3 x 4 x 4 x 3 = 144 total factors.
if you want numbers that are NOT multiples of 6, there are two ways to do this.
here's the full details of one, and a sketch of the other.
--
(1) calculate directly: (factors that are not multiples of 3) + (factors that are not multiples of 2) - (factors that are multiples of neither 2 nor 3)
note that you have to subtract out the latter term because those numbers are double-counted in the first two terms.
the factors that are not multiples of 3 are factors of the remaining prime factorization once the 3's are taken out, viz., (7^2)(2^3)(5^2).
there are (2 + 1)(3 + 1)(2 + 1) = 3 x 4 x 3 = 36 such numbers.
the factors that are not multiples of 2 are factors of the remaining prime factorization once the 2's are taken out, viz., (7^2)(3^3)(5^2).
there are (2 + 1)(3 + 1)(2 + 1) = 3 x 4 x 3 = 36 such numbers.
the factors that are multiples of neither 2 nor 3 are factors of the remaining prime factorization once the 2's and the 3's are taken out, viz., (7^2)(5^2).
there are (2 + 1)(2 + 1) = 3 x 4 x 3 = 9 such numbers.
so, there are 36 + 36 - 9 = 63 such factors in total.
how does this square up with the solution given in the archive?
--
(2)
sketch of indirect calculation:
(total factors of 264600) - (factors that ARE divisible by 6)
there are 144 total factors of 264600.
the factors that ARE divisible by 6 must include at least one '2' and at least one '3'. if you know how to calculate this**, then you'll get (2 + 1)(3)(3)(2 + 1), in which you don't add 1 to the 3's anymore. that's 3 x 3 x 3 x 3, or 81.
therefore, there are 144 - 81 = 63 desired factors.
--
**if anyone is interested, i suppose i could post the rationale behind this.