diff options
Diffstat (limited to '3860/CH3/EX3.3/Ex3_3.txt')
-rw-r--r-- | 3860/CH3/EX3.3/Ex3_3.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3860/CH3/EX3.3/Ex3_3.txt b/3860/CH3/EX3.3/Ex3_3.txt new file mode 100644 index 000000000..ab1810b7e --- /dev/null +++ b/3860/CH3/EX3.3/Ex3_3.txt @@ -0,0 +1,16 @@ +
+ F = AB' + AC + A'BC'
+
+ F = AB'(C' + C) + AC(B' + B) + A'BC'
+
+ F = AB'C' + AB'C + AB'C + ABC + A'BC'
+
+ m4 + m5 + m5 + m7 + m2
+
+ m2 + m5 + m7 + m4
+
+ A'B' A'B AB AB'
+
+ C' - 1 - 1
+
+ C - - 1 1
\ No newline at end of file |