$$\frac{1}{(x-a)(x-b)(x-c)} = \frac{A}{(x-a)} +\frac{B}{(x-b)} +\frac{C}{(x-c)}$$
a,b and c are constants.
I have tried three times by hand but I can't get the right result.
The result is $$\frac{1}{(x-a)(x-b)(x-c)} = \frac{1}{(a-b)(a-c)(x-a)} +\frac{1}{(b-a)(b-c)(x-b)} +\frac{1}{(c-a)(c-b)(x-c)}$$
Is there any easy and clear solution to this?
Hint
Starting with $$\frac{1}{(x-a)(x-b)(x-c)} = \frac{A}{(x-a)} +\frac{B}{(x-b)} +\frac{C}{(x-c)}$$ multiply by ${(x-a)(x-b)(x-c)}$ to get $$1=A(x-b)(x-c)+B(x-a)(x-c)+C(x-a)(x-b)$$ Now, make $$x=a\implies 1=A(a-b)(a-c)\implies A= ???$$ $$x=b\implies 1=B(b-a)(b-c)\implies B= ???$$ $$x=c\implies 1=C(c-a)(c-b)\implies C= ???$$