Find $\overline{0},\overline1,\overline{10}$ and $\overline{16}$ in $\mathbb{Z}_5$
I know that the bar above the number means the congruence modulo.
$\overline{a}:=\{x\in \mathbb{Z}:x\equiv a \pmod n\}$. And I know that $x\equiv a \pmod n$ if $n \mid (x-a)$.
From what I can understand, $\mathbb{Z}_5 = \{0,1,2,3,4\}$.
But I'm not sure how to connect these concepts.
Saying $\mathbb{Z}_5=\{0,1,2,3,4\}$ is just a bit of abuse of lenguaje for $\mathbb{Z}_5=\{\bar0,\bar1,\bar2,\bar3,\bar4\}$. Once you explicitly talk about cosets its obligated to denote $\mathbb{Z}_5=\{\bar0,\bar1,\bar2,\bar3,\bar4\}$.
Now to find that $\overline{16}=\bar1$ just need to notice that $16=1\mod 5$. In the same way you have that $\overline{10}=\bar0$ and, of course that $\bar0=\bar0$ and $\bar1=\bar1$.