Question
Question: If the Boolean expression \(\left( p\oplus q \right)\wedge \left( \sim P\odot q \right)\) is equival...
If the Boolean expression (p⊕q)∧(∼P⊙q) is equivalent to p∧q where ⊕,⊙∈∧,∨ then the ordered pair (⊕,⊙) is
a) (∧,∨)b) (∨,∨)c) (∧,∧)d) (∨,∧)
Solution
Now there are 4 possibilities we will create a truth table with values (p∨q) , (p∧q) , (∼p∨q) , (∼p∧q)
Now from the truth table we will check when the expression (p⊕q)∧(∼P⊙q) will become equivalent to p∧q
Complete step-by-step solution:
Let us prepare the truth table for (p∨q) , (p∧q) , (∼p∨q) , (∼p∧q)
Now let us understand the meaning of these first
Now (p∨q) means P or Q hence as the name suggests this expression is true when either of P or Q is true
Now consider (p∧q) this means P and Q. the expression for P and Q is true when Both P and Q are true.
Now note that the symbol ~ is used to express negation
Hence ∼p means the negation of P
Now consider (∼p∨q)
This expression is true when either of ∼p or q is true
Similarly (∼p∧q) is true when both ∼p and q are true.
Hence now we will prepare the truth table for the following