InterviewSolution
Saved Bookmarks
| 1. |
If p: Rohit is tall, q: Rohit is handsome, then the statement ‘Rohit is tall or he is short and handsome’ can be written symbolically as (A) p ∨ (~p ∧ q) (B) p ∧ (~p ∨ q) (C) p ∨ (p ∧ ~q) (D) ~p ∧ (~p ∧ ~q) |
|
Answer» Correct option: (A) p ∨ (~p ∧ q) ~p: Rohit is short, ‘or’ is expressed by ‘∨’ symbol, ‘and’ is expressed by ‘∧’ symbol. |
|