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