afvatcha Wrote:What would(a-b)^4 look like completely factored.
I assumed it would be (a-b)(a+b)(a-b)(a+b).
Where did I go wrong???
nope. that would be (a^2 - b^2) squared, which doesn't work out to a^4 - b^4. try multiplying it out if you don't see this.
--
you CAN use the difference of squares formula, since a^4 is the square of a^2 and b^4 is the square of b^2. therefore, your pattern factors into
(a^2 - b^2)(a^2 + b^2)
now, the
first of these is the traditional difference of squares. the second, however, doesn't factor, at all, into anything.
so we have the final product:
(a - b)(a + b)(a^2 + b^2)