edited by
8,424 views
31 votes
31 votes

$P$ and $Q$ are two propositions. Which of the following logical expressions are equivalent?

  1. $P ∨ \neg Q$
  2. $\neg(\neg P ∧ Q)$
  3. $(P ∧ Q) ∨ (P ∧ \neg Q) ∨ (\neg P ∧ \neg Q)$
  4. $(P ∧ Q) ∨ (P ∧ \neg Q) ∨ (\neg P ∧ Q)$
  1. Only I and II
  2. Only I, II and III
  3. Only I, II and IV
  4. All of I, II, III and IV
edited by

7 Answers

0 votes
0 votes
The first two options are straightforward.

ie (q--->p)

now, the easiest way is check the condition of implication in (iii)option.

ie if Q is true , p has to be true . If Q is false, P Can be anything.

that’s exactly what is (iii) option.

Now, in 4th option.If Q is true p can be either true or false. Hence, 4th option is not equivalent to the remaining.

Answer: (i) , (ii), (iii) are equivalent.
0 votes
0 votes

The correct option is B 
1. P ∨∼Q≡P+Q′


2. ∼(∼P∧Q)≡(P′Q)′≡P+Q′


3. (P∧Q)∨(P ∧∼Q)∨(∼P ∧∼Q)
≡PQ+PQ′+P′Q′
≡P(Q+Q′)+P′Q′
≡P+P′Q′
≡(P+P′)(P+Q′)
≡p+Q′


4. (P∧Q)∨(P∧∼Q)∨(∼P∧Q)
≡PQ+PQ′+P′Q
≡P(Q+Q′)+P′Q
≡P+P′Q
≡(P+P′)(P+Q)=P+Q

Clearly (i), (ii) and (iii) are equivalent.

so Correct choice is (b).

Answer:

Related questions

3 votes
3 votes
3 answers
5
ParthPratim asked Nov 3, 2022
1,024 views
I have been trying to solve the question GATE CSE 2008 Question.Are the following two representations logically equivalent ?$\beta \rightarrow (\exists x, \alpha (x))$$\e...
71 votes
71 votes
5 answers
6
Kathleen asked Sep 12, 2014
14,116 views
Let $\text{fsa}$ and $\text{pda}$ be two predicates such that $\text{fsa}(x)$ means $x$ is a finite state automaton and $\text{pda}(y)$ means that $y$ is a pushdown autom...