You can put this solution on YOUR website! log(base 10)y + log(base 10)(y+3)=1
------------
log(base 10)[y(y+3)] = 1
-------
Change to exponential formL
y(y+3) = 10^1
y^2+3y-10 = 0
(y-5)(y+2) = 0
y = 5 or y = -2
------------------
But y cannot be negative in the original equation
so y = 5 is the only solution.
================
Cheers,
Stan H.