Question: If z1 = 1 + i and z2 = 2 - i, find z1 * z2.
Options:
Correct Answer: 3 + i
Solution:
z1 * z2 = (1 + i)(2 - i) = 2 - i + 2i - 1 = 3 + i.