This is a really low level question. I'm trying to simplify $$f(x) = \frac{36x^{-2} -3x^{-1} -18}{12x^{-2} -25x^{-1} +12}$$
After factoring, removing negative exponents, and flipping the second fraction I get $$f(x) = \frac{1}{3(3x+2)(4x-3)} \frac{(3x-4)(4x-3)}{1}$$
Then $(4x-3)$ cancels leaving
$$f(x) = -\frac{3x-4}{3(3x+2)}$$
as my final answer. However the book I have says the correct answer is $$f(x) = -\frac{3(2x+3)}{4x-3}$$
I've checked my work many times and I don't know how they get this answer. Could someone please help me solve this?