All solutions must be submitted on the Moodle web site
for the class at wolfware.ncsu.edu.
You may upload a photo of your handwritten solution or
a file of your typed solution.
Note my office hours on my
schedule.
¬ ( ( c ⇒ (a ⇔ b) ) ⊕ ( (a nor b) nand c ) )
where ¬ is negation "not"; x ⇒ y is the implication operator: (¬ x) ∨ y; x ⇔ y is the equivalence operator: [(x ∧ y) ∨ ((¬ x) ∧ (¬ y))]; x ⊕ y is the exclusive or operator: ¬ (x ⇔ y); (x nand y) is the Sheffer stroke: ¬ (x ∧ y); and (x nor y) is the negated inclusive or: ¬ (x ∨ y).