The other tutor interpreted your log(x)+1 as log(x+1) making it impossible
to solve by algebra methods, but only by graphing calculator -- or iterative
methods, which is what the graphing calculator is programmed to do.
Interpreting it as I think you intended:
Take logs (base 10) of both sides
Simplify by using the rule of logs:
Distribute the left side.
Simplify the right side using the rule .
Let u = log(x)
u+3 = 0; u-2 = 0
u = -3 u = 2
log(x) = -3; log(x) = 2
x = 10-3 x = 102
x = x = 100
x =
Two solutions, and
Edwin