The maximum value of the function $f(x)= ax^2+bx+c$ is 10. Given that $f(3)=f(-1)=2$, find $f(2)$
The answer is $f(2)=8$
I thought that by maximum value it meant that c=10, but the equation I got gave as a result $f(2)=10$
Any hint on how to solve it?
you will get the following equations $$9a+3b+c=2$$ $$a-b+c=2$$ and $$c-\frac{b^2}{4a}=10$$ can you solve this?