Change the intersection's points of a paraola

26 Views Asked by At

I have the parabola

$$y=-10\cdot x^2+10$$

enter image description here

I want to obtain a parabola which passes in $(-10^{-6},0);(10^{-6},0);(0,10)$. Is it possible to write the equation modifying the above equation?

Thank you for your help.