diff options
Diffstat (limited to '3860/CH2/EX2.6/Ex2_6.txt')
-rw-r--r-- | 3860/CH2/EX2.6/Ex2_6.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3860/CH2/EX2.6/Ex2_6.txt b/3860/CH2/EX2.6/Ex2_6.txt new file mode 100644 index 000000000..bf14f6357 --- /dev/null +++ b/3860/CH2/EX2.6/Ex2_6.txt @@ -0,0 +1,16 @@ +
+ The given expression is as follows
+
+ f = ab'(c + d'e) + a'bc')
+
+ Finding complement using Demorgan's Theorem
+
+ f' = [ab'(c + d'e) + a'bc']'
+
+ f' = [ab'(c + d'e)]' [a'bc']'
+
+ f' = [a' + b + (c + d'e)'][a + b' + c]
+
+ f' = [a' + b + c'(d'e)'][a + b' + c]
+
+ f' = [a' + b + c'(d + e')][a + b' + c]
\ No newline at end of file |