You can 
put this solution on YOUR website! .
logx + log(x+1) = log2
~~~~~~~~~~~~~~~~~~~~~~
            Ignore writing by @josgarithmetic,  since it is wrong.
            I came to bring the correct solution.
From
    log(x) + log(x+1) = log(2)
you have
    log(x*(x+1)) = log(2)
    x*(x+1) = 2
From this point, you may guess both the roots   x= 1  and  x= -2.
    //  If you do not like guessing, you may solve this quadratic equation formally.
Negative x does not fit to logarithm, therefore you get the UNIQUE solution 
         x = 1.        ANSWER
Solved.