summaryrefslogtreecommitdiff
path: root/3860/CH2/EX2.5/Ex2_5.txt
diff options
context:
space:
mode:
Diffstat (limited to '3860/CH2/EX2.5/Ex2_5.txt')
-rw-r--r--3860/CH2/EX2.5/Ex2_5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/3860/CH2/EX2.5/Ex2_5.txt b/3860/CH2/EX2.5/Ex2_5.txt
new file mode 100644
index 000000000..b7ac1e29b
--- /dev/null
+++ b/3860/CH2/EX2.5/Ex2_5.txt
@@ -0,0 +1,9 @@
+ The given expression is as follows
+
+ f = wx'y + xy' + wxz
+
+ f' = (wx'y + xy' + wxz)'
+
+ f' = (wx'y)'(xy')'(wxz)'
+
+ f' = (w'+ x + y')(x' + y)(w' + x'+ z') \ No newline at end of file