I am stuck with this equation. All I could do is this: $\lfloor x \rfloor$ = $\lfloor n + m \rfloor$ such that $n \in N$ and $m<1$. We get:
$\lfloor x \rfloor + \lfloor \frac{1}{x} \rfloor = 1$
$\lfloor n + m \rfloor + \lfloor \frac{1}{n+m} \rfloor = 1$
$n + \lfloor m \rfloor + \lfloor \frac{1}{n+m} \rfloor = 1$
$n + 0 + \lfloor \frac{1}{n+m} \rfloor = 1$
$n + \lfloor \frac{1}{n+m} \rfloor = 1$
From here on I have no idea what to do!
Edit: It is easy to see that any value $1<x<2$ satisfies the equation, but can I find all the solutions?
In general, to solve $\lfloor a \rfloor + \lfloor b \rfloor =c$ you can consider the pairs of values that $a$ and $b$ can take.
In this case your possibilities are very small: $a=0, b=1$ or $a=1, b=0$.
Can you proceed from there?