-4

I have trouble solving this:

$$3^x+3^{2-x}=8$$

I have tried substituting $3^x=z$ but that doesn't seem to help much.

3 Answers3

2

Hint:

Let me just rewrite the equation for you

$$3^x + 3^{2-x} = 8\\ 3^x + 3^2\cdot 3^{-x} = 8\\ 3^x + 9\cdot (3^x)^{-1} = 8.$$

Now, try the substitution again. What do you get?

5xum
  • 123,496
  • 6
  • 128
  • 204
  • That is what I did but if you continue you will see that the solution can't be simplified. Am I wrong? – DoubleOseven Jul 22 '16 at 09:29
  • 2
    @DoubleOseven: When I continue there seems to be absolutely no problems with getting the two solutions for $x$. Instead of just continuing to assert that there is some problem that you're stuck at, you need to show exactly what point you're stuck at instead of leaving it to the reader to guess what you're doing. – hmakholm left over Monica Jul 22 '16 at 09:31
  • @DoubleOseven Yes. Please write down the equation you get, and the solution. – 5xum Jul 22 '16 at 09:31
  • 5
    @DoubleOseven Also, in future, please don't just say "that's not possible". Instead say "I tried this, got this far, now I don't know how to proceed". If you want good answers, show your work. That way, we can address the part that is troubling you directly. – 5xum Jul 22 '16 at 09:32
1

Multiply $3^x$ to both sides: $3^{2x} + 9 = 8\cdot 3^x \implies 3^{2x} - 8\cdot 3^x + 9 = 0\implies (3^x - 4)^2 = 7 \implies 3^x - 4 = \pm \sqrt{7}\implies 3^x = 4 \pm \sqrt{7} \implies x = \log_{3}(4 \pm \sqrt{7})$.

DeepSea
  • 77,651
0

You can also rewrite it as $$ 3^{2x} - 8\cdot3^x + 3^2 = 0 $$

given that $3^{-x} \ne 0$. Then, solving for $3^x$ gives you

$$ 3^x = \frac{4 \pm \sqrt{16 - 9}}{1}. $$