✔ 最佳答案
Recall that:
log(a) + log(b) = log(ab)
So we can combine these logs to get:
log[x(x + 1)] = log(56)
Since logs are single-valued for positive numbers, we can cancel them out to get:
x(x + 1) = 56
This is now a Quadratic Equation that we can easily solve.
x^2 + x = 56
==> x^2 + x - 56 = 0
==> (x + 8)(x - 7) = 0
==> x = -8 and x = 7
Checking shows that x = -8 produces a log of a negative number and that x = 7 is the only solution.
I hope this helps!
EDIT:
Actually, Morningfox, if you have a log of a negative number, it will have an attached πi at the end of the answer. Since you are ADDING two of them, the imaginary parts will NOT cancel out.