Question: If a = 3 and b = 2, what is the value of a^b + b^a?
Options:
Correct Answer: 17
Solution:
Calculating 3^2 = 9 and 2^3 = 8, thus 9 + 8 = 17.