Given the following statement:
$\mathbb{Z}[x]/(1-x,n) \cong \mathbb{Z}_{n}$ for $n \in \mathbb{N}$.
How would one go around wrapping their head around it?
For instance, when dealing with factor rings like $\mathbb{R}[X]/(X^2 + 1)$ everything is of the form $a+bX$ and then you can apply the "think-of-generator-as-zero" trick and obtain $X^2=-1$ and see how it's isomorphic to $\mathbb{C}$.
But what happens when you factor a ring by an ideal generated by two elements? What's the form of the elements inside $\mathbb{Z}[x]/(1-x,n)$?
The isomorphism works for any $n$, and is true because of the 3rd isomorphism theorem: $$\mathbf Z[X]/(np,1-X)\simeq (\mathbf Z[X]/n\mathbf Z[X])/\bigl((n,1-X)/p\mathbf Z[X]\bigr)$$ and of this isomorphism: $\;\mathbf Z[X]/n\mathbf Z[X]\simeq (\mathbf Z/n\mathbf Z)[X]$.
In practice, a polynomial $f(X)$ modulo $(n, 1-X)$ is the same as$\bar f(\bar1)$ where $\bar f$ is the polynomial with coefficients reduced modulo $n$.