Question
Question: The negation of the Boolean expression \( \sim s \vee \left( { \sim r \wedge s} \right)\) is equival...
The negation of the Boolean expression ∼s∨(∼r∧s) is equivalent to:
A.r
B. s∧r
C. s∨r
D. ∼s∧∼r
Solution
We can apply the distributive property of conjunction and disjunction. Then we can apply the property that disjunction of a statement and its negation is always true. Then by using the definitions of conjunction and disjunction and its values we can simplify the expression. Then we take the negation of the simplified expression to get the required statement.
Complete step-by-step answer:
We have the Boolean expression ∼s∨(∼r∧s).
We know that ∧ represents conjunction, ∨ represents disjunction and ∼ represents negation.
We know that ∧ and ∨ are distributive, so we can write the expression as
∼s∨(∼r∧s)≡(∼s∨∼r)∧(∼s∨s)
As s is a statement it can be either true or false. So, either s or ∼s will be true. So, their disjunction will always be true.
Now the expression will become
(∼s∨∼r)∧T
As the conjunction of two statements are true if and only if both the statements are true. So, the value of the expression depends on (∼s∨∼r)
∼s∨(∼r∧s)≡∼s∨∼r
Now we can take the negation,
∼(∼s∨∼r)
On applying the negation, the disjunction will become conjunction and the negation of each of the statements is taken
(∼∼s∧∼∼r)
We know that ∼(∼p)=p . So, the expression will become,
(s∧r)
The negation of the Boolean expression ∼s∨(∼r∧s) is equivalent to (s∧r)
Therefore, the correct answer is option B.
Note: In mathematical logics statements are sentences which are either true or false. Negation of a statement gives the value of a statement as true if it is false and vice versa. Two simple statements are combined together using connectors like conjunction and disjunction. Conjunction is similar to the word ‘and’ and is represented by ∧ . The conjunction of two statements is true if and only if the two statements are true. In all other cases the conjunction will be false. Disjunction is similar to the word ‘or’ and is represented by ∨ . The conjunction of two statements is false if and only if the two statements are false. In all other cases the disjunction will be true.