I have a question. In another forum, a user asked if there is a solution to ax+b=c in a Boolean algebra, where "ax+b=c" is "$(A \wedge X) \vee B = C$". The idea is that, in a Boolean ring, this equation admits the solution x=c/a-b/a; however, I'm not entirely sure if it's possible to find a similar solution in a Boolean algebra, as the inverse operations are not defined. Further, it seems to me that there's no general solution, as, if the domain is {0,1}, if we assign A=0, B=1, and C=0, there's no X satisfying the equation.
Any comments?