$$V = \{ f \in P_n(F) \: : \: f(a) = 0 \} .$$
I'm trying to find a basis for the vector space V but I have no idea how to approach it. At first I thought it might be $$(0,x-x,x^2-x^2,...,x^n-x^n)$$ But this subset isn't linearly independent, since $$x-x = x^2 - x^2$$ Come to think of it, the basis can't possibly be more than one element: the zero polynomial, since all the polynomials evaluate to zero. I'm probably just misunderstanding this somehow.