Hi
VeritasPrepKarishma,
I used the following approach and marked E as the answer:
Statement 1) If any single value in the list is increased by 1, the number of different values in the list does not change. Here, I used 2 sample Sets:
A = {10,2,3};# of different values = 3
B = {10,2,2};# of different values = 2
Option 1: A(+1) = {11,2,3}; # of different values = 3
Option 2: A(+1) = {10,3,3}; # of different values = 2 Discarded because does not satisfy the condition of different values
Option 2: A(+1) = {10,2,4};# of different values = 3
Are the numbers consecutive? YES.
But before I say, 1) is sufficient, I went to Set B.
Option 1: B(+1) = {11,2,2}; # of different values = 2
Option 2: B(+1) = {10,2,3}; # of different values = 3; Discarded because does not satisfy the condition of different values
Are the numbers consecutive? NO.
Therefore, Insufficient.
Statement 2: At least one value occurs more than once in the list. Set B = {10,2,2} satisfies the condition here, so I took that. But it does not have 2 consecutive integers. So, the answer to the question is NO.
and also, C = {10, 2,2,3,3}. It has 2 consecutive integers. So, YES.
Insufficient
Statement 1) and 2) together:
B = {10,2,2}; # of different values = 2
And, B(+1) = {11,2,2}; # of different values = 2
Are the numbers consecutive? NO.
C = {10, 2,2,3,3}; # of different values = 3
C (+1) = {11,2,2,3,3}; # of different values = 3
Are the numbers consecutive? YES.
Still insufficient.
Please explain where did I go wrong? Thanks.