You can put this solution on YOUR website! log2(y+4)+log2y=5
--------------------
log2[y(y+4)] = 5
---
log2[y^2+4y] = 5
y^2+4y-25 = 0
---
y = [-4 +- sqrt(16 - 4*-25)]/2
---
y = [-4 +- sqrt(116)]/2
---
y = [-4 +- 2sqrt(29)]/2
---
y = [-2 +- sqrt(29)]
===========================
Cheers,
Stan H