How do you prove that a polynomial $P(x) = \sum_{i=0}^n a_i x^i$ where the first coefficient ($a_n$) is 1 can be written as
$$ P(x) = \prod_{i=1}^n (x-r_i) $$
where the $r_i$ are the roots of $P(x)$? I tried to apply the polynomial identity theorem (if P(x) and G(x) are polynomials of degree $< n$ that agree at $n$ points, then $P(x) = G(x)$) because these two representations agree at the $n$ roots, but I would still need one more point of agreement. Is there another way?