How do I simplify the expression (a^-1 + b^-1) ^-1?

6.7k Views Asked by At

How do I simplify the expression ...

$$(a^{-1} + b^{-1}) ^{-1}$$ ?

1

There are 1 best solutions below

0
On

If you have meant $$\left(a^{-1}+b^{-1}\right)^{-1}$$

it is equal to $$\frac1{a^{-1}+b^{-1}}=\frac1{\frac1a+\frac1b}=\frac{ab}{b+a}$$ multiplying the numerator & the denominator by $ab$

assuming $a,b$ to be non-zero numbers