Question
Question: The negation of the statement pattern $\sim s \vee (\sim r \wedge s)$ is [2023] equivalent to...
The negation of the statement pattern ∼s∨(∼r∧s) is [2023] equivalent to
A
s∧r
B
s∧(r∧∼s)
C
s∧∼r
D
s∨(r∨∼s)
Answer
s∧r
Explanation
Solution
Given the statement
∼s∨(∼r∧s)we need to find its negation.
- Negate the statement using De Morgan's law:
- Simplify each part:
- ¬(∼s)=s
- ¬(∼r∧s)=¬(∼r)∨¬s=r∨¬s
So, we have:
s∧(r∨¬s)- Distribute and simplify:
But s∧¬s is always false, hence the expression simplifies to:
s∧rThus, the negation is equivalent to s∧r.