in Others
987 views
1 vote
1 vote

$(A+B) \bar{AB}$ is equivalent to

  1. $A \bigoplus B$
  2. $A \bigodot B$
  3. $(A \bigoplus B) \bigodot  A$ 
  4. $(A \bigodot B) \bigoplus  A$
in Others
987 views

1 comment

If (A+B) (AB)' is question then

= (A+B) (A'+B')

=A'B+AB'

= A x-or B

So Option A is Ans
0
0

2 Answers

0 votes
0 votes
Considering this as question

(A+B)A'B
=A'B

Option A & B are not equivalent to A'B

C & D both giving solution B'

So no option is matching here.

Plz correct me.

1 comment

no option matching
0
0
0 votes
0 votes
The boolean expression can be written as:

$(A+B).\overline{(AB)}$

$\ = (A+B).(\bar A+\bar B)$

$\ = (A.\bar A+A.\bar B+\bar AB+B.\bar B)$

$\because (x.\bar x=0)$

$\therefore(\bar AB+A\bar B \equiv (A\oplus B) )$

So Option $(A)$ is correct.

Related questions