It is known that \(\sqrt[3]{r}\) is a positive integer. Is \(\sqrt[3]{r}\) a prime number?Given that \(\sqrt[3]{r}=integer\) --> \(r=integer^3\) --> r is a perfect cube.
(1) All the factors of r that are greater than 1 are divisible by 5. If \(r=5^3\), then \(\sqrt[3]{r}=5=prime\) but if \(r=5^6\), then \(\sqrt[3]{r}=25\neq{prime}\). Not sufficient.
(2) There are exactly four different, positive integers that are factors of r. In order r to have 4 factors it must be of the form of \(r=prime^3\) and in this case \(\sqrt[3]{r}=\sqrt[3]{prime^3}=prime\) OR it must be of the form \(r=ab\), where a and b are primes (in this case the number of factors (1+1)(1+1)=4), but in this case r is NOT a perfect suqre, so this case is out. Sufficient.
Answer: B.
THEORY.
Finding the Number of Factors of an IntegerFirst make 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 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\)
Total number of factors of 450 including 1 and 450 itself is \((1+1)*(2+1)*(2+1)=2*3*3=18\) factors.
Hope it helps.