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