This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
x = ⌊ x ⌋ + { x }
where {x} is the fractional part of x, 0 ≤ {x} < 1 .
Then it is easy to see, that:
⌊ x + ⌊ x + ⌊ x ⌋ ⌋ ⌋ = ⌊ ⌊ x ⌋ + { x } + ⌊ ⌊ x ⌋ + { x } + ⌊ x ⌋ ⌋ ⌋ =
= ⌊ ⌊ x ⌋ + { x } + ⌊ 2 ⌊ x ⌋ + { x } ⌋ ⌋ = ⌊ ⌊ x ⌋ + { x } + 2 ⌊ x ⌋ ⌋ = 3 ⌊ x ⌋
Therefore, our equation is equivalent to:
3 ⌊ x ⌋ + 6 = 0
3 ⌊ x ⌋ = − 6
⌊ x ⌋ = − 2
Hence, our answer should be:
− 2 ≤ x < − 1