1
$\begingroup$

$x$ should equal to.. I don't know how to get to the answer.

$x= \log_{10} (2\pm \sqrt{3})$

Thank you.

Similarly: $7^x+7^{-x}=4$. The answer is the same.

  • 1
    Presumably the answer to the second question is $\log_{7} (2\pm \sqrt{3})$2017-01-22

1 Answers 1

3

Hint : Use $a^{-x}=\frac{1}{a^x}$ and substitute $t=a^x$ to get a quadratic equation

  • 0
    ill give it a go thank you2017-01-22
  • 0
    #Peter - could you show me how you work it out, i cant get to that answer. Thanks2017-01-23
  • 0
    First equation : Set $t=10^x$. You get $t+\frac{1}{t}=4$ implying $t^2+1=4t$, hence $t^2-4t+1=0$. Solving the quadratic equation gives $t=\frac{4\pm\sqrt{12}}{2}=2\pm\sqrt{3}$. Now you have $x=\log_{10}(t)$2017-01-24
  • 0
    The second equation is analogue, but here we have $t=7^x$, hence $x=\log_7(t)$2017-01-24