An equation in floor function with two variables

146 Views Asked by At

Let us consider the following equation with respect to $x$ and $y$:

$$⌊x⌋=⌊y⌋$$

My question is how to obtain the unknowns $x$ and $y$. I have no idea to start.

1

There are 1 best solutions below

0
On BEST ANSWER

You can't. We could have $x = 2, y = 2.9$. Or we could have $x = 10034.7$ and $y = 10031 + \pi$. Or any number of other possibilities.

All we can tell from $\lfloor x\rfloor = \lfloor y \rfloor$ is that there is some integer $n$ such that $x, y\in [n, n+1)$.