Question: In $\mathbb{F}_3[x]$ write, if possible, the polynomial $1$ in the form: $$f(x)p(x)+g(x)q(x)=1$$ Where $p(x)=x^3+x^2+x+2$ and $q(x)=x^3+2x^2+2$.
This is a question from Concrete Introduction to Higher Algebra (Lay) assigned in my Classical Algebra class.
I first jumped to using the EEA matrix, but ran into issues.
I then used Euclid's algorithm/long division to find that $\gcd(p(x),q(x))=-x^2+x \neq 1$ so am I correct in saying that there is no way to write the polynomial $1$ in the form stated above?
My other question was, does the fact that these polynomials are in $\mathbb{F}_3[x]$ make any tangible difference in solving this problem?