f(-3) = 2*(-3)^2 - (-3)
I assume you have a function f(x) = 2x2 - x and you want to find it's value when x = -3. You could just do this in the calculator here.
(-3)2 = 9 and -(-3) = +3, so f(-3) = 2*9 + 3 = 21