Question 485833
your truth table is shown below:


<img src = "http://theo.x10hosting.com/problems/aug242.jpg" alt = "$$$$$"/ >



(p v q) is the or statement
(p v q) -> ~p is the implies statement


the or statement is only false if both p and q are false.


the implies statement is only false if (p v q) is true and ~p is false.


v means or
-> means implies
~ means not