$$4\{x\}=[x]+\{x\}+[x]$$
$$3\{x\}=2[x]$$
$$\{x\}=\frac 23 [x]$$
$$0\le \frac 23 [x] <1$$
$$0\le [x]<1.5$$ So $[x]=0,1$
The solutions for $x$ should be infinite, but the given answer is 3.
Even if assume that the answer not being $\infty$ is upto interpretation, I still get only 2 as the answer. Please verify this solution.
The brackets represent fractional part and greatest integer part
Let $x=I+f$, with $I \in \Bbb{Z}$ and $0 \leq f <1$. Then we have $3f=2I$. Thus $f=0,\frac{2}{3}$ for $I=0,1$ respectively.
Thus only two solutions $0,1+\frac{2}{3}=\frac{5}{3}$.