Multiplying complex numbers is a bit more involved but can be easily managed using properties of these numbers. To find the product, we multiply the complex numbers like binomials.
Given the complex numbers \(3 - 2i\) and \(-3 + 5i\):
1. Multiply the real and imaginary parts: \
- \(3 \times (-3) = -9\)
- \(3 \times 5i = 15i\)
- \(-2i \times (-3) = 6i\)
- \(-2i \times 5i = -10i^2\)
2. Simplify the \(-10i^2\): since \(i^2 = -1\), we have \(-10(-1) = 10\).
3. Add up all the terms: \(-9 + 15i + 6i + 10 = 1 + 21i\).
Thus, the product of these two complex numbers is \(1 + 21i\).