404 views
5 5 votes

Consider the following statements:
P : I have fever
Q: I will not take medicine
R : I will take rest.
The statement "If I have fever, then I will take medicine and I will take rest" is equivalent to :

  1. $((\sim P) \vee \sim Q) \wedge((\sim P) \vee \sim R)$
  2. $(P \vee \sim Q) \wedge(P \vee \sim R)$
  3. $((\sim P) \vee \sim Q) \wedge((\sim P) \vee R)$
  4. $(P \vee Q) \wedge((\sim P) \vee R)$

6 Answers

1 1 vote

P: I have fever

Q: I will not take medicine

R: I will take rest

If I have fever, then i will take medicine and I will take rest

= If P, then ¬Q and R

= If P, then (¬Q ∧ R)

= P → (¬Q ∧ R)

= ¬P ∨ (¬Q ∧ R)

= (¬P ∨ ¬Q) ∧ (¬P ∨ R)    {Distributive laws}

 

Answer: C

Answer:
Position:
Show:

Related questions

10 10 votes
7 7 answers
840
840 views
GO Classes asked Mar 24
840 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=...
9 9 votes
7 7 answers
481
481 views
GO Classes asked Mar 24
481 views
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((\si...
4 4 votes
5 5 answers
393
393 views
GO Classes asked Mar 24
393 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...