GMATinsight
rajatchopra1994 DhruvSThe range N-1 with distinct terms in set confirms that the set has consecutive numbersBut statement 1 confirms that Range > N-1 i.e Terms are definitely NOT CONSECUTIVE (Definite Answer) therefore
SUFFICIENT
Just tried solving it with examples to get a better understanding. Anyone who needs more clarity by examples can refer this post.
(1) The range of S is greater than N-1
Since Set S contain N integers
Case 1:
if N=3 and S={1,4,4}
Range= 4-1 =3
and N-1=3-1=2
Therefore Range>N-1 holds true.
Set S does not consists of distinct consecutive integers. Answer: DEFINITE NO
Case 2:
if N=4 and S=0,1,2,3,4
Range=4-0=4
N-1=4-1=3
Therefore Range>N-1 holds true.
Set S does not consists of distinct consecutive integers. Answer: DEFINITE NO
Case 3:
if N=4 and S={-2,0,3,5}
Range=5-(-2)=7
N-1=4-1=3
Therefore Range>N-1 holds true.
Set S does not consists of distinct consecutive integers. Answer: DEFINITE NO
Case 4:
if N=3 and S={1,2,3}
Range=3-1=2
N-1=3-1=2
Since Range is not greater than N-1, this case does not apply.
Case 5:
if N=5 and S={-2,-1,0,1,2}
Range=2-(-2)=4
N-1=5-1=4
Since Range is not greater than N-1, this case does not apply.
We got a Answer: DEFINITE NO for Cases 1,2, and 3.
Hence SUFFICIENT.
(2) The range of S is not N
Set can have a Range N-1, N+1, N+2 hence
Case 1: N=4 and S={1,2,2,4}
Range=4-1=3
N=4
Range!=N --->> True
And Set S
does not consists of distinct consecutive integers.
Case 2: N=4 and S={1,2,3,4}
Range=4-1=3
N=4
Range!=N --->> True
And Set S
consists of distinct consecutive integers.
Hence NOT SUFFICIENT
Final Answer (A)