in Mathematical Logic retagged by
860 views
2 votes
2 votes

Which of the following statements is false?

  1. $(P\land Q)\lor(\sim P\land Q)\lor(P \land \sim Q)$ is equal to $\sim Q\land \sim P$
  2. $(P\land Q)\lor(\sim P\land Q)\lor(P \wedge \sim Q)$ is equal to $Q\lor P$
  3. $(P\wedge Q)\lor (\sim P\land Q)\lor(P \wedge \sim Q)$ is equal to $Q\lor (P\wedge \sim Q)$
  4. $(P\land Q)\lor(\sim P\land Q)\lor (P \land \sim Q)$ is equal to $P\lor (Q\land \sim P)$
in Mathematical Logic retagged by
by
860 views

3 Answers

1 vote
1 vote
Best answer
  1. $(P\land Q)\lor(\sim P\land Q)\lor(P \land \sim Q)$ is equal to $\sim Q\land \sim P$

    We can write above left hand expression , in the digital logic form$:PQ + \overline{P}\;Q + P\;\overline{Q} = Q(P + \overline{P}) +P\; \overline{Q}  = Q +P \;\overline{Q} = (Q+\overline{Q})\cdot (Q + P) = P + Q \equiv P \vee Q \not\equiv  \sim Q\land \sim P\;\text{(False)}$
     
  2. $(P\land Q)\lor(\sim P\land Q)\lor(P \wedge \sim Q)$ is equal to $Q\lor P\;\text{(True as shown in option A)}$
     
  3. $(P\wedge Q)\lor (\sim P\land Q)\lor(P \wedge \sim Q)$ is equal to $Q\lor (P\wedge \sim Q)$

    We can write the right hand expression, in terms of digital logic, $Q\lor (P\wedge \sim Q) \equiv Q + P\;\overline{Q}  = (Q+\overline{Q})\cdot (Q + P) = P + Q \equiv P \vee Q$

    LHS and RHS are equal. (True)
     
  4. $(P\land Q)\lor(\sim P\land Q)\lor (P \land \sim Q)$ is equal to $P\lor (Q\land \sim P)$

    We can write the right hand expression, in terms of digital logic, $P\lor (Q\wedge \sim P) \equiv P + Q\;\overline{P}  = (P+\overline{P})\cdot (P + Q) = P + Q \equiv P \vee Q$

    LHD and RHS are equal. (True)

So, the correct answer is $(A).$

selected by

2 Comments

Nice Explanation But Quite Lengthy
0
0
Sir, please see my approach
0
0
0 votes
0 votes
Ans :A

After  solving with truth table

(P∧Q)∨(∼P∧Q)∨(P∧∼Q)(P∧Q)∨(∼P∧Q)∨(P∧∼Q) is  not equal to  ∼Q∧∼P
by

1 comment

see my approach
0
0
0 votes
0 votes

Only if we are provided AND or OR operation will apply this technique.

edited by

4 Comments

Why only for AND and OR? You’re basically doing a partial truth table construction right?
0
0

yes Sir a partial truth table construction is easy to visualize 

it becomes more complex for some operations like implies, iff , if we have 3-4 values in LHS or RHS

suppose we have 4 elements in LHS then we will have 2^4 VALUES 

going for partial TT will be cumbersome...

0
0
yes, not a universal approach but still can work for most questions. Moreover expected accuracy is 100% :)
2
2
edited by

(P∧Q)∨(∼P→Q)→(P→∼Q) 

We can Simplify as P → Q is logically equivalent to ¬ P ∨ Q, This is made up of OR operations :)

0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true