You can put this solution on YOUR website! Solve the equation: log2(x+7) + log2(x+8)=1
------------
log2[(x+7)(x+8)] = 1
-------------------
(x+7)(x+8) = 2
-------------------------
x^2 + 15x + 54 = 0
--------
(x+9)(x+6) = 0
Acceptable solution:
x = -6
==================
cheers,
Stan H.