Construct a truth table for the following statement pqSoluti
Construct a truth table for the following statement: ~p^q
Solution
Below is the truth table for the statement ~p^q
Here T indicates= True
F indicates= Fales
Also sign of negation ~ implies that if P holds True than ~P means fales and vice versa.
Similarily conjunction sign ^ if operated between two operators suppose P and Q than it will be fales always if any one of P or Q is fales and will be True only if both P and Q are true.
| P | q | ~p | ~p^q |
| T | T | F | F |
| T | F | F | F |
| F | T | T | T |
| F | F | T | F |
