Question: Find the value of (1 + 2)^4 using the binomial theorem.
Options:
Correct Answer: 16
Solution:
Using the binomial theorem, (1 + 2)^4 = C(4,0) * 1^4 * 2^0 + C(4,1) * 1^3 * 2^1 + C(4,2) * 1^2 * 2^2 + C(4,3) * 1^1 * 2^3 + C(4,4) * 1^0 * 2^4 = 1 + 8 + 24 + 32 + 16 = 81.