Question 416312
Notes:


1) p ^ q is only true if both p and q are true (false otherwise)


2) p <--> q is only true if both p and q have the same truth value (false otherwise)



<table border=1 cellpadding=5><th>p</th><th>q</th><th>~q</th><th>p ^ ~q</th><th>q <--> (p ^ ~q)</th><tr><td>T</td><td>T</td><td>F</td><td>F</td><td>F</td></tr><tr><td>T</td><td>F</td><td>T</td><td>T</td><td>F</td></tr><tr><td>F</td><td>T</td><td>F</td><td>F</td><td>F</td></tr><tr><td>F</td><td>F</td><td>T</td><td>F</td><td>T</td></tr></table>



If you need more help, email me at <a href="mailto:jim_thompson5910@hotmail.com">jim_thompson5910@hotmail.com</a>


Also, please consider visiting my website: <a href="http://www.freewebs.com/jimthompson5910/home.html">http://www.freewebs.com/jimthompson5910/home.html</a> and making a donation. Thank you


Jim