When studying Mathematics, we see expressions with equality with one or more variables, such as $x+1=2$, I've always seen this as an expression which states $(number)+1 = 2$ where $number$ could be many numbers depending on potential values that can be subbed in yielding a $true$ or $false$ answer, a predicate that can depend on values of $x$.
Recently I have learnt of Existential quantification and I perceive something like the following: $∃xP(x)$ as being 'there exists a value of the variable $x$ such that $P(x)$ (is true)'
I have seen it written as 'there exists a number $x$ such that (for example) $x+1=1$
This seems to contradict my view, as it seems $x$ is a particular number in their view of $x$ and can only represent this particular number, instead of being something than varies in a Domain $D$ and can be substituted into.
We also see terminology like where $x$ is a number, this seems ambiguous, is the correct interpretation 'there is one number $x$ or, $x$ represents a place where a number can be assigned or substituted for $x$. Is there a particular difference between 'there is a number $x$ such that...' and ' there exists a value of $x$ such that...'
Is there a distinction between a variable and what can be substituted into based on context as opposed to whether they are bound or free (as these could be considered free variables still).