Which one of the following is equivalent to P ∨ Q?
A
¬Q□¬P
No worries! We‘ve got your back. Try BYJU‘S free classes today!
B
P□¬Q
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
C
¬P□Q
No worries! We‘ve got your back. Try BYJU‘S free classes today!
D
¬P□¬Q
No worries! We‘ve got your back. Try BYJU‘S free classes today!
Open in App
Solution
The correct option is BP□¬Q The given table can be converted into boolean function by adding minterms corresponding to true rows. ∴
P
Q
P□Q
T
T
T
T
F
T
F
T
F
F
F
T
Since there is only one false in the above truth table. we can represent the function P □ Q more efficientely. in conjunctive normal form. Translates P□Q=P+ Q' (the max-term corresponding to the third row, where the function is false).
Now, we can easily translate the choices into boolean algebra as follows:
Choice (a) ¬Q□¬P≡Q′□P′≡Q′+P
Choice (b) P□¬Q≡P□Q′≡P+Q
Choice (c) ¬P□Q≡P′□Q≡P′+Q′
Choice (d) ¬P□¬Q≡P′□Q′≡P′+Q
As we can clearly see only choice (b) P□¬Q is equivalent to P + Q.