I was solving a problem, and I found this:
$$\frac{3}{i}(2 - i)=\frac{6}{i} - 3$$
According to symbolab, I must multiply by the conjugate of the denominator, then the result is:
$$=\frac{6\cdot (-i)}{i \cdot (-i)} -3= -6i - 3$$
Should a complex number always be multiplied by its conjugate? Because if I had multiplied only by the positive $i$, the result would have been $6i - 3$, which is different.
The result would NOT have been different, it would have still been $-6i-3$.
If you are multiplying by $+i$, then:
$\dfrac 3i(2-i)=\dfrac{3(2-i)}i=\dfrac{6-3i}i=\dfrac{6-3i}i\cdot\dfrac ii=\dfrac{i(6-3i)}{-1}=-(6i-3i^2)=-(6i+3)=-6i-3$
Note: If there is addition or subtraction in the denominator, meaning if complex numbers in the form $a+bi$ where $a,b\ne0$ are in the denominator, you have to multiply by the conjugate.