Solution:To find: \(k^2\) is odd, means we have to find whether “k” is odd? So, basically it is a “yes” or “no” DS question.
Analysis of statement 1: \(k - 1\) is divisible by 2.Given that \((k – 1)\) is divisible by 2 that means \((k - 1)\) is Even.
We wite as \((k – 1)\) = Even (We must be familiar with operations of even and odd numbers)
[We know ODD – ODD = EVEN or EVEN – EVEN = EVEN]
Here k – ODD = EVEN
So, “k” must be ODD.
Hence statement 1 is sufficient. We can eliminate options B, C and E.
Analysis of statement 2: The sum of k consecutive integers is divisible by k.Let’s take two cases here ‘k’ being odd and ‘k’ being even.
Case 1: Let k be ODD; k =5
Let’s take the consecutive integers as {1, 2, 3, 4, 5}
Sum = 1 + 2 + 3 + 4 + 5 = 15 is divisible by 5.
Case 2: Let k be EVEN; k = 6
Let’s take the consecutive integers as {1, 2, 3, 4, 5, 6}
Sum = 1 + 2 + 3 + 4 + 5 + 6 = 21 is not divisible by 6.
In the above statement it is given that sum of k consecutive integers is divisible by k, which means k must be ODD.
Hence statement 2 is sufficient.
[
Note: We can also say that the property of consecutive integers, that:
The sum of n consecutive integers is divisible by n, if n is ODD.
The sum of n consecutive integers is not divisible by n, if n is EVEN.]
The correct answer option is “D”.