Hello
Bunuel KarishmaB . Requesting your response on this.
One of the usual way of solving any DS problem is to find the contradicting values and if we get two opposing values, then we can clearly say that the particular statement is insufficient in answering the question.
So if I consider statement 1 with this line of reasoning-
Let's say x = 10 and final value of expression should be positive
10^2 - 2 (10) + a > 0
100-20+a>0
80+a>0
So, to keep this expression true, I can say that a is -50 or 50, but I cannot say weather a is positive or negative.
Similarly, if I take x = 3
3^2 - 2 (3) + a > 0
9-6+a>0
3+a>0
Again, a can be -1 or +1, hence I cannot say weather a is positive or negative.
Moreover, I am able to substitute positive and negative values of "a" to keep the expression valid.
Can you please help in understanding why this is not correct?