SOLUTION: Solve for n. 2log n-log (n-1)= log4

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Solve for n. 2log n-log (n-1)= log4      Log On


   



Question 37437: Solve for n.
2log n-log (n-1)= log4

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
From 2log n - log (n-1) = log4, we apply the laws of logarithms to get
log [(n^2) / (n - 1)] = log 4
Thus we can exponentiate both sides and get
(n^2) / (n - 1) = 4
Now cross multiply and solve for n...
n^2 = 4(n - 1)
n^2 = 4n - 4
n^2 - 4n + 4 = 0
(n - 2)^2 = 0
and
n = 2