Question: Find the value of (a + b)^4 when a = 2 and b = 3.
Options:
Correct Answer: 81
Solution:
Using the binomial theorem, (a + b)^4 = C(4, 0)a^4b^0 + C(4, 1)a^3b^1 + C(4, 2)a^2b^2 + C(4, 3)a^1b^3 + C(4, 4)a^0b^4. Substituting a = 2 and b = 3 gives 16 + 4*6 + 6*9 + 4*27 + 81 = 81.