Find all real solutions of:
⌊ x ⌋ ⌈ x ⌉ + ⌈ x ⌉ ⌊ x ⌋ = ( ⌊ x ⌋ + ⌈ x ⌉ ) ⌊ x ⌋ ⌈ x ⌉
If the solution set S = ( a , b ] ∪ { c } , find a + b + c .
Notes:
Also try Problem on Step functions .
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.
That's what I got.
I don't see why the interval ( − 1 , 0 ) is excluded. What is ( − 1 ) 0 ? That equals 1 , right?
So ( − 1 ) 0 + 0 − 1 = 1 = ( − 1 + 0 ) 0 ∗ ( − 1 ) , right? The LHS is ( − 1 ) 0 and the RHS is also ( − 1 ) 0 ) What am I missing?
Seems like solution set should be [ − 1 , 0 ) ∪ ( 0 , 1 ]
Log in to reply
I think 0 − 1 = 0 1 which is not defined. That's why I excluded this case.
Log in to reply
Then why do you include 0 in ( − 1 , 0 ] and exclude − 1 ?
Log in to reply
@A Former Brilliant Member – I have not included 0. The solution set is ( 0 , 1 ] ∪ { − 1 } . So, a = 0 , b = 1 , c = − 1
Problem Loading...
Note Loading...
Set Loading...
I got a=0, b=1, c=-1, is it correct?