The standard method for solving a problem like this is as shown by the other two tutors: use the x and y coordinates of the given points in the standard equation to get three equations in the coefficients a, b, and c; then solve the system of equations.
Here is a completely different method that I find a bit less work. This alternative method can be used because the y values are given for three consecutive x values.
So think of the problem as a sequence of numbers produced by a quadratic polynomial.
In a sequence produced by the quadratic polynomial , the second differences are the constant 2a. (If you know some basic calculus, you can see that is true, since the second derivative of the polynomial is 2a.)
In this sequence, the second difference is 6:
14 18 48
14 20
6
Since we now that second difference is 2a, we know that the leading coefficient a is 3, and the quadratic polynomial is
The "bx+c" is a linear polynomial; it can be determined easily by comparing the actual y values to the value of 3x^2:
x 3x^2 y y-3x^2 (= bx+c)
-------------------------------
1 3 14 11
2 12 28 16
3 27 48 21
It is easy to see that the values in the last column are bx+c = 5x+6.
So, already knowing that the leading term of the quadratic is 3x^2, we now know that the complete quadratic is