Expand (1-2x)^5.
Hint. Use row 5 of Pascal's triangle (1,5,10,10,5,1) with b=-2x, so the signs alternate.
With a=1, b=-2x, n=5: C0(1)^5 + C1(1)^4(-2x) + C2(1)^3(-2x)^2 + C3(1)^2(-2x)^3 + C4(1)(-2x)^4 + C5(-2x)^5 = 1 -5(2x) +10(4x^2) -10(8x^3) +5(16x^4) -32x^5 = 1-10x+40x^2-80x^3+80x^4-32x^5.
✦ Working through each part gives: 1-10x+40x^2-80x^3+80x^4-32x^5.
