$$ \int {1 \over {x(x+1)(x-2)}}dx$$ $$ \int {A \over x}+{B \over x+1}+{C \over x-2}dx $$
I then simplified out and got:
$$1= x^2(A+B+C) +x(C-2B-A) -2A$$
$$A+B+C=0$$ $$C-2B-A=0$$ $$A=-{1 \over 2}$$
However, I'm stuck because I don't know how to solve for B and C now, if I even did the problem correctly.
You have $$B+C=\frac 12\tag 1$$ $$-2B+C=-\frac 12\tag 2$$ Now $(1)-(2)$ gives you $3B=1$, i.e. $B=\frac 13$ so you can get $C$ from $(1)$.