A certain positive integer has a total of 16 factors. The square of this number cannot have which one of the following total factors?(A) 31
(B) 45
(C) 49
(D) 63
(E) 87
Finding the Number of Factors of an Integer First, make the prime factorization of an integer \(n = a^p * b^q * c^r\), where \(a\), \(b\), and \(c\) are prime factors of \(n\), and \(p\), \(q\), and \(r\) are their respective powers.
The number of factors of \(n\) will be expressed by the formula \((p+1)(q+1)(r+1)\).
NOTE: this will include 1 and \(n\) itself.
Example: Finding the number of all factors of 450: \(450 = 2^1 * 3^2 * 5^2\)
Given the number has 16 factors. So (p + 1)(q + 1)(r + 1)... = 16.
All valid factorizations of 16 are:
16
8 * 2
4 * 4
4 * 2 * 2
2 * 2 * 2 * 2
Check each case.
Case 1: 16.The number is of the form prime^15.
It's square would be p^30, which would have (30 + 1) = 31 positive factors.
Case 2: 8 * 2The number is of the form p^7 * q^1, since (7 + 1)(1 + 1) = 16.
Its square would be p^14 * q^2, which would have (14 + 1)(2 + 1) = 45 positive factors.
Case 3: 4 * 4The number is of the form p^3 * q^3, since (3 + 1)(3 + 1) = 16.
Its square would be p^6 * q^6, which would have (6 + 1)(6 + 1) = 49 positive factors.
Case 4: 4 * 2 * 2The number is of the form p^3 * q^1 * r^1, since (3 + 1)(1 + 1)(1 + 1) = 16.
Its square would be p^6 * q^2 * r^2, which would have (6 + 1)(2 + 1)(2 + 1) = 63 positive factors.
Case 5: 2 * 2 * 2 * 2The number is of the form p^1 * q^1 * r^1 * s^1, since (1 + 1)(1 + 1)(1 + 1)(1 + 1) = 16.
Its square would be p^2 * q^2 * r^2 * s^2, which would have (2 + 1)(2 + 1)(2 + 1)(2 + 1) = 81 positive factors.
Thus, the square can have 31, 45, 49, 63, or 81 positive factors, so 87 is not possible.
Answer: E