Computer Science
Find the complement of F (a, b, c, d) using Demorgan's Laws. Show the relevant reasoning.
F(a, b, c, d)=a + {(b + c).(b' + d')}
Boolean Algebra
10 Likes
Answer
[a + {(b + c).(b' + d')}]'
= a'.[{(b + c).(b' + d')}]' [De-Morgan's Law]
= a'.{(b + c)' + (b' + d')'} [De-Morgan's Law]
= a'.{(b'c') + (b''.d'')} [De-Morgan's Law]
= a'.{(b'c') + (bd)} [Involution Law: a''=a]
= a'b'c' + a'bd
Answered By
6 Likes
Related Questions
Convert (X' + Y + Z').(X + Y' + Z).(X + Y + Z').(X + Y + Z) into SOP form.
State the two absorption laws of boolean algebra. Verify any one of them using the truth table.
Given the function F (a, b, c) = Σ(0, 2, 3, 4, 6). Reduce it using Karnaugh's map.
Reduce the following boolean expression to its simple form:
A.[B + C.(A.B + A.C')]