Answer:
See steps below
Explanation:
a)
equivalence of (r implies s) with (not r or s)
De Morgan's Law
Double negation
Distributive Law
The last expression is in CNF.
b)
i)
Modus Ponens states the following,
If (p implies q) is true and p is true, then q is true.
By watching the truth table of implication
![\left[\begin{array}{ccc}p&q&p\rightarrow q\\T&T&T\\T&F&F\\F&T&T\\F&F&T\end{array}\right]](https://img.qammunity.org/2020/formulas/mathematics/college/q5me6ypmva0p978l6zg5dnrec7na5r3qcm.png)
We can notice that the only row that satisfies
(p implies q) is true and p is true
is the first row, so q must be true.
ii)
Modus Tollens states that if (p implies q) is true and (not q) is true, then (not p) is true.
By watching the following truth table
![\left[\begin{array}{ccccc}p&q&\\eg p&\\eg q&p\rightarrow q\\T&T&F&F&T\\T&F&F&T&F\\F&T&T&F&T\\F&F&T&T&T\end{array}\right]](https://img.qammunity.org/2020/formulas/mathematics/college/d58sabj9w91egsmlvg8zgfmbhipd92bunj.png)
We can notice that the only row that satisfies (p implies q) is true and (not q) is true, is the fourth row, so (not p) must be true.