I am trying to solve the following equation for $m$ in terms of $k$ and $n$:
$k + m = \left\lceil{\frac{n + m}{4}}\right\rceil$
($n$ and $k$ are integers, and $m$ must be one too)
Seems like it should be simple but I can't figure it out...
What is the general approach for solving equations like this?