If ⌊ ∣ x ∣ ⌋ ≤ 2 ,
then x belongs to:
Notations:
⌊ ⋅ ⌋ denotes floor function .
∣ ⋅ ∣ denotes modulus value .
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.
Simple and beautiful solution! :-)
Isnt the graph of this question amazing? V-shaped steps!
A simple solution.
W e a r e g i v e n ⌊ ∣ x ∣ ⌋ ≤ 2 F i r s t w e b r e a k i t u p f r o m t h e i n s i d e . w e k n o w t h a t f o r t h a t ∣ x ∣ ≤ 2 x ∈ ( − 2 , 2 ) N o t i c e t h e o p e n b r a c k e t s , t h e r e f o r e i t i m p l i e s t h a t − 2 < x < 2 . B u t d u e t o t h e f l o o r f u n c t i o n , t h e v a l u e w i l l j u m p d o w n t o t h e l o w e r i n t e g e r . T h e r e f o r e t o a v o i d t h a t w e g o o n e i n t e g e r h i g h e r . i . e − 3 , 3 . ∴ x ∈ ( − 3 , 3 ) ★
Problem Loading...
Note Loading...
Set Loading...
We are given that ⌊ ∣ x ∣ ⌋ ≤ 2 . Using the definition of floor function , we get
∣ x ∣ < 3 .
And now the above absolute value inequality gives us − 3 < x < 3 .
Writing in the interval notation, we get x ∈ ( − 3 , 3 ) . □