✔ 最佳答案
1 Expand (1-2y)^n in ascending powers of y as far as the term in y^3,
where n is a positive integer.
nC3 = n!/3!(n-3)!
= n(n-1)(n-2)/6
(1-2y)^n
= 1 - 2ny + 4(nC2)y^2 - 8(nC3)y^3+...
= 1 - 2ny + 4n(n-1)y^2/2 - 8n(n-1)(n-2)y^3/6 +...
= 1 - 2ny + 2n(n-1)y^2 - 4n(n-1)(n-2)y^3/3 + ...