Question: Find the all real numbers $x$ such that $x[x[x[x]]]=88$ where $[\cdot ]$ denotes floor function.
Attempt: $$x[x[x[x]]]=88\implies [x[x[x]]]=\frac{88}{x}.$$ Since left side of equation always gives an integer value, $88$ has to be divisible by $x$. Also, $3^4=81$. So the solution should lie between $3$ and $4$.