Question 1087
<pre>Solve for x
          2logx = 2
Divide both sides by 2
           logx = 1
Now we use the fact that log equation
           logA = B
is equivalent to exponential equation
              A = 10<sup>B</sup>
So the log equation
           logx = 1
is equivalent to the exponential equation
              x = 10<sup>1</sup>
So            x = 10

Edwin