⌈ x ⌉ + ⌊ x ⌋ = 5
The answer is of the form A < x < B , input the answer as A × B .
Notations:
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.
@Barry Leung , it should be A < x < B . Because ⌈ 2 ⌉ = ⌊ 2 ⌋ = 2 .
Log in to reply
Sir, can you check out my solution to this problem? What do you think of it? Link
We can use an example to conjure a conclusion: ⌈ 2 . 5 ⌉ + ⌊ 2 . 5 ⌋ = 3 + 2 = 5
Given that 2 < 2 . 5 < 3 , we can see that any number between these bounds will satisfy the equation above, therefore A = 2 and B = 3 and the answer is 2 × 3 = 6
Problem Loading...
Note Loading...
Set Loading...
For non-integer x , ⌈ x ⌉ = ⌊ x ⌋ + 1 , therefore
⌈ x ⌉ + ⌊ x ⌋ ⌊ x ⌋ + 1 + ⌊ x ⌋ 2 ⌊ x ⌋ + 1 ⟹ ⌊ x ⌋ = 5 = 5 = 5 = 2
⟹ 2 < x < 3 and A B = 2 × 3 = 6 .