Question 1117302

2-logx=log5
<pre>Correct way to do this:
2 - log x = log 5
2 = log 5 + log x
2 = log (5x)
{{{matrix(1,3, 5x, "=", 10^2)}}} ------- Converting to EXPONENTIAL form
5x = 100
{{{highlight_green(matrix(1,5, x, "=", 100/5, "=", 20))}}}