Question 344833
<i>(To type it correctly, you need to put the 50x in parentheses after sqrt)</i>
<pre>
{{{ sqrt(8x^3)-3sqrt(50x) }}}

{{{ sqrt(4*2*x^2*x)-3sqrt(25*2*x) }}}

{{{sqrt(4)sqrt(x^2)sqrt(2x)-3sqrt(25)sqrt(2x)}}}

{{{2x*sqrt(2x)-3*5sqrt(2x)}}}

{{{2x*sqrt(2x)-15sqrt(2x)}}}

{{{sqrt(2x)(2x-15)}}}

{{{(2x-15)sqrt(2x)}}}

Edwin</pre>