Separating the negative and positive parts, we get:
Find the minimum value of A + B + 18 when
A = 2x^2 + 3y^2
B = - 4x - 12y
As the variables in A are squared, then A will always return a positive answer.
As the variables in B both have a negative coefficient, then x>0 and y>0 to minimise B (as -+ = -).
INSUFFICIENT INFO.
Now treat x and y separately:
2x^2 - 4x and 3y^2 - 12y both need to be minimum.
Therefore:
x^2 - 2x and y^2 - 4y both need to be minimum.
Looking at x first:
X = x^2 - 2x
dX/dx = 2x - 2 = 0 when x = 1
d2X/dx = 2 > 0 therefore MINIMUM
So X min = 1 - 2 = -1
Looking at y:
Y = y^2 - 4y
dY/dx = 2y - 4 = 0 when y = 2
d2Y/dX2 = 2 > 0 therefore MINIMUM
So, Y min = 4 - 8 = -4
Substitituting (x,y) = (1,2) gives
2 (1) + 3 (2^2) - 4 - 12(2) + 18 = 2 + 12 - 4 - 24 + 18 = 4
So minimum value is answer (3).