Question: If a = 3 and b = 2, what is the value of a^(b+1)?
Options:
Correct Answer: 27
Solution:
a^(b+1) = 3^(2+1) = 3^3 = 27.