Ask a New Question
Search
Is the square root of x^23 = x^11
1 answer
it's (x^11)*sqrt(x), because
sqrt(x^23)
sqrt(x*x^22)
sqrt( x * (x^11)^2 )
then sqrt of (x^11)^2 is x^11, so we can take it out:
x^11 * sqrt(x)
hope this helps~ :)