Question 1188235
<pre>
The factoring happens under the square root sign:

{{{ sqrt(x^2-10x+25) }}} = {{{sqrt( (x-5)^2) }}} 

... now you can just take the square root of the square ...
= {{{ x-5 }}}