Hello,
I have re-read the provided solution for this problem several times but still don't get it. If anyone could explain it differently, that would be appreciated.
Thanks in advance!
If p 3 is divisible by 80, then the positive integer p must have at least how many distinct factors?
Answers are: 2,3,6,8,10
Correct Answer is 6.
Provided solution:
The prime factorization of 80 is (2)(2)(2)(2)(5) = 2 45 1. Thus, p 3 = 2 45 1 x, where x is some integer.
Assigning the factors of p 3 to the prime boxes of p will help us see what the factors of p could be.
(There is a chart here showing p 3 times and it's possible factors)
The prime factors in ( ) above are factors not explicitly given for p 3, but which must exist. We know that p 3 is the cube of an integer, and must have “triples” of the prime factors of p. Since p 3 has a factor of 2 3, p must have a factor of 2. The fact that p 3 has an “extra” 2 and a 5 among its factors indicates that p has additional factors of 2 and 5.
If p is a multiple of (2)(2)(5) = 20, then at the very least p has 1, 2, 4, 5, 10, and 20 as factors. So we can conclude that p has at least 6 distinct factors.
Alternatively, we can use this shortcut for computing the number of factors:
(2’s exponent + 1)(5’s exponent + 1) = (2 + 1)(1 + 1) = (3)(2) = 6.
The correct answer is C.