Question 980803
What is the simplified answer for this 
The index of both square rt is 5 
Sqrt( x^4y^6) x sqrt(x^6y^12)
=======================
It's not a square root with an index.
It's a 5th root.
---
5throot( x^4y^6) x 5throot(x^6y^12)
Don't use x for multiply, use * (Shift 8)
x is used for other things.
{{{root(5,x^4y^6)*root(5,x^6y^12)}}}
The indices are the same, 5, so multiply
= {{{root(5,x^4y^6*x^6y^12)}}}
Add exponents when multiplying
= {{{root(5,x^10y^18)}}}
= {{{root(5,x^10y^15*y^3)}}}
= {{{root(5,x^10y^15)*root(5,y^3)}}}
= {{{x^2y^3*root(5,y^3)}}}