I'm trying to solve the following question
\begin{equation*} \left\lfloor \frac{\left\lfloor \frac{3\lfloor x\rfloor }{2}\right\rfloor }{9}\right\rfloor =4 \end{equation*}
I got the following inequalities: $ n \leq x \lt n+1 \\ m \leq \frac{3n}{2} \lt m+1 \\ 36 \leq m \lt 45 \\ ⌊⌋= n \\ ⌊\frac{3n}{2}⌋= m$
I don't know how to deal with the floor functions, so I have no idea where to start. If someone could walk me through the process that would be great!
Note that $\lfloor x\rfloor=n \Leftrightarrow n\leqslant x<n+1$. We can simplify the equation and get inequalities. Further, since floor function can only have values in $\mathbb{Z}$, we can discuss each possible values case by case.