|
Question 588279: truth table for p-->(~q ^ p)
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website!
p |
q |
~q |
~q ^ p |
p --> (~q ^ p) |
T |
T |
F |
F |
F |
T |
F |
T |
T |
T |
F |
T |
F |
F |
T |
F |
F |
T |
F |
T |
Notes:
1) ~p is the opposite of p. So if p is true, then ~p is false
2) p ^ q is only true if both p and q are true. Otherwise, p ^ q is false.
3) p --> q is only false if both p is true and q is false. Otherwise, p --> q is true.
--------------------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
--------------------------------------------------------------------------------------------------------------
|
|
|
| |