This is my homework question:
Let $F$ be a field and $f(x), g(x) \in F[x]$ be polynomials. Show that $N = \{r(x)f(x) + s(x)g(x) \, | \, r(x), s(x) \in F[x] \}$ is an ideal in $F[x]$. Show that if $f(x), g(x)$ have different degrees and $N \ne F[x]$, then $f(x), g(x)$ cannot both be irreducible over $F$.
I have successfully shown that $N$ is an ideal, but I believe I've found a counterexample to the second claim. What if $f(x) = 0$ and $g(x) = x$? Then (1) $f$ and $g$ have different degrees, (2) $f$ and $g$ are irreducible, and (3) any element $n(x) \in N$ must satisfy $n(0) = 0$ (so $N \ne F[x]$).
What's wrong with my reasoning?