Question :
Find a basis for $V=\{p(x) \in \mathbb R_n[x]:p(1)=p(2)=0\}$ (Also find the dimension of $V$ ).
Note : By $\mathbb R_n[x]$, I mean all of the polynomials of at most degree $n$ with real coefficients. (Like $f(x)=c_0+c_1x+c_2x^2+\dots+c_nx^n$)
My problem on solving this :
I've solved many similar questions when $n$ was small (like $2$ or $3$). But in this case, the ways i used (like elementary row operations) are not useful. I can't for example find two things like $x_i$ and $x_j$ and write all the other things with respect to them.
What should i do with these equations?!
$p(1)=c_0+c_1+\dots+c_n$
$p(2)=c_0+2c_1+4c_2+\dots+2^nc_n$