If this equation $ \ ax^2+bx+c=0 $ has two roots $ \alpha,\beta$ then form an equation which has the roots $ -\alpha,-\beta $
Solution (given): Here, \begin{align} ax^2+bx+c=0 →\alpha,\beta \end{align} So,\begin{align}\ x=\alpha \end{align}
Now the determined equation has the root $ -\alpha $ which is equal to $ -x$.
Now, replacing $ x$ by $ -x$ we get,
\begin{align} a(-x)^2+b(-x)+c=0 \end{align} \begin{align}\Rightarrow ax^2-bx+c=0 \end{align}
But the question is why we put $ -x$ in the previous mentioned equation? I think, that equation belongs to only the roots $ \alpha ,\beta $ . Thus $ a,b,c $ might have different values in determined equation. What I want to say is different roots should occupy different equations and thus different $ a,b,c $ . So we can't put $ -x $ into this equation $ ax^2+bx+c=0 $
Edit
From Adam Rubinson's comment I went through some calculations(thought process actually).I hope you will justify this.I have tried to solve a different question in the following procedure .
(Same type question)If this equation $ \ ax^2+bx+c=0 $ has two roots $ \alpha,\beta$ then form an equation which has the roots $\frac {1-\alpha}{1+\alpha},\frac {1-\beta}{1+\beta} $
Let's imagine, \begin{align} f(x)=ax^2+bx+c \end{align} \begin{align} f(\alpha)=a(\alpha)^2+b(\alpha)+c=0 \end{align}
Now to determine the equation asked in question, we have to just replace $ x$ by g(x) so that putting $\frac {1-\alpha}{1+\alpha}$ in $ g(x)$ yields $ g(\frac {1-\alpha}{1+\alpha})=\alpha $ and thus it becomes $ f(x)=a(g(x) )^2+b(g(x) )+c=0 $
So, \begin{align} g(\frac {1-\alpha}{1+\alpha})=\alpha \end{align} Let, \begin{align} \frac {1-\alpha}{1+\alpha}=m \end{align} \begin{align} \Rightarrow \alpha=\frac {1-m}{1+m} \end{align} \begin{align} \Rightarrow g(m)=\frac {1-m}{1+m} \end{align} \begin{align} \Rightarrow g(x)=\frac {1-x}{1+x} \end{align}
Finally the determined equation is , \begin{align} a(g(x) )^2+b(g(x) )+c=0 \end{align} \begin{align} \Rightarrow a( \frac {1-x}{1+x} )^2+b(\frac {1-x}{1+x} )+c=0 \end{align}
You proved it yourself. If $ax^2+bx+c = 0$ then by putting $-x$ you got $ax^2-bx+c=0$ it means in your case that either $-\alpha$ or $-\beta$ is a root for $ax^2-bx+c$. So you found an equation that has $-\alpha$ and $-\beta$ as a root.
You can also see it by noticing one polynomial with roots $-\alpha$ and $-\beta$ can be written as
$$ a\left(x+\alpha\right)\left(x+\beta\right) = ax^2 +a\left(\alpha + \beta\right)x + a\alpha \beta $$ But you also know that $\alpha + \beta = -b/a$ and $\alpha \beta = c/a$ by root relation in polynomials applied to your first polynomial $x \mapsto ax^2+bx+c$