Note the following:
If you take the set of integers $\mathbb Z$: and the operations of $+$ and $-$
Then all equations of the form ($x + a_1 + a_2 + a_3+\cdots+ a_N = b$) where $a$'s and $b$ are contained in $\mathbb Z$ has a solution in $\mathbb Z$.
If you take the set of rational Numbers ($\mathbb Q$?): and the operations of $+, -, \times$ and $/$
Then all equations of the form $$(a_{11}\times a_{12}\times a_{13}\cdots a_{1N} \times x + a_{21}\times a_{22}\times a_{23}\cdots a_{2N}\times x + \cdots +a_{N1}\times a_{N2}\times a_{N3}\cdots a_{NN}\times x= b)$$ where $a$'s and $b$ are in $\mathbb Q$ has a solution in $\mathbb Q$.
Question:
If you consider the set of Algebraic Numbers, we'll call them $A$. and the set of all algebraic operations (meaning $+, -, \times, /, \text{exponentiation}, \text{roots},$ and $\text{inverses of unsolvable polynomials}$)
Is every Algebraic expression solvable in the algebraic numbers?
I believe the answer is no, though I do not know for sure:
Here is what I have dug out so far:
Starting with Integers, and using only Integral operations
If $x + 2 = 3: x = 1$
If $2 + x + 1 = 0: x = -3$, is still a member of integers
Starting with Rationals, and using only Rational operations
If $2x = 3: x = 2/3$
If $2/3\times x + x + 1 = 0: x = -3/5$, is still a member of rational group
Starting with algebraic, and using only algebraic operations
If $x^2 = 2: x = \sqrt3$
If $x^{\sqrt3} + x + 1 = 0$: is x a member of algebraic group?
I have reservations that $x^{\sqrt3} + x + 1 = 0$ is included since the algebraic numbers are only defined as solutions to polynomial equations with positive integral powers. Note: any expression involving rational powers (ex: $x^{10} + x^{13/17} + 2 = 0$) is solvable using algebraic methods (simply make the substitution $x^{1/17} = u$ to create: $u^{170} + u^{13} + 2 = 0$ and solving using algebraic methods). The method however fails to operate once $u$ has irrational expressions for powers as there doesn't appear to be a way to reduce such an equation to a polynomial equivalent.