edited by
895 views
2 2 votes

The Boolean expression $(X+Y)(X+\overline{Y}) + \overline{(X\;\overline{Y}) + \overline{X}}$ simplifies to

  1. $X$
  2. $Y$
  3. $XY$
  4. $X+Y$

2 Answers

0 0 votes

Given boolean expression: $(X+Y)(X+\bar Y)+\overline{(X\bar Y)+\bar X}$

$\implies$ $(X.X+X\bar Y+X.Y+Y.\bar Y)+(\overline{(X\bar Y)}*\overline{\bar X})$

$\left [ \because \textrm{Demorgon’s law= $\overline{A+B}=\bar A+\bar B$, Idempotent law= A*A=A}\right]$

$\implies$ $(X+X\bar Y+XY)+(\bar X+\overline{\bar Y})*X)$

taking $X$ as common:

$\implies$ $X(1+\bar Y+Y)+(\bar X+Y)*X$

 $\left [ \because A+\bar A=1\textrm{( Complement law)}\right ]$

$\implies$ $X+X*\bar X+X*Y$

$\implies$ $X+XY$

$\implies$ $X(1+Y)$

$\implies$ $X$

Option A is correct.

Ref: Properties of Boolean Algebra

Answer:
Position:
Show:

Related questions

4 4 votes
1 answers 1 answer
1.3k
1.3k views
Milicevic3306 asked Mar 25, 2018
1,274 views
Consider the Boolean function $F(w,x,y,z) = wy + xy + \overline{w}\:xyz + \overline{w}\:\overline{x}\:y + xz + \overline{x}\:\overline{y}\:\overline{z}.$ Which one of th...
0 0 votes
1 1 answer
4.8k
4.8k views
Milicevic3306 asked Mar 26, 2018
4,760 views
For an $n$-variable Boolean function, the maximum number of prime implicants is$2(n-1)$$n/2$$2^{n}$$2^{n-1}$
2 2 votes
0 0 answers
526
526 views
Milicevic3306 asked Mar 27, 2018
526 views
The Boolean expression $F(X,Y,Z) = \overline{X} \: Y \: \overline{Z}+ X \: \overline{Y} \: \overline{Z}+ X \: Y \: \overline{Z} + X \: Y \: Z$ converted into the canonica...
1 1 vote
0 0 answers
387
387 views
admin asked Nov 17, 2017
387 views
Which one of the following gives the simplified sum of products expression for the Boolean function $F=m_{0}+m_{2}+m_{3}+m_{5}$, where $m_{0},m_{2},m_{3}$ and $m_{5}$ are...

Add Synced Question

×