$\frac{ 2(s^2 + 9(s-1)}{ s (s^2 -9) } = \frac{A}{S} + \frac{ Bs + C}{s^2 -9} $
$ 2(s^2 + 9(s-1) ) = A (s^2 -9) + Bs+C $
Let $S = 0$
$ 2 (-18) = A(-9)$ , so $A = 2$
I sub $A = 2$ into the equation to get
$2s^2 + 18s - 18 = s^2 (2 + B) + Cs - 18$
By comparing coefficients,
$ B = 0$ and $ C= 18$
Why am I wrong here ?