1

I'm stuck on an equation :

$$(\log_8 x)^2+2\log_8 x+1=0$$

I've played with it without any success. Any indications would be greatly appreciated...

Thank you!

1 Answers1

2

You've got $u^2+2u+1=0$, where $u=\log_8x$.

Factoring, you get $(u+1)^2=0$, which entails that $u=-1$.

If $\log_8x=-1$ then $8^{-1}=x$, i.e. $x=\dfrac18$.

  • Ahhhhhhh...... It makes sense ! I'm angry with myself for not having thought of it :( Thank you very much ! –  Nov 13 '13 at 01:55