5 5 votes 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 take rest" is equivalent to :$((\sim P) \vee \sim Q) \wedge((\sim P) \vee \sim R)$$(P \vee \sim Q) \wedge(P \vee \sim R)$$((\sim P) \vee \sim Q) \wedge((\sim P) \vee R)$$(P \vee Q) \wedge((\sim P) \vee R)$ Mathematical Logic discrete-mathematics goclasses goclasses-cs-dpp goclasses-cs-dpp-day-227 goclasses-dm-practice-questions propositional-logic + – GO Classes 404 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote P: I have feverQ: I will not take medicineR: I will take restIf 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 chidambareswar23 answered Mar 24 chidambareswar23 comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Answer: C Meticulous_March answered Mar 24 Meticulous_March comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Option C. Being Honest & Loyal answered Mar 24 Being Honest & Loyal comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes P -> (~Q ^ R) ~P V (~Q ^ R) (~P V ~Q) ^ (~P V R) Option: C port67 answered Mar 25 • edited Mar 25 by port67 port67 comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Answer : C VIPIN_CHANDRA answered Mar 25 VIPIN_CHANDRA comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes ((∼P)∨∼Q)∧((∼P)∨R) Aparna Bharti answered Apr 2 Aparna Bharti comment Share Follow 0 reply Please log in or register to add a comment.