Solve for real such that:
Find the sum of all solutions.
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.
We know that
0 ≤ { x } < 1 ⇒ 0 ≤ 2 { x } < 2 ⇒ 0 ≤ ⌊ x ⌋ + ⌈ x ⌉ < 2
Consider two cases.
Case 1 : x is an integer.
Then { x } = 0
⇒ ⌊ x ⌋ + ⌈ x ⌉ = 0 ⇒ 2 x = 0 [ ∵ ⌊ x ⌋ = ⌈ x ⌉ = x ] ⇒ x = 0
Case 2 : x is not an integer.
⌊ x ⌋ + 1 = ⌈ x ⌉
Now, 2 { x } = ⌊ x ⌋ + ⌈ x ⌉ = 2 ⌊ x ⌋ + 1 ⇒ { x } = ⌊ x ⌋ + 2 1 ⇒ { x } = 2 1 ⇒ ⌊ x ⌋ = 0 ⇒ x = ⌊ x ⌋ + { x } = 2 1
So all the solutions are 0 and 2 1
Sum is 2 1