I've got a problem from book Integer, Polynomials, and Rings by Ronald S. Irving, page 227.
The question:
Is there a value of the coefficient $c$ in the field $\mathbb{R}$ that makes $x^4+3x^3+2x+1 \equiv 3x^4+x^2+cx \pmod{x^2+x+2}$ a valid congruence in $\mathbb{R}[x]$? If so, what is it; if not, why?
So first, I want to find the difference of the two polynomials.
$(x^4+3x^3+2x+1)-(3x^4+x^2+cx)$
$=(-2x^4+3x^3-x^2+(2-c)x+1)$
$=(x^2+x+2) U $
But how to find the value of $c$? Is there a method that I should be use? I appreciate any help. Thank you.