Find Number of integers satisfying $$\left[\frac{x}{100}\left[\frac{x}{100}\right]\right]=5$$ where $[.]$ is Floor function.
I assumed $$x=100q+r$$ where $0 \le r \le 99$
Then we have
$$\left[\left(q+\frac{r}{100}\right)q\right]=5$$ $\implies$
$$q^2+\left[\frac{rq}{100}\right]=5$$
Since $rq$ is an integer we have $$rq=100p+r_1$$ where $0 \le r_1 \le 99$
Then we have
$$q^2+p+\left[\frac{r_1}{100}\right]=5$$ $\implies$
$$q^2+p=5$$ so the possible ordered pairs $(p,q)$ are
$(1,2)$, $(1,-2)$, $(-4, 3)$ i am getting infinite pairs.
How to proceed?
Using $$ [x]\le x<[x]+1 $$ one has $$ 5\le\frac{x}{100}\left[\frac{x}{100}\right]<6. \tag{1}$$ Let $x=100q+r$, where $q$ and $r$ are an integer and $r\in[0,99]$. Then (1) becomes $$ 500\le (100q+r)q<600. \tag{2}$$ Noting that $$ 100q^2 \le (100q+r)q<600$$ implies $q^2<6$, one has $q=\pm1,\pm2$. If $q=\pm1$, it is easy to see that (2) can't hold. So $q=\pm2$. If $q=-2$, (2) becomes $$500\le-2(-200+ r)<600 $$ which gives $$ 50\le -2r<100$$ which is impossible since $r\ge0$. If $q=2$, (2) becomes $$500\le2(200+ r)<600 $$ which gives $$ 50\le r<100.$$ Thus $r=50,51,\cdots99$ and hence $$ x=250,251,\cdots,299. $$