Step-by-step explanation:
Write out the 5th row of Pascal's triangle as a sequence:
1,4,6,4,1
Write out the powers of 2 from 24 down to 20:
16,8,4,2,1
Multiply the two sequences together to get:
16,32,24,8,1
These are the coefficients of the binomial expansion:
(2+x)4=16+32x+24x2+8x3+x4