I think you mean "if the points <span>(2,5), (3,2) and (4,5) satisfy an unknown 3rd degree polynomial, what is the polynomial?"
Since 3 roots {2, 3, 4} are known, we might begin by assuming that this poly would have the form y = ax^3 + bx^2 + cx + d (which has three factors). Unfortunately, three roots are not enough to determine all four constants {a, b, c, d}.
So, let's assume, instead, that the poly would have the form y = ax^2 + bx + c. Three given points should make it possible to determine {a, b, c}.