autre
- 116
- 0
I need to find the formula involving \neg, \wedge or \vee for the following truth table with the variables P and Q:
P Q formula
F F F
F T T
T F T
T T F
The closest I've gotten is something like P\vee(\negP\wedgeQ) which clearly doesn't work for the last row. Any ideas?
P Q formula
F F F
F T T
T F T
T T F
The closest I've gotten is something like P\vee(\negP\wedgeQ) which clearly doesn't work for the last row. Any ideas?