Roman C. answered 11/18/15
Tutor
5.0
(852)
Masters of Education Graduate with Mathematics Expertise
The general process is if the polynomial with rational coefficients has roots are r1 , r2 ,... , rn with corresponding multiplicities m1 , m2 , ... , mn , then it equals
p(x) = a(x - r1)m_1(x - r2)m_2...(x - rn)m_n
"a" can be anything.
In your case, the only root is r = -5 with corresponding multiplicity m = 3. So if we let a=1 for simplicity, we get
p(x) = (x + 5)3.
We can expand this and get
p(x) = x3 + 15x2 + 75x + 125
A technical note. The factorization used is over the splitting field, which is defined as the smallest field of numbers containing both the coefficients together with the polynomial's roots.