[step:Verify multiplication and distributivity]
Let $[a,b]$, $[c,d]$, and $[e,f]$ be elements of $\mathbb{Z}_{\mathrm{fd}}$.
Commutativity of multiplication follows from commutativity of multiplication and addition in $\mathbb{N}_0$:
\begin{align*}
[a,b]\cdot[c,d]=[ac+bd,ad+bc]=[ca+db,cb+da]=[c,d]\cdot[a,b].
\end{align*}
The element $[1,0]$ is a multiplicative identity because
\begin{align*}
[a,b]\cdot[1,0]=[a,b].
\end{align*}
For associativity, compute both sides. First,
\begin{align*}
([a,b]\cdot[c,d])\cdot[e,f]=[(ac+bd)e+(ad+bc)f,(ac+bd)f+(ad+bc)e].
\end{align*}
Expanding in $\mathbb{N}_0$ gives
\begin{align*}
([a,b]\cdot[c,d])\cdot[e,f]=[ace+bde+adf+bcf,acf+bdf+ade+bce].
\end{align*}
Second,
\begin{align*}
[a,b]\cdot([c,d]\cdot[e,f])=[a(ce+df)+b(cf+de),a(cf+de)+b(ce+df)].
\end{align*}
Expanding in $\mathbb{N}_0$ gives
\begin{align*}
[a,b]\cdot([c,d]\cdot[e,f])=[ace+adf+bcf+bde,acf+ade+bce+bdf].
\end{align*}
The two ordered pairs are equal by associativity and commutativity of addition and multiplication in $\mathbb{N}_0$, so multiplication is associative.
For distributivity, compute
\begin{align*}
[a,b]\cdot([c,d]+[e,f])=[a(c+e)+b(d+f),a(d+f)+b(c+e)].
\end{align*}
Expanding gives
\begin{align*}
[a,b]\cdot([c,d]+[e,f])=[ac+ae+bd+bf,ad+af+bc+be].
\end{align*}
On the other hand,
\begin{align*}
([a,b]\cdot[c,d])+([a,b]\cdot[e,f])=[ac+bd+ae+bf,ad+bc+af+be].
\end{align*}
These ordered pairs are equal by commutativity and associativity of addition in $\mathbb{N}_0$. Hence left distributivity holds. Since multiplication is commutative, right distributivity follows from left distributivity. Therefore multiplication is associative, commutative, has identity $[1,0]$, and distributes over addition.
[/step]