In case of stmt 1.
It is given x(x^2+1) is multiple of 4.
In all the discussion above, i think when considering whether x is even or odd we forgot to maintain x(x^2 + 1) to be divisible by 4.
If x is even and not a multiple of 4 then x(x^2 + 1) cannot be a multiple of 4.
for example x = 2 , then x(x^2 + 1) becomes 2 * 5 which is not didvidible by 4. Similar is the case for 6, 10 , etc.
So x must be a multiple of 4 itself.
If x is odd, x^2 +1 need to be multiple of 4 which again is not possible. Consider values of x to be 3, 5, 7, 9 , etc.
Hence from stmt 1 , x must always be multiple of 4 for x(x^2 + 1) to be multiple of 4.
Hence stmt 1 is sufficient.
In case of stmt well as pointed out in earlier post it is insufficient.
Hence answer is A.
Please let me know whether I am wrong.