The binomial theorem states that (a + b)^n = C(n,0)a^n b^0 + C(n,1)a^(n-1) b^1 + C(n,2)a^(n-2) b^2 + ... + C(n,n-1)a^1 b^(n-1) + C(n,n)a^0 b^n, where C(n,k) is the binomial coefficient.
In this case, a = x^5, b = -x^2, and n = 101. So, we have:
(x^5 - x^2 -
Show more…