This is a “Yes-No” type of DS question. We know that \(z_1\), \(z_2\), \(z_3\), \(z_4\)….. is a sequence of even consecutive integers. We are trying to find out if the sum of all these integers will yield a perfect square.
From statement I alone, the median of the series is 4n.
The median of any set of data values is that value that divides the data set into two equal halves. It depends on the number of values in the ordered data set.
Since the question says z1, z2, z3… zn are consecutive even integers, it’s already in order.
The best way to deal with statement I is to take some values for n and assume the general form of even integers.
Let \(z_1\) = 2k, \(z_2\) = 2k + 2, \(z_3\) = 2k +4 and so on.
If n is even, say n = 4, the terms would be \(z_1\), \(z_2\), \(z_3\), and \(z_4\) and the median would be \(\frac{z_2 + z_3 }{ 2}\) = 4*4 = 16 OR \(z_2\) + \(z_3\) = 32.
\(z_2\) = 2k + 2 and \(z_3\) = 2k + 4. Therefore, 4k + 6 = 32 or 4k = 26 which gives us k = 6.5. Clearly this is impossible since ‘k’ has to be an integer.
This helps us rule out the possibility that the number of terms is even. The number of terms i.e. the value of ‘n’ HAS TO be odd.
Let n = 1, \(z_1\) = Median = 4. The sum of the integers IS a perfect square.
Let n = 3. \(z_1\), \(z_2\) and \(z_3\) are the terms with z2 being the median; Therefore, 2k + 2 = 12 or 2k = 10 or k = 5. Also, since the terms are consecutive, mean = median = 12.
Sum of terms = Mean * number of terms = 12 * 3 = 36. The sum is a perfect square.
Let n = 5. \(z_3\) = 2k + 4 = Median = 20. Therefore, k = 8.
Sum of terms = 20 * 5 = 100. The sum is a perfect square.
From statement I alone, we can conclude that the sum of the series is a perfect square. Statement I alone is sufficient. Answer options B, C and E can be eliminated. Possible answers are A or D.
From statement II alone, \(z_n\) – \(z_1\) = 12. This means \(z_n\) = \(z_1\) + 12. This helps us understand that the sequence has 7 consecutive even integers.
However, knowing the number of integers is not sufficient to say if the sum of these integers will be a perfect square.
For example, if \(z_1\) = 2 and \(z_7\) = 14, mean = 8 and sum of terms = 8 * 7 = 56, not a perfect square.
On the other hand, if \(z_1\) = 22 and \(z_7\) = 32, mean = 28 and sum of terms = 28 * 7 = 196 which IS a perfect square.
Statement II alone is insufficient to answer the question. Answer option D can be eliminated.
The correct answer option is A.
Hope that helps!