Functions of polynomials often have more than one solution. For example, $x^2 = b$ with positive $b$ has two solutions for $x$.
How does that work for higher polynomials? Say, I have for positive $a,b,c$ and natural $y$
$$ (ax + b)^y = c \\ x_0 = \frac{c^{1/y}-b}{a}$$
Clearly, $x_0$ is one solution. How can I find potential real additional solutions for $y > 1$?