1

How to solve this :

$$x^{3-\log_{10}(x/3)}=900$$

I tried log on both sides and got nothing with exponent of $x$ and $3$.

mathlove
  • 139,939
zivce
  • 213

2 Answers2

3

Go ahead and take the $\log_{10}$ on both sides: $$3\log_{10}(x)-\log_{10}(x)^2+\log_{10}(x)\log_{10}(3)=\log_{10}(900).$$ Now solve the quadratic. Let $y=\log_{10}(x).$ Then this quadratic is $$y^2-(\log_{10}(3)+3)y+\log_{10}(900)=0.$$ Applying the quadratic formula, we get $$y=\frac{3+\log_{10}(3)\pm\sqrt{\log_{10}(3)^2+6\log_{10}(3)+9-4\log_{10}(900)}}{2}$$ $$=\frac{3+\log_{10}(3)\pm\sqrt{\log_{10}(3)^2+6\log_{10}(3)+9-8\log_{10}(3)-8}}{2}$$ $$=\frac{3+\log_{10}(3)\pm\sqrt{\log_{10}(3)^2-2\log_{10}(3)+1}}{2}$$ $$=\frac{3+\log_{10}(3)\pm(\log_{10}(3)-1)}{2}$$ $$=\cases{1+\log_{10}(3)=\log_{10}(30)\\2}$$

Thus, $x=30$ or $x=100$.

Plutoro
  • 22,730
  • 3
  • 41
  • 71
  • I guess it is something like this $$-log^2_{10}(x)$$. I don't know how to solve this there is a picture above this post, I tried that. – zivce Jun 29 '15 at 19:05
  • I got here but what should I do next. I need to get the sum of solutions by $$x$$ – zivce Jun 29 '15 at 19:19
  • 1
    I found the mistake we both made. We said $\log(9)=3\log(3)$, not $2\log(3)$. See my edited answer. – Plutoro Jun 29 '15 at 19:31
  • Thank you I have also made a mistake probably. – zivce Jun 29 '15 at 19:55
1

Take the log base $10$ of both sides, and let $u = \log_{10}(x)$. Then the expression turns into a quadratic in terms of $u$, which you can solve.

Theo Bendit
  • 50,900