flora33 said:
I was not aware there was a difference of simplifying it as a square root or cube root....
If you are not clear that there is a BIG difference between a square root and a cube root, then I'd make SURE to bring this up with your instructor!
The square root of a number is what you use as a factor TWO TIMES to get that number. For example, x*x = x^2, so sqrt(x^2) = x. 5*5 = 25, so sqrt(25) = 5.
The cube root of a number is what you use as a factor THREE TIMES to get that number. Since n*n*n = n^3, cubrt(n^3) = n. And since (-2)*(-2)*(-2) = -8, cubrt(-8) = -2.
Suppose you have to find sqrt(x^10)....from the rules of exponents, you should realize that x^10 is the same thing as x^5*x^5. So, sqrt(x^10) = x^5.
Suppose you have to find cubrt(x^12)....again, from the rules of exponents you should realize that x^12 is the same thing as x^4 * x^4 * x^4. So, cubrt(x^12) = x^4
Once you have learned about fractional exponents (and I don't know if you've done this yet), things are a bit easier. sqrt(n) can be written as n^(1/2) If you are asked to find sqrt(x^10), you can write that as (x^10)^(1/2). NOW, use one of the rules of exponents which says that when you raise a power to a power, you MULTIPLY the exponents. So,
(x^10)^(1/2) = x^(10*(1/2))
or,
x^5
And cubrt(n) = n^(1/3)
So, if you're looking for cubrt(x^12), you can write that as (x^12)^(1/3)
Or, x^(12*(1/3))
or, x^4
See...same answers, but a bit of a different way of looking at it.