negative exponent problem

297 Views Asked by At

$$\sqrt{\frac{1}{3^0 + 3^{-1} + 3^{-2} + 3^{-3} + 3^{-4}}}$$

Does this equal =

$$ \begin{align*} & \sqrt{3^0 + 3^1 + 3^2 + 3^3 + 3^4} \\ =&\sqrt{1 + 3 + 9 + 27 + 81} \\ =&\sqrt{121} \\ =&11. \end{align*} $$

The answer is apparently $\frac{9}{11}$ and I'm not sure what rule of negative exponents I got wrong.

The rule I'm using, incorrectly, is this:

$$\frac{1}{3^{-2}} = 3^2 = 9.$$

4

There are 4 best solutions below

7
On BEST ANSWER

Note that $3^{-n} = 1/3^{n}$ for all $n \geq 0$, where $3^{0} = 1$, by convention. First, simplify the denominator utilizing the last fact: $$3^{0} + 3^{-1} + 3^{-2} + 3^{-3} + 3^{-4} = 1 + 1/3 + 1/9 + 1/27 + 1/81 \\ = 81/81 + 27/81 + 9/81 + 3/81 + 1/81 \\ = 121/81$$ Thus, we have simplified the original expression to: $$\sqrt{1/(121/81)} = \sqrt{81/121} = 9/11$$ where the last equality comes from knowing perfect squares for natural numbers less than $20$ (recommended for any student of mathematics). Observe from the above that you had the correct "fact" all along, you simply need to recognize that each term of the denominator cannot be inverted separately. Explicitly, $$1/(3^{0} + 3^{-1} + 3^{-2} + 3^{-3} + 3^{-4}) \neq 1/3^{0} + 1/3^{-1} + 1/3^{-2} + 1/3^{-3} + 1/3^{-4}$$

It might also be useful for you multiply the numerator and denominator by $\sqrt{3^{4}}$ as was mentioned in some of the other answers, but it is not too difficult to think about it without doing this in my opinion. Let me know if you have any further questions.

3
On

no you misses $1$ from of division,it is equal

$\sqrt{1/(1+1/3+1/9+1/27+1/81)}$

please find now least common multiple and simplify equation

just to simplify situation,least common multiple is $243$,we got it by $(81*27)/9$,

there $9$ is greatest common divisor,now let us solve it we would have

$(243+81+27+9+3)/243=363/243$

so we have $\sqrt {(1/(363/243)}$ or $\sqrt{243/363}$, we have common $3$,we we would have $\sqrt{81/121}$ and this is equal $9/11$

3
On

When you have a doubt with such expressions (I use here you specific problem), inside the square root, multiply both numerator and denominator by the reverse of the most negative power (here : 3^4) and perform the multiplications by (3^4) for each term of the denominator. Then, perform the additions and simplifications.

1
On

$$\sqrt{\frac1{3^0 + 3^{-1} + 3^{-2} + 3^{-3} + 3^{-4}}}=\sqrt{\frac{3^4}{3^4(3^0 + 3^{-1} + 3^{-2} + 3^{-3} + 3^{-4})}}$$

$$=\sqrt{\frac{3^4}{3^4+3^3+3^2+3^1+3^0}}=\sqrt{\frac{81}{121}}=\frac9{11}$$