So I need to find $A$, $B$ and $C$ where: $A(x-1)(x+3) + B(x-1) + C$ is equivalent to $2x^2 + 12x + 7$. I know it has something to do with using alpha and beta but I don't know how to approach it. Help is very much appreciated.
(Thank you this Question has been Solved)
Since$$A(x+1)(x+3)+B(x+1)+C=Ax^2+(4A+B)x+3A+B+C,$$it's just a matter of solving the system$$\left\{\begin{array}{l}A=2\\4A+B=12\\3A+B+C=7.\end{array}\right.$$I don't know what are those $\alpha$ and $\beta$ that you mentioned.