>>10
You can't distribute an exponent over an expression that includes addition or subtraction at the same level. To prove that, try this:
sqrt(5-2) != sqrt(5) - sqrt(2)
You could do this only in the case of multiplication or division at the same level. This is also the reason that you have to multiply the whole expression by itself three times (power of three).
(a-b)^2 = (a-b)(a-b) = a^2 - 2ab + b^2
(a-b)^3 = (a-b)(a-b)(a-b) = (a^2 - 2ab + b^2)(a-b) = a^3 - b^3 - 3(a^2)b + 3a(b^2)