SOLUTION: how do you solve log(n+2)+log 8=log(n^2+7n+10

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: how do you solve log(n+2)+log 8=log(n^2+7n+10      Log On


   



Question 920446: how do you solve log(n+2)+log 8=log(n^2+7n+10
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
log(n+2)+log 8=log(n^2+7n+10
----------------
log[(n+2)(8)] = log(n^2+7n+10)
-----
8n+16 = n^2+7n+10
-----
n^2 - n - 6 = 0
-----
Factor::
(n-3)(n+2) = 0
----
n = 3
or
n = -2 (extraneous)
=======================
Cheers,
Stan H.
=======================