I have an expression !A+(A.!B)
and on an expression solver, it gives the !A+(A.!B) = !(A.B)?
.
The solver notified that "Apply the Absorption Law" A.B+!A = B+!A
.
I have made the truth tables for both the expressions and the answer was correct. But the problem is I can not understand how the absorption law has got implemented to my expression !A+(A.!B)
?
Can someone please explain in details how the absorption law has got implemented to my expression?