Tried this one a couple of times but can't seem to figure it out.
I am trying to simplify the expression:
$$\left(6-\frac{2}{x}\right)\div\left(9-\frac{1}{x^2}\right)$$
So my attempt at this is:
$$=\bigg(\dfrac{6x}{x}-\dfrac{2}{x}\bigg)\div\bigg(\dfrac{9x^2}{x^2}-\dfrac{1}{x^2}\bigg)$$
$$=\bigg(\dfrac{6x-2}{x}\bigg)\div\bigg(\dfrac{9x^2-1}{x^2}\bigg)$$
$$=\dfrac{6x-2}{x}\cdot\dfrac{x^2}{9x^2-1}$$
$$=\dfrac{(6x-2)(x^2)}{(x)(9x^2-1)}$$
$$=\dfrac{6x^3-2x^2}{9x^3-x}$$
This is the part that I get stuck at. I can't decide what to factor out: $$=\dfrac{x(6x^3-2x^2)}{x(9x^3-x)}$$
$$=\dfrac{(6x^2-2x)}{(9x^2-1)}$$
Edit, missed a difference of squares:
$$=\dfrac{2x^2(6x^3-2x^2)}{x(9x^3-x)}$$
$$=\dfrac{2x^2(3x-1)}{x(3x-1)(3x+1)}$$
Giving a final answer of: $$=\boxed{\dfrac{2x}{3x+1}}$$
HINT: Pull out everything that you can: $6x^3-2x^2=2x^2(3x-1)$, and $9x^3-x=x(9x^2-1)$. Then notice that $9x^2=(3x)^2$, so that $9x^2-1=(3x)^2-1^2=(3x-1)(3x+1)$. Finally, do the cancellations that are now apparent.