It looks like you forgot about the unknown leading coefficient A.
If the symbols r1, r2, r3, r4, and r5 represent the five given roots (i.e., function zeroes), then we can write the polynomial function symbolically in factored form as:
f(x) = A*(x - r1)*(x - r2)*(x - r3)*(x - r4)*(x - r5)
I'm guessing that you substituted the values and then multiplied out the righthand side above (using differences of squares to ease the pain, hopefully).
f(x) = A*(x^5 - 5x^4 - 5x^3 + 25x^2 + 4x - 20)
Now let x = 0, and then solve the resulting equation for A.