Education and Worksheets
If p and q are true and r and s are false, find the truth value of the following compound statement.
~ [(~ p ∨ s) ∧ (~ q ∧ r)]
~ [(~ p ∨ s) ∧ (~ q ∧ r)] ≡ ~[(~T ∨ F) ∧ (~T ∧ F)]
≡ ~[(F ∨ F) ∧ (F ∧ F)
≡ ~ (F ∧ F)
≡ ~ F
≡ THence, truth value if T.