Boolean expression help

28 Views Asked by At

I need to simplify the following, although can't find good examples to indicate how to achieve this.

$$(A+\bar{B}).\bar{A}$$

2

There are 2 best solutions below

0
On

\begin{align}(A + \bar{B}).\bar{A} &= A.\bar{A} + \bar{B}.\bar{A} \\& = False + \bar{B}.\bar{A} \\&= \bar{B}.\bar{A} \\&=\overline{(B+A)}\end{align}

0
On

Sit and learn:

http://www.electronics-tutorials.ws/boolean/bool_6.html

This is a simple to learn.

Moreover, I will advice to learn Karnaugh map for harder question.