I'm given an equation that first needs simplifying:
$$\frac{x-2}{x-4} - \frac{x-4}{x-6} = \frac{x-1}{x-3} - \frac{x-3}{x-5}$$
My next step is:
$$\frac{(x-2)(x-4)(x-6)}{x-4} - \frac{(x-4)(x-4)(x-6)}{x-6} = \frac{(x-1)(x-3)(x-5)}{x-3} - \frac{(x-3)(x-3)(x-5)}{x-5}$$
Tydying this up, I get:
$$(x-2)(x-6) - (x-1)(x-5) - (x-3)(x-3)$$
The next step:
$$x^2 -6x -2x +12 - x^2 + 4x - 4x +16 = x^2 - 5x -x + 5 +3x +3x -9$$
Then:
$$-8x - 4 = -4$$ $$-8x-5$$
Coming to the final solution:
$$x = \frac{5}{8}$$
which I'm not sure is the correct solution. Can somebody please take a look?
$$\frac{x-2}{x-4}=1+\frac{2}{x-4}$$ $$\frac{x-4}{x-6}=1+\frac{2}{x-6}$$ $$\frac{x-1}{x-3}=1+\frac{2}{x-3}$$ $$\frac{x-3}{x-5}=1+\frac{2}{x-5}$$ so $$\frac{x-2}{x-4} - \frac{x-4}{x-6} = \frac{x-1}{x-3} - \frac{x-3}{x-5}\rightarrow \frac{1}{x-4} - \frac{1}{x-3} = \frac{1}{x-6} - \frac{1}{x-5}$$ $$\frac{1}{(x-3)(x-4)}=\frac{1}{(x-5)(x-6)}$$ $$x^2-11x+30=x^2-7x+12$$ so the answer is $$x=\frac{9}{2}$$