You can put this solution on YOUR website! solve (√b+25) + 5=b
---------------
sqrt(b+25) = b-5
----
Square both sides to get:
b+25 = b^2-10b+25
-----
b^2 - 11b = 0
----
b(b-11) = 0
----------------
b = 0 (extraneous)
or
b = 11 (true solution)
----------------------
Cheers,
Stan H.