document.write( "Question 377947: Simplify by factoring: square root x^18\r
\n" ); document.write( "\n" ); document.write( "I think the answer is x^9 but I am only half sure!\r
\n" ); document.write( "\n" ); document.write( "THANKS!!
\n" ); document.write( "

Algebra.Com's Answer #268645 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
You are very close. The only problem is that square roots are supposed to be positive (or zero). \"x%5E9\" could be negative if x is negative. And we have no reason to say that x cannot be negative. So we have to do something to ensure that our answer is positive (or zero).

\n" ); document.write( "Absolute value comes to the rescue:
\n" ); document.write( "\"sqrt%28x%5E18%29+=+abs%28x%5E9%29\"
\n" ); document.write( "
\n" );