An equation of form $x^{2}+ax+b=0$ might have infinite amount of solutions in a ring $(R,+,\cdot)$.
Now I am a bit lost here.
The definition for ring is that $(R,+)$ is Abel and $(R,\cdot)$ is a monoid.
I just wonder what in earth they are after in this exercise?
I should find a equation of that form and show that it has infinite amount of solutions. But it feels just a bit absurd.
After receiving these very good answers. I feel that I should write an example.
Let's look at matrix ring $(M_{2}(\mathbb{Z}/4\mathbb{Z}),+,\cdot)$, which has the usual matrix addition and multiplication. Now, when $n>1$, the $n \times n$ matrix is not commutative. Now we can calculate that
$$ \begin{bmatrix} 2 & 0\\ 0 & 0 \end{bmatrix}\cdot \begin{bmatrix} 2 & 0\\ 0 & 0 \end{bmatrix} = \begin{bmatrix} 4 & 0\\ 0 & 0 \end{bmatrix} = \begin{bmatrix} 0 & 0\\ 0 & 0 \end{bmatrix} $$ so we have solution to a equation $$ X^{2}=0. $$
We can find an example of infinite ring that has infinitely many solutions to the equation above.
For example such is matrix ring $(M_{2}(\mathbb{R}),+,\cdot)$ where infinitely many solutions can be found using matrix of form $$ \begin{bmatrix} 0 & a\\ 0 & 0 \end{bmatrix} $$ where $a\in\mathbb{R}$.