So far I have my working ...

I think I got wrong ... since after checking with http://calc101.com/webMathematica/partial-fractions.jsp#topdoit
$A = \frac{1}{9}$
$B = - \frac{1}{9}$
$C = - \frac{1}{3}$
Is there a better way to do this than simultaneous equations? Or any tips on how solving such problems ... in a recent exam, I find myself getting a ton of simultaneous equations like below (maybe I need to see "patterns" that make my lefe easier) and likely made careless mistakes within them
Once you get to the line with
$$1 = A(x+2)^2+ B(x-1)(x+2) + C(x-1)$$
You can try plugging in x values that simplify things a bunch to solve for the variables. For example, plugging in $x = 1$ or $x = -2$ leaves only one variable to solve for. This is not always possible, but it's a lot simpler than looking at the $x^2$ term and so on, when it is possible.
Plug in $x = -2$ and you get $1 = C(-3)$, so $C = -\frac{1}{3}$. Plug in $x = 1$ and you get $1 = 9A$, so $A = \frac{1}{9}$. Now, you know $A$ and $C$, so you can plug in any other value to get $B$, say, $x = 0$. That gives
$$1 = \frac{1}{9} \cdot 4 - 2B + \frac{1}{3}$$
which gives $B = -\frac{1}{9}$.