y is an integer.
If \(y^3\) has to be divisible by 8, then y has to be even.
The question can be rephrased as “Is y even?”. This is because the cubes of all even integers will definitely be divisible by 8.From statement I alone, y is even. This is sufficient to answer the question.
Answer options B, C and E can be eliminated. Possible answer options are A or D.
From statement II alone, \(y^3\) – y is even. Let us break the LHS down into a simpler expression.
\(y^3\) – y = even. Taking y common, LHS becomes,
y(\(y^2\)-1) = even. We can consider 2 cases now.
If y = even, \(y^2\) = even and \(y^2\)-1 = odd; y(\(y^2\)-1) = even * odd = even. Is y even? YES.
If y = odd, \(y^2\) = odd and \(y^2\)-1 = even; y(\(y^2\)-1) = odd * even = even. Is y even? NO.
Statement II alone is insufficient to find a definite YES or NO. Answer option D can be eliminated.
The correct answer option is A.
Breaking down the question stem always impels you forward by a few steps in your solution. So, practice this technique as much as you can when you solve DS questions.
Hope that helps!