Michael K. answered 04/22/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Complex numbers in standard format following the convention of ...
z = x + iy
Define z1 = (3 - i)
Define z2 = (6 - 6i)
z1* z2 follows the factorization methods we use for multinomial (polynomial) representations...
z1 * z2 = 3 * 6 + 3 * (-6i) + 6 * (-i) + (-i) * (-6i)
z1 * z2 = 18 - 18i -6i + 6i2
z1 * z2 = 18 - 24i + 6(-1)
z1 * z2 = 12 -24i = 12(1 - 2i)