Over 3 years after asking the question I found the solution. I have included it as an answer.
I have an expression with modulus in it that needs to be put in terms of x.
(a + x) mod m = b
I can't figure out what to do with the modulus. Is there a way to get x by itself, or am I out of luck on this one?
Edit: I realize that I can get multiple answers, but I'm looking for an answer that falls within the range of m.