A lot of these solutions seemed a little too complex for me and the following 2 approaches seemed doable for people like me -
Approach 1
Plug in answers You don't even have to calculate final results for all. For example
A) 49+1-6
B) 36-6=30 (Thus, A is clearly out)
C) 25+1-6=20 (Thus B is clearly out)
D) 9+9+6=12 (Winner)
Answer : D
Approach 2 - Logic Goal : Minimize y
On expansion of the solution, I stopped at -
2(x^2 - 4x +10)
Now notice, logically, in order to minimise y -
1. Best scenario is if you are able to eliminate x all together and are left with 2*10 = 20. Thus if x=0, y=20
2. Analyse that any negative value of x will make -4x and x^2 a positive number which will actually increase the value of y which is the opposite of what we want. Eg: If x=-1 => 1+4+10 = larger value of y
3. Now from 1, we can take stock of the fact that the next approach to further reduce the value of 10 would be if somehow we can leverage -4x and subtract from 10. This is possible for a positive number greater than 0. Scan the options, and you will find only one positive value greater than 0.
Answer : D
Hope this helps.