Question
Question: Neither p nor q is equivalent to (a) \[\sim p\wedge \sim q\] (b) \[\sim \left( p\wedge q \right)...
Neither p nor q is equivalent to
(a) ∼p∧∼q
(b) ∼(p∧q)
(c) (∼p∨q)∧(p∨∼q)
(d) None
Solution
We can write neither p nor q as all elements that are not included in p and q. We have to draw a truth table in binary form, that is, 0 and 1 form. 1 denotes the presence of an element and 0 is the absence of an element. ∼p will be the opposite of p (i.e., not included in p), that is, if p is 1 ∼p will be 0 and vise-versa. Similarly, we have to write for q. We have to get a 1 in the ‘neither p nor q’ section. When an AND operator is performed, this happens only when ∼p and ∼q gets a 1.
Complete step by step answer:
We have to find neither p nor q. This means that all elements that are not included in p and q. We can denote the elements not included in p (NOT p) as ∼p and the elements not included in q (Not q) as ∼q .
Let us write a logical truth table in binary form, that is, 0 and 1 form. In this example, we will consider that 1 is the presence of an element and 0 is the absence of an element. ∼p will be the opposite of p, that is, if p is 1 ∼p will be 0 and vise-versa. Similarly, for q.
p | ∼p | q | ∼q |
---|---|---|---|
0 | 1 | 0 | 1 |
1 | 0 | 1 | 0 |
We have seen that neither p nor q means that all elements that are not included in p and q. ‘AND’ in binary operator is denoted by ∧ . We have to get a 1 in ‘neither p nor q’ section. When an AND operator is performed, this happens only when ∼p and ∼q gets a 1. 1 in ∼p and ∼q implies that we are concentrating on elements that are not in p and not in q. The following table shows all the possible values for p and q.
p | q | ∼p | ∼q | ∼p∧∼q |
---|---|---|---|---|
0 | 0 | 1 | 1 | 1 |
0 | 1 | 1 | 0 | 0 |
1 | 0 | 0 | 1 | 0 |
1 | 1 | 0 | 0 | 0 |
Hence, neither p nor q is denoted as ∼p∧∼q .
So, the correct answer is “Option a”.
Note: Students must know the notations used in binary operations. ‘AND’ is denoted as ∧ , that is, consider P and Q. We will denote this as P∧Q or P⋅Q or P&Q . ‘OR’ in binary operator is denoted as ∨ , that is, P∨Q or P+Q .