Michael J. answered 03/04/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
I assume the equation is
log3 x = 1 - log3(x + 2)
Add log3(x + 2) to get all logs on one side of equation.
log3x + log3(x + 2) = 1
We can rewrite this as a product of logs.
log3[x(x + 2)] = 1
log3(x2 + 2x) = 1
The solution of a logarithm is the exponent. Our base of the exponent is 3.
31 = x2 + 2x
3 = x2 + 2x
0 = x2 + 2x - 3
0 = (x + 3)(x - 1)
x = -3 and x = 1
Accept x = 1