A parabola $ax^2+bx+c$ contains the points $(-1,0)$, $(0,5)$, and $(5,0)$. Find the value $100a+10b+c$.
Using lagrange interpolation, the parabola is y = -5/2*x + 5/2*x 5, so 100a + 10b + c = 100(-5/2) + 10(5/2) + 5 = -220.
Because we are given both the roots of the quadratic, we can narrow the equation down to y=a(x+1)(x−5)
Now, think about how we can use the remaining coordinate (0,5) to solve for a...
Now that you know the quadratic, I assume you can take it from here