482 views
9 9 votes

If $p, q$ and $r$ are three propositions, then which of the following combination of truth values of $p, q$ and $r$ makes the logical expression $\{(p \vee q) \wedge((\sim p) \vee r)\} \rightarrow((\sim q) \vee r)$ false?

  1. $p=F, q=T, r=F$
  2. $p=T, q=T, r=F$
  3. $p=T, q=F, r=T$
  4. $p=T, q=F, r=F$

7 Answers

0 0 votes

{ (p ∨ q) ∧ (¬p ∨ r) → (¬q ∨ r)}

a. p = F, q = T, r = F

= { (F ∨ T) ∧ (T ∨ F) → (F ∨ F)}

= (T ∧ T) → F

= T → F 

= False


b.  p = T, q = T, r = F

= { (T ∨ T) ∧ (F ∨ F) → (F ∨ F)}

= (T ∧ F) → F

= F → F 

= True


c. p = T, q = F, r = T

= { (T ∨ F) ∧ (F ∨ T) → (T ∨ T)}

= (T ∧ T) → T

= T → T

= True


d. p = T, q = F, r = F

= { (T ∨ F) ∧ (F ∨ F) → (T ∨ F)}

= (T ∧ F) → T

= F → T

= True


Answer: A

0 0 votes

In propositional logic, the statement P-->Q  is false only when P is True and Q is False. Because only Option A follows the True -->False pattern.

Answer : A

Answer:
Position:
Show:

Related questions

10 10 votes
7 7 answers
850
850 views
GO Classes asked Mar 24
850 views
The compound statement $(\sim(P \wedge Q)) \vee((\sim P) \wedge Q) \Rightarrow((\sim P) \wedge(\sim Q))$ is equivalent to$((\sim P) \vee Q) \wedge(\sim Q)$$(\sim Q) \vee ...
7 7 votes
4 4 answers
408
408 views
GO Classes asked Mar 24
408 views
Let $\Delta, \nabla \in\{\wedge, \vee\}$ be such that $(\mathrm{p} \rightarrow \mathrm{q}) \Delta(\mathrm{p} \nabla \mathrm{q})$ is a tautology. Then$\Delta=\vee, \nabla=...
5 5 votes
6 6 answers
404
404 views
GO Classes asked Mar 24
404 views
Consider the following statements:P : I have feverQ: I will not take medicineR : I will take rest.The statement "If I have fever, then I will take medicine and I will tak...
4 4 votes
5 5 answers
394
394 views
GO Classes asked Mar 24
394 views
Among the two statements(S1) : $(p \Rightarrow q) \wedge(p \wedge(\sim q))$ is a contradiction and(S2) : $(p \wedge q) \vee((\sim p) \wedge q) \vee(p \wedge(\sim q)) \vee...