InterviewSolution
Saved Bookmarks
| 1. |
Write the component statements of the following compound statements (i) All numbers are even or odd. (ii) 18 is divisible by 2 and 9. (iii) all sides and all angles of a square are equal. (iv) this pen is black or blue. |
|
Answer» SOLUTION :(i) p: all numbers are even. Q: all numbers are odd. (ii) p: NUMBER 18 is divisible by 2. q: number 18 is divisible by 9. (iii) p: all sides of a square are EQUAL. q: all angles of a square are equal. (iv) p: this pen is black. q : this pen is blue. |
|