A compound proposition is satisfiable if at least one entry of the truth table is TRUE. We find the truth table for each of the given compound propositions.
a) Truth table for (p ∨ ¬q) ∧ (¬p ∨ q) ∧ (¬p ∨ ¬q)
pTTFFqTFTFp∨¬qTTFT¬p∨qTFTT¬p∨¬qFTTT(p∨¬q)∧(¬p∨q)∧(¬p∨¬q)FFFT
b) Truth table for (p → q) ∧ (p → ¬q) ∧ (¬p → q) ∧ (¬p → ¬q)
pTTFFqTFTFp→qTFTTp→¬qFTTT¬p→qTTTF¬p→¬qTTFT(p→q)∧(p→¬q)∧(¬p→q)∧(¬p→¬q)FFFF
c) Truth table for (p ↔ q) ∧ (¬p ↔ q)
pTTFFqTFTFp↔qTFFT¬pFFTT¬p↔qFTTF(p↔q)∧(¬p↔q)FFFF
From the above truth tables, we see that the first compound proposition alone is satisfiable as it contains one TRUE value and the remaining two compound propositions are contradiction as all the truth values are FALSE.
Comments