I'm pretty sure you got it. But just to clarify what \vec{0A} means.
A vector is an object that has direction and length. Given \vec{0A} = \left(\frac{1}{25}, \frac{1}{10}, \frac{3}{25}\right) this means that you have a vector that starts at position 0, which is \vec 0 = (0,0,0) and then moves to the right out in the x direction by 1/25 then in the y direction by 1/10 and then in the z direction by 3/25. So in x-y-z space, this vector points to something. What does it point to?
Well you know your surface is defined by:
z=\left (\frac{1}{2}-y \right)^2 - x
And you have a vector \vec{0A} = \left(\frac{1}{25}, \frac{1}{10}, \frac{3}{25}\right).
Which in your coordinate system is:
x = \frac{1}{25}
y = \frac{1}{10}
z = \frac{3}{25}
So if you want to see if the "point" A is actually on your surface. Then the vector must point to an actual element of the set that makes up the surface.
So take your surface:
z=\left (\frac{1}{2}-y \right)^2 - x
then take your vector:
x = \frac{1}{25}
y = \frac{1}{10}
z = \frac{3}{25}
and you get:
z= \left(\frac{1}{2}-\frac{1}{10}\right) ^2 - \frac{1}{25}
z=\left( \frac{2}{5} \right)^2 - \frac{1}{25}
z=\frac{4}{25}-\frac{1}{25}=\frac{3}{25}
So you know the point WILL be on the surface.