I know it's just an easy question but I can't get it at all.
A'.B + A.B'
Is it possible to simplify this expression?
Actually, I got this expression from this
A'.B.C+A.B'.C+A.B.C'+A.B.C = F
C(A'.B+A.B') + A.B(C'+C) = F
C(A'.B+A.B') + A.B = F
Now, I'm stuck at here.