this data suff. question is from CAT #6; I disagree with the answer, and think it should be E.
Posting the question, and my contention with the explanation/answer in red.
------------------------------------------------------------------
A list contains twenty integers, not necessarily distinct. Does the list contain at least two consecutive integers?
(1) If any single value in the list is increased by 1, the number of different values in the list does not change.
(2) At least one value occurs more than once in the list.
Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.
Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
Both statements TOGETHER are sufficient, but NEITHER one ALONE is sufficient.
EACH statement ALONE is sufficient.
Statements (1) and (2) TOGETHER are NOT sufficient.
Explanation for 1+2 together being sufficient: (1) AND (2) SUFFICIENT: Statement 2 indicates that at least one value occurs twice; call that value a.
Statement 1 indicates that increasing any value in the list by 1 will not change the number of distinct values in the list. In this case, then, increasing one of the a values by one, to a + 1, will still leave you with a in the list (since there are at least two a values) as well as a + 1. The value of a + 1, then, must already have been in the original list; if it wasn’t, then you would have just added a new value without getting rid of an old value, and statement 1 forbids this.
For example, if the original list is {1, 1, 2, 4, 6}, then a = 1 and there are four distinct values in the list. Changing one of the 1’s to 2 makes the list {1, 2, 2, 4, 6} and there are still four distinct values. This list does contain two consecutive integers (1 and 2).
If the original list were {1, 1, 3, 5, 7}, then a = 1 and there are four distinct values in the list. Changing one of the 1’s to 2 makes the list {1, 2, 3, 5, 7}, but now there are 5 distinct values in the list! This is not allowed, according to statement 1.
As a result, whatever a is, a + 1 must also be in the original list. The original list must contain at least one pair of consecutive integers.
However, what if the set was (1,3,5,5,7)? This satisfies both conditions (1) and (2), but has no consecutive numbers. Whereas the set (1,1,1,2,2) satisfies both conditions as well, but DOES have consecutive numbers. Thus, even together the statements are still inconclusive, and the answer should (i think) be E. Can anyone explain why its C?
Thanks,
Scott