Vijayeta
Let the function p(n) represent the product of the first n prime numbers, where n > 0. If x = p(n) + 1, which of the following must be true?
(i) x is always odd
(ii) x is always prime
(iii) x is never the square of an integer
A. ii only
B. iii only
C. i and ii only
D. i and iii only
E. ii and iii only
p(n) is always even, because the first prime is 2 and no matter what n is, 2 always will be a divisor of p(n). Thus, p(n) + 1 = even + 1 = odd. So, (i) is always true.
Now, use logic:
If (ii) is true (so if x is always prime), then (iii) must automatically be true: no prime is the square of an integer. So, the correct answer must be i only; i, ii, and iii only; or i and iii only. since only "i and iii only" is among the options, then it must be true.
Or, since (i) is always true, then from options the answer must be either C or D. C cannot be correct because if (ii) is true, then so must be (iii). Thus only D remains.Answer: D.
I'm just wondering whether ii is not true? Is there any case that makes ii is not true?