Quote (RzChaos @ Oct 8 2015 12:02pm)
Log(x+9) = log(10) - log(x)
Log(x+9) = log(10/x)
10^both sides
X+9 = 10/x
X = 1
A bit more explanation in case it wasn't clear
X + 9 = 10/X (multiply both sides by X)
X^2 + 9X = 10 (set equation equal to 0)
X^2 + 9X - 10 = 0 (FOIL)
(X + 10)(X - 1) = 0 --> X = -10 OR X = 1
since you cannot take the log on a negative number, X cannot equal -10 ---> X = 1