CHAPTER 3 Boolean Logic
CHAPTER 3 Boolean Logic
BOOLEAN LOGIC
1. What do you understand by 'truth value' and 'truth function'? How
are these related ?
P + P’ =1 and P . P’= 0
X + Y) + (XY)’ = 1
(X + Y).(XY)’= 0
(X + Y) . (XY)’ = (XY)’.(X + Y) (ref. X(YZ)= (XY)Z)
= (XY)’X + (XY)’Y (ref. X(Y + Z) = XY + XZ)
= X(XY)’ + X’YY’
= 0 .Y + X’ . 0 (ref. X . X’=0)
=0+0
=0
(ii) (X.Y)’= X’ + Y’
Again to prove this theorem, we will make use of complementary law i.e.,
X + X’= 1 and X . X’= 0
If XY’s complement is X + Y then it must be true that
(a) XY + (X’+ Y’) = 1
(b) XY(X’+ Y’) = 0
L.H.S = XY + (X’+Y’)
= (X’+Y’) + XY (ref. X + Y = Y + X)
= (X’+Y’ + X).(X’+Y’ + Y) (ref. X + YZ = (X + Y)(X + Z))
= (X + X’+Y’).(X’ + Y +Y’)
= (1 +Y’).(X’ + 1) (ref. X + X’=1)
= 1.1 (ref. 1 + X =1)
= 1
= R.H.S
L.H.S = (XY)’.(X’+Y’)
= XYX’ + XYY’ (ref. X(Y + Z) = XY + XZ)
= XX’Y + XYY’
= 0.Y + X.0 (ref. X . X’=0)
= 0 + 0 = 0 = R.H.S.
XY.(X’ + Y’)= 0
and XY + (Xʹ +Y’) = 1
(XY)’= X’ + Y’. Hence proved
20.Pg.74
TYPE B
1. pg.56
2. pg.57
3. give truth table for the boolean expression (x+y')'
4. Draw the truth table for the following equations : (a) M = N (P + R) (b) M = N + P + NP’
a) A’(BC’+B’C) b) xy+y’z+z’z
F1 = AB’ + C’D’
11. Find the complement of the following Boolean expression:
(A+B’+C) (A+B’C)
Answer: a'.b.c' + a'.(b+c')
Explanation:
{(a+b'+c).(a+b'c)}'
= { (a+b'+c)' + ((a + (b'.c))' } [ apply demorgan law a'. b' = a' + b']
= { ( a'.b''.c' ) + ( a' .( b'.c)' ) } [ apply demorgan law again ]
= ( a'.b.c' ) + ( a'.(b''+c')) [ apply involution law a'' = a ]
= ( a'.b.c') + (a'.(b + c'))