In "How To Prove It", Ch 3.1 exercise 2 Vellman writes:
Theorem Suppose $b^2 > 4ac$. Then the quadratic equation $ax^2+bx+c=0$ has exactly two real distinct solutions.
Vellman then asks: To give an instance of this theorem, we replace $a,b,c$ but not $x$. Why ?
Answers online pointed that $a,b,c$ are free variables but $x$ is a bounded one.
Now what confuses me here is that $a,b,c$ in this context are arbitrary constants not free variables also if we restate the theorem as
Theorem For every real numbers $a,b $ and $ c$, if $b^2>4ac$ the quadratic equation $ax^2+bx+c=0$ has exactly two real distinct solutions.
Then $a,b,c$ become bound variables while it is still the exact same theorem.
What exactly is $x$. Is it free, bound or neither ? "CONTINUATION"
Also the theorem can be stated as:
Theorem Let $a,b$ and $c$ be real numbers and $b^2>4ac$. There exists exactly two real distinct numbers $h_1$ and $h_2$ such that the $ah_1^2 +bh_1+c=0$ and $ah_2^2 +bh_2+c=0$.
In the last restatement $x$ was completely removed.
What exactly is $x$ and does this sort of variable occur in other theorems?
The part after continuation apparently wasn't posted at first.
You can rewrite your theorem as $$\forall a,b,c,~b^2 > a c~\Rightarrow \mathrm{Card}\{x~|~ax^2 +bx+c=0\}=2$$
It starts with $\forall a,b,c$, so you can instantiate $a,b,c$ to instantiate your theorem. While there is no $\forall x$, so you cannot "choose" $x$.