Question: Which of the following is equivalent to 2^(3) * 2^(2)?
Options:
Correct Answer: 2^(5)
Solution:
Using the property a^m * a^n = a^(m+n), we have 2^(3+2) = 2^(5).