InterviewSolution
Saved Bookmarks
| 1. |
Assuming the first part of the statement as p, second as q and the third as r, the statement ‘Candidates are present, and voters are ready to vote but no ballot papers’ in symbolic form is (A) (p ∨ q) ∧ ~r (B) (p ∧ ~q) ∧ r (C) (~p ∧ q) ∧ ~r (D) (p ∧ q) ∧ ~r |
|
Answer» Correct option: (D) (p ∧ q) ∧ ~r p: Candidates are present, q: Voters are ready to vote r: Ballot papers ⇒ ~r : no Ballot papers. ‘and’ and ‘but’ are represented by ‘∧’ symbol. |
|