Find the number of satisfying the equation .
where represents the fractional part of , and is the greatest integer function.
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.
Here the tricky part is [ 3 x ] .
The problem can be solved by taking into consideration three cases.
CASE 1: When 0 ≤ { x } < 3 1 then [ 3 x ] = 3 [ x ] .
CASE 2: When 3 1 ≤ { x } < 3 2 then [ 3 x ] = 3 [ x ] + 1 .
CASE 3: When 3 2 ≤ { x } < 1 then [ 3 x ] = 3 [ x ] + 2 .
Now using the above three cases we can easily form 3 equations, which will give 2 7 solutions.