Use the binomial theorem to expand each of the following. Simpify your answers
(1-y^2)^5
Let a = 1 and b = -(y^2)
Then using binomial theorem, you have:
(a+b)^5 = C(5,0)a^5 + C(5,1)a^4 b + C(5,2)a^3 b^2 + C(5,3)a^2 b^3
+ C(5,4)a b^4 + C(5,5)b^5
Substitute a = 1 and b = -(y^2)
(1-y^2)^5 =...