English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Given the Boolean expression F = x’y + xyz’:
Derive an algebraic expression for the complement F’ and then draw its Logic diagram.

2007-04-09 07:21:35 · 4 answers · asked by Muhammad A 1 in Science & Mathematics Mathematics

4 answers

I assume x' means not x
(xy)' = x' + y'
(x+y)' = x' y'

F = x'y+xyz'
F' =( x'y)' (xyz')' = ( x''+y')(x'+y'+z'') = (x+y')(x'+y'+z)
= xy' +xz +y'x'+y' +y'z
= x(y'+z)+y'

2007-04-09 07:31:52 · answer #1 · answered by hustolemyname 6 · 0 0

i'm no longer certain what you mean via algebraic expression, notwithstanding the reality table (good judgment diagram?) could be: x y z F 0 0 0 0 0 0 a million 0 0 a million 0 a million 0 a million a million a million a million 0 0 0 a million 0 a million 0 a million a million 0 a million a million a million a million 0

2016-11-27 22:07:43 · answer #2 · answered by ? 4 · 0 0

x’y + xyz’ =
y(x' + xz') =
y(x' + z')

(y(x' + z'))' =
y' + (x' + z')' =
y' + xz

Truth Table:
.x y z F'
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 1
1 1 0 0
1 1 1 1
edit:
Logic Diagram:
y' + xz
. . y y'
x 0 1 z'
x 1 1 z
x' 0 1 z
x' 0 1 z'

2007-04-09 08:42:44 · answer #3 · answered by Helmut 7 · 0 0

F' = (x+y')(x'+y'+z)

It's difficult to draw the diagram in this text box.


.

2007-04-09 07:37:06 · answer #4 · answered by tlbs101 7 · 0 0

fedest.com, questions and answers