InterviewSolution
Saved Bookmarks
| 1. |
p → Ram is richq → Ram is successfulr → Ram is talentedWrite the symbolic form of the given statement.Ram is neither rich nor successful and he is not talented(A) ~p ∧ ~q ∨ ~r (B) ~p ∨ ~q ∧ ~r (C) ~p ∨ ~q ∨ ~r (D) ~p ∧ ~q ∧ ~r |
|
Answer» Correct option: (D) ~p ∧ ~q ∧ ~r ~ p : Ram is not rich ~ q : Ram is not successful ~ r : Ram is not talented ∴ The symbolic form of the given statement is ~p ∧ ~q ∧ ~r. |
|