I want to show that $ \mathbb Z[x] /<5,x^3+x+1>$
I am currently self-studying and it is a problem of previous graduate school entrance exam. I studied abstract algebra through Fraleigh's book, but it seems that this book does not contain information about ideal generated by two elements like $<5,x+3+x+1>$ of $R[x]$ where $R$ is an integral domain with unity and condition under what those ideals are maximal. So basically, my knowledge is just
the definition of an ideal generated by two element is and
$F[x]/ <f>$ is a field when $F$ is a field and $f$ is irreducible in $F[x]$.
So can someone explain how to solve this problem under my knowledge and recommend a text book or articles about dealing above material? Thanks in advance.
The first step is to show that $$ \frac{{\Bbb Z}[x]}{(5,x^3+x+1)}\simeq\frac{{\Bbb F}_5[x]}{(x^3+x+1)} $$ For this you can just define an obvious morphism and show that is injective and surjective ($\Bbb F_q$ denotes the finite field with $q$ elements).
Next, you need to show that $x^3+x+1$ is irreducible in ${\Bbb F}_5[x]$. For, note that any decomposition $x^3+x+1=f(x)g(x)$ would give rise to a factor of degree $1$ and polynomials of degree $1$ have roots. Thus, to show irreducibility it is enough to show that $x^3+x+1$ has no roots in $\Bbb F_5$.
I leave the details to you.