InterviewSolution
Saved Bookmarks
| 1. |
Write the negations of the 11 < 15 and 25 > 20 |
|
Answer» Let p: 11 < 15, q : 25 > 20. Then, The symbolic form of the given statement is p ∧ q. Since ~(p ∧ q) ≡ ~p ∨ ~q, The negation of given statement is : '11 ≮ 15 or 25 > 20.' OR '11 ≯ 15 or 25 </ 20.' |
|