To do this, we simply add the corresponding coefficients of each polynomial:
$f(x) + g(x) = (4x^3 + 2x^2 + x + 3) + (3x^4 + 3x^3 + 3x^2 + x + 4)$
$= 3x^4 + (4+3)x^3 + (2+3)x^2 + (1+1)x + (3+4)$
Now, we need to reduce the coefficients modulo 5:
$= 3x^4 + 2x^3 +
Show more…