Find the sum of integers $x$ such that
$$\left\lfloor{\frac{x}{5}}\right\rfloor - \left\lfloor{\frac{x}{9}}\right\rfloor = \frac{x}{15}$$
I don't have much experience in solving problems with the floor function involved. I have rewritten the equation as
$$\frac{x}{45} + \left\{\frac{5x}{45}\right\} = \left\{\frac{9x}{45}\right\}$$
but don't know where to go from there.
[EDIT: Thanks, I understand how to solve it now.]