1

I have equation: (x AND B) XOR x = C where x - is unknown variable, B and C are constant.

I need just one solution x that will satisfy this equation. How I can do this?

rnd
  • 61

1 Answers1

2

There exists no solution that will satisfy all cases. If $B$ and $C$ are true, then no values of $x$ satisfy the equation.

Atnas
  • 211