I need to solve $$\frac{x-a}{b}-\frac{x+c}{d}=0$$ for x.
The answer is:
$$x=\frac{ad+bc}{d-b}$$
But i can't figure out how to get there, I think i have to start by making the fractions have the same denominator but after that I'm stuck.
Thanks in advance
You have $$ \frac{x}{b} - \frac{a}{b} -\frac{x}{d}-\frac{c}{d} =0$$ From this you get $$\frac{x}{b}-\frac{x}{d} = \frac{a}{b}+\frac{c}{d}$$ $$\Longrightarrow x \Bigl(\frac{d-b}{bd}\Bigr) = \frac{ad+bc}{bd}$$