InterviewSolution
Saved Bookmarks
| 1. |
Assuming the first part of each statement as p, second as q and the third as r, the statement ‘If A, B, C are three distinct points, then either they are collinear or they form a triangle’ in symbolic form is (A) p ↔ (q ∨ r) (B) (p ∧ q) → r (C) p → (q ∨ r) (D) p → (q ∧ r) |
|
Answer» Correct option: (C) p → (q ∨ r) p: A, B,C, are distinct points q: Points are collinear r: Points form a triangle ∴ p implies (q or r) i.e. p → (q ∨ r) |
|