Hi Christina B.
You can check the points as given against the equations for the slope of a line, since you have four points.
If the slopes are not the same the you don't have a line
Slope m = (y2 - y1)/(x2 - x1)
(4-3)/(1-0) = 4
(7-4)/(2-1) = 3
(12-7)/(3-2) = 5
Next you can use the Standard Form of a Parabola versus three of the points you have see if you have a parabola which would a 2nd degree equation ax2 + bx + c = f(x) = y
for (0,3)
3 = a(0)2 + b(0) + c
3 = c
So we have a value for c
for (1,4)
4 = a(1)2 + b(1) + c
4 = a + b + c
Plug in the value we have for c
4 = a + b + 3
1 = a + b
For (2,7)
7 = a(2)2 + b(2) + c
7 = 4a + 2b + c
Plug in the value for c
7 = 4a + 2b + 3
4 = 4a + 2b
We have two equations in two unknowns a and b they are
a + b = 1
4a + 2b = 4
If we multiply, a + b = 1 by negative 2 we can eliminate b
-2a - 2b = -2
4a + 2b = 4
We get
2a = 2
a = 1
Now we have values for a and c and we can plug these back into any of the original equations to find b
For ease I will use this one
4 = a + b + c
4 = 1 + b + 3
4 = 4 + b
0 = b
We have values for all the variables
a = 1, b = 0 and c = 3
So
ax2 + bx + c = x2 + 0 + 3 = x2 + 3
f(x) = x2 + 3
You can graph this at Desmos.com
You confirm that (0,3), (1,4), (2,7) and (3,12) are all points on your parabola
I hope this was useful