You can put this solution on YOUR website! Same problem, different numbers.
================================
log(x) + log(x+21) = 2
log(x*(x+21)) = 2 = log(100)
x^2 + 21x - 100 = 0
(x+25)*(x-4) = 0
x = -25 *** not allowed --> log of negative number
x = 4