This should be simple but I am confused.
$$(a^{-1}+b^{-1})^{-1}$$
How is the negative exponent distributed to the terms inside the parentheses? If they were being multiplied it would be simple but they are being added and I'm not sure how to proceed.
$$a^{-1}=\frac1a $$ no matter what a is. a could be an expression or a number, it doesn't matter; the -1 exponent just puts it as a denominator in a fraction with numerator 1.
Thus the answer is $$\frac1{\frac1a +\frac1b}=\frac1{\frac{a+b}{ab}}=\frac{ab}{a+b}$$