So there is a typical problem in quadratic equations. Consider one as an example:
If $x=3 +\sqrt 5$ then find $x^4 -12x^3 +44x^2 -48x +17$.
The solution is pretty simple and a similar approach is put forward in another problem in complex numbers. Certainly we proceed by squaring $x=3 +\sqrt 5$ to reach $x^2 -6x +4 =0$.
Then by Synthetic Division/Division Algorithm we reach as follows: $x^4 -12x^3 +44x^2 -48x +17 = (x^2 -6x +4)(x^2 -6x +4) + 1$.
But since $x^2 -6x +4 = 0$ then the above expression reduces to 1, that’s the answer.
But we did remembered the above formula as Dividend = Divisor $\times$ Quotient + Remainder. Now the Divisor ($x^2 -6x +4$ in this case) ${} = 0$, then how come we can divide something by zero ($0$)? Pardon me for any mistake I am just first question new to stack exchange world. Please do tell me how do we insert mathematical symbols in the question.
Thank You