How can I calculate real values of $x$ in $x \lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor = 88$, where $\lfloor x\rfloor$ is the floor function?
My attempt:
Let $\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor = k\in \mathbb{Z}$. Then
$$ k \leq x\lfloor x\lfloor x\rfloor\rfloor<k+1 $$
and our equation becomes
$$ x\cdot k = 88 \implies x=\frac{88}{k} $$
For $x>0$, simple guessing shows that $3.1<x<3.2$. But how can we account for $x<0$?
If $0\le x<3$, then the expression is $<3^4<88$. So in the positive case, $k=\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor\ge 27$ and also $k=\frac{88}x\le \frac{88}3$, i.e. $k\in\{27,28,29\}$. Trying $x=\frac{88}{28}=\frac{22}{7}$ we verify that we have found a solution, whereas $\frac{88}{27}$ and $\frac{88}{29}$ don't work. (Since $x\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor$ is strictly decreasing (in the domain $x\ge1$) we might not even fully test other values once we have found or otherwise guessed a solution).
To deal with negative $x$, we might substitue $x$ with $-y$ and investigate $$y\lceil y\lceil y \lceil y\rceil\rceil\rceil=88$$ with $y>0$ instead. Once again, for $0<y\le 3$, the left hand side is $\le 81<88$, hence $y>3$, but then the left hand side is $\ge 64 y>192>88$.