$$\frac{1}{a(a-b)(a-c)} + \frac{1}{b(b-a)(b-c)} + \frac{1}{c(c-a)(c-b)} $$
I tried to get everything to the same denominator, and then simplify numerators first but it is very complicated and long if I just use brute force, to multiply all the expressions given from the previous unification of denominator.
The common denominator is $$-abc(a-b)(b-c)(c-a)$$
The numerator is
$$bc(b-c)+ca(c-a)+ab(a-b)=bc(b-c)+c^2a-ca^2+a^2b-ab^2$$
$$=(b-c)(bc+a^2-a(b+c))$$
$$=(b-c)(b(c-a)-a(c-a))=?$$