$$i^2=-1$$
$$a-b=1-i$$
$$a*b=2i-2$$
What might be "$b$"?
The answer is $2i$ can u explain how?
$$i^2=-1$$
$$a-b=1-i$$
$$a*b=2i-2$$
What might be "$b$"?
The answer is $2i$ can u explain how?
Hint: $a =1-i+b$, hence $ab=2i-2 \implies (1-i+b)b=2i-2$. Solve this quadratic $$b^2+(1-i)b+(-2i+2)=0$$
by completing the square
$$b^2+2\frac{1-i}{2}b+(\frac{1-i}{2})^2-(\frac{1-i}{2})^2+(-2i+2)=0$$
or by the quadratic formula $$b_{1/2}= \frac{-(1-i)\pm \sqrt{(1-i)^2-4(-2i+2)}}{2}$$ to get values of $b$.
$a=\frac{2i-2}{b}$
Put value of a in $a-b=1-i$
$\frac{2i-2}{b} - b = 1-i$
$(2i-2) - b^2 = (1-i)b$
$b^2 + (1-i)b - (2i-2) = 0$
Solve this quadratic equation to find b.