edited by
13,715 views
51 votes
51 votes

Which one of the following propositional logic formulas is TRUE when exactly two of $p,q$ and $r$ are TRUE?

  1. $(( p  \leftrightarrow q)  \wedge  r)  \vee  (p \wedge q \wedge  \sim r)$
  2. $( \sim (p \leftrightarrow q) \wedge r)\vee (p \wedge q \wedge \sim r)$
  3. $( (p \to q) \wedge r) \vee (p \wedge q \wedge \sim r)$
  4. $(\sim (p \leftrightarrow q) \wedge r) \wedge (p \wedge q \wedge \sim r) $
edited by

12 Answers

0 votes
0 votes
↔ is equal to EX-NOR = xy+x’y’

now manipulate formulas and get

pqr’+pq’r+p’qr

as this expression has exactly two among p,q,r true

you will arrive at

answer (B)
0 votes
0 votes

I feel the answer is right but explanation for option (A) is wrong in selected answer.

Just think what does ”q if p” sentence format say in propositional logic. It means p->q. If you see it’s truth table,it means when ‘p’ is true , ‘q’ should be compulsorily TRUE.But when ‘p’ is false , ‘q’ can assume any value.

 

→ Now here ‘p’=”EXACTLY TWO OF p,q,r are TRUE.”

→ ‘q’ = “Given option is right”.

(A) is wrong bcoz when ‘q’ and ‘r’ are TRUE and ‘p’ is false , it assumes FALSE value, which shouldn’t happen as discussed above.

(B) is right .

(C) and (D) are false for same reason as (A)

0 votes
0 votes

😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊

–1 votes
–1 votes
from all combinations of o's and 1's

try out 011

101

110

and b satisfies
Answer:

Related questions

28 votes
28 votes
6 answers
1
37 votes
37 votes
6 answers
2
gatecse asked Sep 15, 2014
6,650 views
Consider the statement "Not all that glitters is gold”Predicate glitters$(x)$ is true if $x$ glitters and predicate gold$(x)$ is true if $x$ is gold. Which one of the ...