SOLUTION: Please assist with the steps to solve this equation. I know the answer, but want to see the steps to solve. thanks... log(base 3)x + log(base 3)(x - 2) = 1 Answer should be

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Please assist with the steps to solve this equation. I know the answer, but want to see the steps to solve. thanks... log(base 3)x + log(base 3)(x - 2) = 1 Answer should be      Log On


   



Question 545618: Please assist with the steps to solve this equation. I know the answer, but want to see the steps to solve. thanks...
log(base 3)x + log(base 3)(x - 2) = 1
Answer should be: 3

Answer by lwsshak3(11628) About Me  (Show Source):
You can put this solution on YOUR website!
log(base 3)x + log(base 3)(x - 2) = 1
log3(x)+log3(x-2)=1
place under single log (addition in logs indicates multiplication in operations)
log[x*(x-2)]=1
log[x^2-2x]=1
convert to exponential form: base(3) raised to log of number(1)=number[x^2-2x]
3^1=[x^2-2x]
x^2-2x-3=0
(x-3)(x+1)=0
x=3
or
x=-1(reject, x>0)
ans: x=3