At the site I saw the expression
sqrt(2^109)*sqrt(x^306)*sqrt(x^11).
If the question is to simplify this, note
one can do the multiplications first, then squareroot
of the result. Also 2^109 = 2*2^108, and
x^11 = x*x^10.
So we get sqrt( 2*2^108 * x^306 * x*x^10 )
which simplifies to 2^54 * x^158 *sqrt(2*x).
It looks like one of those questions from intro algebra...
> So we get sqrt( 2*2^108 * x^306 * x*x^10 )
> which simplifies to 2^54 * x^158 *sqrt(2*x).
Why is this latter expression any simpler than
Y = sqrt(2^109 * x^317)?
It seems to me that Y is a simpler expression. Certainly
it contains fewer symbols.
Why does "simply" mean:
Express as the product of the square root of a square free expression
and
another expression extracted as the square root of an exact square.
What makes this "simpler"?