Prove that equation $$\lfloor x\rfloor\;+\;\lfloor 2x\rfloor\;+\;\lfloor 4x\rfloor\;+\;\lfloor16x\rfloor\;+\;\lfloor32x\rfloor\;=12345$$ has no real solutions.
Canada,1981
Edit:
My thoughts from $5$ months ago (from the comment) that should've been included in the post:
I first checked whether there are integers, then I tried to see how the decimal part changes when multiplying, because the change might be more than multiple of the previous term... and I also included the coefficients.
Let $x=n+r$ with $n$ an integer and $0\leq r <1$. Then your equation reduces to
$$55n + \lfloor r \rfloor + \lfloor 2r \rfloor + \lfloor 4r \rfloor + \lfloor 16r \rfloor +\lfloor 32r \rfloor = 12345.$$
We have $\lfloor r \rfloor + \lfloor 2r \rfloor + \lfloor 4r \rfloor + \lfloor 16r \rfloor +\lfloor 32r \rfloor \leq 0 + 1 + 3 + 15 + 31 = 50. $ The only multiple of $55$ within $55$ of $12345$ is $12320$, so we must have
$$\lfloor r \rfloor + \lfloor 2r \rfloor + \lfloor 4r \rfloor + \lfloor 16r \rfloor +\lfloor 32r \rfloor = 25.$$
But if $r\geq 1/2$, the left side is at least $27$. And if $r<1/2$ the left side is less than $23.$