Question 935320
You want, as pure text, this:
(sqrt(x)+6)^2


Which appears as this when given the rendering tags:
{{{(sqrt(x)+6)^2}}}


Handle that the way you would ordinarily handle the squaring of a binomial.

{{{x+12*sqrt(x)+36}}}