You can put this solution on YOUR website! log x + log (x-5) = log 6
Adding logs --> multiply
log(x*(x-5)) = log(6)
If the logs are equal, so are the arguments
x*(x-5) = 6
(x-6)*(x+1) = 0
x = 6
--------
x = -1 BUT there's no log of -1, so it's not an acceptable solution.
x = 6 is it.