It would have helped if you had told us that!
In any case "complex numbers", as far as algebra is concerned, are just numbers. Any method that you could use with real coefficients works with complex coefficients.
If you are not allowed to use the easiest method (Gaussian elimination) you could use Cramer's rule, as eddybob123 suggested:
[tex]x= \dfrac{\left|\begin{array}{ccc}3 & 2 \\ 2i & 2i\end{array}\right|}{\left|\begin{array}{ccc}1+i & 2 \\ 3 & i \end{array}\right|}[/tex]
[tex]x= \dfrac{\left|\begin{array}{ccc}1+i & 3 \\ 3 & 2i\end{array}\right|}{\left|\begin{array}{ccc}1+i & 2 \\ 3 & i \end{array}\right|}[/tex]