You can put this solution on YOUR website! Find the minimum or maximum value of the function 2x^2-x+3.
----
Since 2 is positive the quadratic has a minimum.
---
Min occurs when x = -b/(2a) = 1/4
---
Min = f(1/4) = 2(1/4)^2 - (1/4) +3 = 2(1/16) - (4/16) + (48/16)
min = 46/16
================
Cheers,
Stan H.
================