3,251 views

2 Answers

0 votes
0 votes

Given expression$=X+YZ$

Complement of that expression $=\overline{X+YZ}=\overline{X}\cdot\overline{YZ}=\overline{X}\cdot(\overline{Y}+\overline{Z})$

                                                         $=\overline{X}\cdot\overline{Y}+\overline{X}\cdot\overline{Z}$

-----------------------------------------------------------

Show that ${\color{Red}{F\cdot\overline{F}=0} }$ and ${\color{Magenta} {F+\overline{F}=1}}$

Lets make truth table for clear understanding

$F$ $\overline{F}$ $F\cdot \overline{F}$
0 1 0
1 0 0

and 

$F$ $\overline{F}$ $F+\overline{F}$
0 1 1
1 0 1

Related questions

2 votes
2 votes
1 answer
2
ajaysoni1924 asked Mar 31, 2019
1,617 views
Simplify the Boolean expression to the minimum numbers of the literals. $ABC + A’B + ABC’$$X’YZ + XZ$$( X+ Y)’(X’ + Y’)$$XY + X(WZ + WZ’)$$(BC’ + A’D)(A...
2 votes
2 votes
1 answer
3
ajaysoni1924 asked Mar 31, 2019
7,496 views
Simplify the following boolean Expressions to the minimum number of Literalsx’y’ + xy + x’y(x + y)(x + y’)x’y + xy’ + xy + x’y’x’ + xy + xz’ + xy’z�...
4 votes
4 votes
0 answers
4