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