Question 629523
{{{sqrt(48x^3y^5)/sqrt(18x^5)}}}
While there are manyu ways to to do, the way I like to simplify expressions like this, a square root over a square root, is:<ol><li>Use the {{{root(a, p)/root(a, q) =root(a, p/q)}}} property of radicals change the fraction of square roots into the square root of a fraction.</li><li>Reduce the fraction. (If you're clever and you know what the next step is, then you may choose not to reduce the fraction fully. I'll show you what I mean later.)</li><li>If there is still a denominator, then...<ol><li>Make it a perfect square.</li><li>Use the {{{roott(a, p)/root(a, q) =root(a, p/q)}}} property again, this time in reverse, to create a fraction of square roots.</li></ol><li>Simplify any remaining square roots.</li></ol>Let's see this in action:<br>
1. Merge the square roots
{{{sqrt(48x^3y^5/18x^5)}}}<br>
2. Reduce
{{{sqrt(8y^5/3x^2)}}}<br>
3.1 Make the denominator a perfect square:
{{{sqrt((8y^5/3x^2)(3/3))}}}
{{{sqrt(24y^5/9x^2)}}}<br>
3.2 Split the square root
{{{sqrt(24y^5)/sqrt(9x^2)}}}<br>
4. Simplify
{{{sqrt(4*y^2*y^2*6y)/3x}}}
{{{(sqrt(4)*sqrt(y^2)*sqrt(y^2)*sqrt(6y))/3x}}}
{{{(2*y*y*sqrt(6y))/3x}}}
{{{(2y^2*sqrt(6y))/3x}}}<br>
P.S. Now I'm going to repeat the first two steps using "clever" reducing:
1. Merge the square roots
{{{sqrt(48x^3y^5/18x^5)}}}<br>
2. Reduce
I'm still going to reduce the x's as before. But instead of dividing the numerator and denominator by 6 like I did above, I am going to just divide by 2:
{{{sqrt(24y^5/9x^2)}}}
The fraction is not fully reduced, But look at the denominator! It is now a perfect square. So by thinking ahead we can skip step 3.1.