I guess you mean q → p (as in the logic operator: q implies p).
To create this truth table, you run over all truth values for q and p (that is whether each statement is True or False) and calculate the value of the operator. You can use True/False, T/F, 1/0, √/X, etc as long as you are consistent for the symbol used for True and the symbol used for False (the first 3 suggestions given are the usual ones used).
For implies:
giving:
. q . . p . q→p
--------------
. 0 . . 0 . . 1 .
. 0 . . 1 . . 1 .
. 1 . . 0 . . 0 .
. 1 . . 1 . . 1 .
Chat with our AI personalities
Assuming that you mean not (p or q) if and only if P ~(PVQ)--> P so now construct a truth table, (just place it vertical since i cannot place it vertical through here.) P True True False False Q True False True False (PVQ) True True True False ~(PVQ) False False False True ~(PVQ)-->P True True True False if it's ~(P^Q) -->P then it's, P True True False False Q True False True False (P^Q) True False False False ~(P^Q) False True True True ~(P^Q)-->P True True False False
1)p->q 2)not p or q 3)p 4)not p and p or q 5)contrudiction or q 6)q
True
P | T T F F Q | T F T F Q' | F T F T P + Q' | F T F F The layout is the best I could do with this software. Hope it is OK.
true