I saw a puzzle online today that read the following:
"Write the complex number $\frac{z+2i}{iz+3i}$ in the form $a+bi$"
I have tried multiplying by the complex conjugate and exponentialising the fraction but neither seem to help in putting it into cartesian form.
EDIT 1: Thank you for all the replies. Yes I mean for $z$ to be a complex variable.
EDIT 2: I have tried to reply to a user called @complexmanifold who tried to help initially. I told him that I did not know how to get from his second to his third line of working and I got voted down. I am sorry I am just trying to learn.
You know when you divide two complex numbers such as $\dfrac {2+3i}{4+5i}$, the standard thing is to just multiply by $\dfrac {4-5i}{4-5i}$ and this is guaranteed to work, because it is guaranteed to give you a real number in the denominator. Then it's just a matter of computing the multiplication on the top.
This problem is no different. Write $z$ as $x+yi$ (a technicality: I'm trying to avoid using $a, b$ since the directions say to write it in the form of $a+bi$, so the $a$ and $b$ should be the real and imaginary results of the answer, not of $z$).
So back to the topic; replace $z$ with $x+yi$ and then collect terms:
$$\dfrac{(x+yi)+2i}{i(x+yi)+3i} = \dfrac{x+(y+2)i}{-y+(x+3)i}.$$
And now it's a division problem just as in the beginning of the answer. So you can apply the same method.
And yeah this is the way to do it whenever you've got a division of two complex numbers, no matter if they are written in terms of $z$ like your original problem.