2

Could someone please show me how to get the answer? The correct answer is c):

Simplify the following Boolean algebraic expressions (where means not):

A.B’ + A.(B + C)’ + B.(B + C)’
a) B.C’
b) B + C
c) A.B’
d) A + B’
e) None of the above
Will Ness
  • 70,110
  • 9
  • 98
  • 181
Reix
  • 37
  • 9

1 Answers1

1

First simplify the parentheses

A.B’ + A.(B + C)’ + B.(B + C)’=
A.B’ + A.B’.C’ + B.B’.C’

Now B.B’=0 so the third term is gone:

A.B’ + A.B’.C’

Now you can regroup A.B’:

A.B’.(1 + C’)

Finally 1+C’=1 so all that's left is

A.B’
Will Ness
  • 70,110
  • 9
  • 98
  • 181
Gamopo
  • 1,600
  • 1
  • 14
  • 22