SOLUTION: log x + log (x - 3) = 2log2

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: log x + log (x - 3) = 2log2      Log On


   



Question 78212: log x + log (x - 3) = 2log2
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
log(x) + log(x-3) = 2·log(2)

Use this rule of logs 

log(A) + log(B) = log(AB)

to rewrite the left side,

and the rule 

N·log(A) = log(AN) to rewrite
the right side:

   log[x(x-3)] = log(22)

   log[x(x-3)] = log(4)

Take "anti-logs" of both sides

        x(x-3) = 4 

       x² - 3x = 4

Get 0 on the right:

   x² - 3x - 4 = 0

Factor the left side:

(x - 4)(x + 1) = 0  

Set each factor on the left = 0

x - 4 = 0 gives x = 4

X + 1 = 0 gives x = -1

We discard the negative answer because
the original equation contains log(x)
and logs may only be taken of positive
numbers.

Edwin