The question stem tells us that a1 is a prime number. We need to find if 'n' i.e. the number of integers is prime or not
Statement 1:It tells us that a1 = 17
The sequence will be 17, 15, 13, 11, ...
We do not know the sum of these numbers or the number of elements in this sequence, 'n' can be prime # or a composite #, there are infinite possibilities; hence we cannot calculate the value of 'n'
Statement 1 is insufficientStatement 2: It tells us that the sum of the terms in the sequence is 77
According to the information given in the statement, we can see that the first term is a1 and d (difference between 2 consecutive terms will be -2) therefore -
First term (a) = a1
Difference (d) = -2
Number of elements (n) = n
Sum of an AP sequence = (n/2) [ 2a + (n-1)d ]
77 = (n/2) [ 2a + (n-1)(-2) ] ----- putting the value of d and sum
77 = n (a - n - 1) ---- taking out 2 common in the RHS
7 x 11 = n (a - n - 1) ---- factoring 77 = 7 x 11
From the above equation we can see that the two elements in the RHS can be:
(1) n = 7; (a - n - 1) = 11
or,
(2) n = 11; (a - n - 1) = 7
in both the cases we can see that n = prime # (either 7 or 11)
Hence, second statement is sufficient (Option B is the correct answer)