I know this might seem very simple, but I can't seem to isolate x.
$$\frac{1}{x} = \frac{1}{a} + \frac{1}{b} $$
Please show me the steps to solving it.
I know this might seem very simple, but I can't seem to isolate x.
$$\frac{1}{x} = \frac{1}{a} + \frac{1}{b} $$
Please show me the steps to solving it.
You should combine $\frac1a$ and $\frac1b$ into a single fraction using a common denominator as usual:
$$\begin{eqnarray} \frac1x& = &\frac1a + \frac1b \\ &=&{b\over ab} + {a\over ab} \\ &=& b+a\over ab \end{eqnarray}$$
So we get: $$x = {ab\over{b+a}}.$$
Okay?