Let $\Bbb Z_3[i] = \{a + bi \mid a, b ∈ \Bbb Z_3, i^2 = −1\}$ and denote $·_3, +_3, −_3$ the multiplication, the addition and the subtraction $mod$ $3$. With these notations, the addition and the multiplication in $\Bbb Z_3[i]$ are defined as follows. For any $x = a + bi$ and $y = c + di$ with $a, b, c, d, ∈ \Bbb Z_3$ we have:
$x + y = (a +_3 c) + (b +_3 d)i$
$x · y = (a ·_3 c −_3 b ·_3 d) + (a ·_3 d +_3 b ·_3 c)i$
a). How many elements are in $\Bbb Z_3[i]$? Explain.
b). Find the units in $\Bbb Z_3[i]$ and compute their inverses
This is really confusing me but my attempt thus far: for $x = a+bi$, $a, b$ can assume values from $\Bbb Z_3: 0, 1, 2$. So there are $9$ possible values for $\forall x \in\Bbb Z_3[i] $. Under the operations, there are $81$ possible ways to perform $x+y$, $x-y$, and $xy$ each respectively. I'm sure there is some repetition among each of these sets which would reduce the number of elements in the set. Aside from listing the elements out, I don't really know where to begin.
Any help would be much appreciated.