0

Is it appropriate to use iff in this case? I don't know if there is another case which is sufficient to show that $x$ is a root of a polynomial which would mean it is NOT iff.

user71207
  • 1,543

1 Answers1

2

I assume that by a root of a polynomial $p$ you mean a number $a$ such that $p(x)= q(x)(x-a)$ for some polynomial $q$. By polynomial division, you can always write $p(x)=(x-a)q(x)+b$, where $b$ is a scalar. Then $p(a)=b$, so desired factorization exists if and only if $p(a)=0$.

Blazej
  • 3,060