diff options
Diffstat (limited to '3860/CH2/EX2.17/Ex2_17.txt')
-rw-r--r-- | 3860/CH2/EX2.17/Ex2_17.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3860/CH2/EX2.17/Ex2_17.txt b/3860/CH2/EX2.17/Ex2_17.txt new file mode 100644 index 000000000..539e97041 --- /dev/null +++ b/3860/CH2/EX2.17/Ex2_17.txt @@ -0,0 +1,10 @@ +
+ (x + y)(x + y +z') + y'
+
+ =(x + y) + y'
+
+ = x + (y + y')
+
+ = x + 1
+
+ = 1
\ No newline at end of file |