SOLUTION: truth table for p-->(~q ^ p)
Algebra.Com
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
--------------------------------------------------------------------------------------------------------------
RELATED QUESTIONS
Construct a truth table for ~q ^ p
(answered by jim_thompson5910)
Construct a truth table for... (answered by solver91311)
construct a truth table for ~q ^ ~... (answered by Theo,solver91311)
Construct a truth table for p -->... (answered by jim_thompson5910)
Construct a truth table for q^ ~p (answered by Edwin McCravy)
Construct a truth table for ~q ^ p (answered by jim_thompson5910)
Construct a truth table for q -->... (answered by MathLover1)
~(P=>Q)<=> P ^ (~Q)
Truth table for this statement (answered by MathLover1)
Construct a truth table for : (~p^q) --> (~q ˇ... (answered by Edwin McCravy)