Over $GF(4)$, received codeword is $z = 2?3$. Generator matrix is: $$ \left(\begin{array}{ccc}1&0&1\\0&1&3\end{array} \right) $$
From options 203, 213 and 223, what was the sent codeword?
I tried multiplying vector $u = (a\;b)$ by the generator matrix which would result in $c$ = (x y z) codeword (either 203, 213 or 223), but I got a failure on each try.
I know how to define actual sent codeword using parity check matrix, but I have no idea how to do it with generator matrix only.
Note: key says the correct answer is 223.