Aloha :)
Fasse die 3 Polynome \(p_i\) als Basis eines Vektorraums auf, um die Situation auf ein lineares Gleichungssystem zurückzuführen:
$$\left(\begin{array}{rrr}1 & -1 & -3\\2 & -1 & -4\\-2 & 0 & 4\end{array}\right)\begin{pmatrix}a\\b\\c\end{pmatrix}=\begin{pmatrix}-1\\ 0\\2\end{pmatrix}$$Es hat die Lösung \((a;b;c)=(3;-2;2)\). Daher ist:$$p(x)=3\cdot p_1(x)-2\cdot p_2(x)+2\cdot p_3(x)$$