Question 974487
Log2 (x+2) = log2 3-log2 x
---------------
{{{log(2,(x+2)) = log(2,3) - log(2,x)}}}
{{{log(2,(x+2)) = log(2,3/x)}}}
x+2 = 3/x
{{{x^2 + 2x - 3 = 0}}}
(x+3)*(x-1) = 0
x = -3, 1
-----
The -3 is not allowed, no log of a negative number.