If $a$ and $b$ are odd integer. Then the no. of solution of the equation $[x]^2+a[x]+b = 0$ is
where $[x] = $ greatest Integer function
My Try:: Let $[x] = y$. Then equation become $y^2+ay+b = 0$
Now If given equation has real Roots, Then $\displaystyle y = \frac{-a\pm \sqrt{a^2-4b}}{2}$
Now $a^2-4b = k^2\Leftrightarrow a^2-k^2=4b^2$. where $k\in \mathbb{Z}$
Now How can I solve after that.
Help required
Thanks