[example: Modular Arithmetic as a Quotient Ring]
Let $n\in\mathbb{N}$ with $n\ge 1$ and let $R=\mathbb{Z}$. The subset $n\mathbb{Z}=\{nk:k\in\mathbb{Z}\}$ is an ideal of $\mathbb{Z}$. It is an additive subgroup because $0=n\cdot 0\in n\mathbb{Z}$, and if $na,nb\in n\mathbb{Z}$, then
\begin{align*}
na-nb=n(a-b)\in n\mathbb{Z}.
\end{align*}
If $r\in\mathbb{Z}$ and $na\in n\mathbb{Z}$, then
\begin{align*}
r(na)=(rn)a=n(ra)\in n\mathbb{Z}.
\end{align*}
Also,
\begin{align*}
(na)r=n(ar)\in n\mathbb{Z},
\end{align*}
so $n\mathbb{Z}$ absorbs multiplication from both sides. Thus $\mathbb{Z}/n\mathbb{Z}$ is a quotient ring.
Every integer $m$ can be written as
\begin{align*}
m=qn+r
\end{align*}
with $q,r\in\mathbb{Z}$ and $0\le r<n$. Subtracting $r$ from both sides gives
\begin{align*}
m-r=qn=nq\in n\mathbb{Z}.
\end{align*}
Therefore $m$ and $r$ determine the same coset:
\begin{align*}
m+n\mathbb{Z}=r+n\mathbb{Z}.
\end{align*}
So every class in $\mathbb{Z}/n\mathbb{Z}$ is represented by one of
\begin{align*}
0+n\mathbb{Z},1+n\mathbb{Z},\ldots,(n-1)+n\mathbb{Z}.
\end{align*}
These representatives are distinct: if $0\le r,s<n$ and $r+n\mathbb{Z}=s+n\mathbb{Z}$, then $r-s\in n\mathbb{Z}$, so $r-s=nk$ for some $k\in\mathbb{Z}$. Since $0\le r,s<n$, we have
\begin{align*}
-(n-1)\le r-s\le n-1.
\end{align*}
The only multiple of $n$ in this interval is $0$, so $r-s=0$ and hence $r=s$.
For $n=6$, the classes $2+6\mathbb{Z}$ and $3+6\mathbb{Z}$ are both nonzero. If
\begin{align*}
2+6\mathbb{Z}=0+6\mathbb{Z},
\end{align*}
then $2-0\in 6\mathbb{Z}$, so $2=6k$ for some $k\in\mathbb{Z}$; no such integer exists. Similarly, $3=6k$ has no integer solution, so
\begin{align*}
3+6\mathbb{Z}\ne 0+6\mathbb{Z}.
\end{align*}
Their product is
\begin{align*}
(2+6\mathbb{Z})(3+6\mathbb{Z})=(2\cdot 3)+6\mathbb{Z}.
\end{align*}
Since $2\cdot 3=6$, this is
\begin{align*}
6+6\mathbb{Z}.
\end{align*}
Because $6-0=6=6\cdot 1\in 6\mathbb{Z}$, we have
\begin{align*}
6+6\mathbb{Z}=0+6\mathbb{Z}.
\end{align*}
Thus two nonzero classes in $\mathbb{Z}/6\mathbb{Z}$ multiply to zero. The quotient $\mathbb{Z}/6\mathbb{Z}$ has zero divisors even though $\mathbb{Z}$ itself does not, so quotienting can introduce new algebraic behaviour.
[/example]