I have solved this sort of problem before, but frustratingly I have forgotten to.
The problem is:
Solve for $x$: $$\dfrac8{x-2}-\dfrac{13}2=\dfrac3{2x-4}.$$
So hence the title, How should I solve this?
I have solved this sort of problem before, but frustratingly I have forgotten to.
The problem is:
Solve for $x$: $$\dfrac8{x-2}-\dfrac{13}2=\dfrac3{2x-4}.$$
So hence the title, How should I solve this?
On
First note the domain of the function: All reals such that $x\neq 2$. Then multiply both sides by $x-2$. This will give you a linear equation that you can easily solve. If the solution is not 2, then there is a solution. Otherwise, there is no solution.
On
Find the common denominator on the left. Note that when we do this, the denominator on the left hand side is equal to that of the right-hand side. So the numerators of each side must be equal.
$$\frac{8}{x-2}-\frac{13}2 = \frac{16 - 13(x - 2)}{2(x - 2)} = \frac {42 - 13x}{2x-4} = \frac 3{2x-4}$$
$$\iff 42-13x = 3$$ $$\iff 13x = 39 \iff x= 3$$
$$\frac{8}{x-2}-\frac{13}{2}=\frac{3}{2x-4}$$
We want all the denominators to be the same, so we rewrite each fraction.
$$\frac{8*2}{2(x-2)}-\frac{13(x-2)}{2(x-2)}=\frac{3}{2x-4}$$
We multiply both sides by $2x-4$ and continue solving for $x$:
$$16-13(x-2)=3$$
$$16-13x+26=3$$
$$13x=39$$
$$x=3$$