Bunuel
If N different positive integers are added and the sum is denoted as S, and if S=NX, is X an integer?
(1) N is odd.
(2) All N numbers are consecutive integers.
Kudos for a correct solution.
VERITAS PREP OFFICIAL SOLUTIONStatement (1): N is Odd. If the numbers are 1,2 and 3 then 6=3 * 2 here X is an integer. and if we take 2, 3, 5, then 10=3 * (10/3) here X is a fraction. Insufficient.
Statement (2): All the N numbers are consecutive integers.
If N is even, and if we take 1 and 2, then S=3 = 2 * 1.5 so X is a fraction. if N is odd, and if we take 1,2 and 3, then S = 6 = 3 * 2, so X is a integer.
Insufficient.
If we combine both the statements, then N is odd and all the numbers are consecutive integers, in that case X has to be positive integer. Hence Option C.
could you please shed some light on the highlighted portion of your explanation for this question ?
If we combine both the statements, then N is odd and all the numbers are consecutive integers,
How do we know this is the case ? ( I know this is the case and i solved it using examples 2k, 2k+1.. etc. not sure how did you get this ).