When we define the ring $\mathbb{Z}/n\mathbb{Z}$, and we define addition as $[a] + [b] = [a + b]$. This makes sense as a definition as if you add anything of the form $a + nk$ with something of the form $b + np$ you get something of the form $(a+b) + nq$. On the other hand if you have something of the form $(a + b) + nq$, you can write it as the sum of something of the form $a + nk$ plus something of the form $b + np$.
So each class is contained in the other and therefore they are equal, that is, $[a]+[b]$ is a subset of $[a + b]$, and $[a + b]$ is a subset of $[a] + [b]$, where by $[a] + [b]$ I mean the set of all sums of something from $[a]$ with something from $[b]$.
But with multiplication, we define $[a][b]$ = $[ab]$, and it's true that if you multiply something of the form $a + nk$ with something of the form $b + np$ you get something of the form $ab + nq$, so $[a][b]$ is a subset of $[ab]$, but what about the reverse inclusion?
I'm struggling to justify that everything of the form $ab + nq$ can be written as a product of something from $[a]$ and something from $[b]$?
I understand that these definitions are well defined (they don't depend on our choices of representatives from the equivalence classes), I'm just struggling to justify the motivation behind the definition of multiplication.
Any help would be greatly appreciated! Thanks in advance!