Concept: to find the SUM of all the unique positive factors of a given value, you can find all the unique combinations of the prime bases of the number and then using common factoring end up with the following Rule/Formula:
If a number - N’s prime factorization is given by:
N = (p)^2 * (q)^1
Then for each unique prime, you add up each Prime from the 0th power to its highest power
And then take the product of each one of the SUMS you find (as illustrated below for the hypothetical value of N above):
SUM of unique positive factors of N = (p^0 + p^1 + p^2) * (q^0 + q^1)
What is the value of integer X = ?
Statement 1: the sum of all the factors of X is 31
Since 31 is a prime number itself, using the above concept to find the SUM of all the unique positive factors, you can infer that there must be only ONE UNIQUE PRIME FACTOR which divides X.
This is because the only 2 positive integers that multiply to 31 are——-> (1) * (31) = 31 ——> and since we include (prime)^0 = 1 in each one of our “factors”, we could never have such a scenario.
For example: if there were 2 prime factors that divided X, such that —- N = (p) (q)
then the SUM of the factors would be:
(p^0 + p^1) * (q^0 + q^1) = 31
We could never have one of the Binomial Factors of the above product be just 1 since any base to the 0th power = 1 already.
Thus If the SUM of all the unique positive factors of X is 31, then we can Infer that X is made up of ONLY 1 Unique Prime Factor.
Case 1: try a value of X composed of only the prime factor 2
If X = (2)^4
Then the sum of all the unique prime factors would be:
(2^0 + 2^1 + 2^2 + 2^3 + 2^4) =
(1 + 2 + 4 + 8 + 16) = 31
X can = 16
Case 2: can we use the prime factor of 3 and get the same result?
3’0 = 1
3’1 = 3
3’2 = 9
3’3 = 27 ———-> too high, will not work
Case 3: X is composed only of the Prime Factor 5
If X = (5)^2
Then the SUM of all the unique prime factors would be:
(5^0 + 5^1 + 5^2) =
(1 + 5 + 25) = 31
X can = 25 as well
Since we have two different values for X, statement 1 not sufficient
*note* X can not = 31 because both 1 and 31 divide into 31 and the sum of the factors would be 32, not 31, in violation of statement 1
S2: X = (Y)^2
All statement 2 tells us is that X must be a perfect square.
Thus X = 16 and X = 25 both work.
Together: since case X can = 16 or 25, the statements will be not sufficient together either.
E
Posted from my mobile device