InterviewSolution
Saved Bookmarks
| 1. |
Find the component statements of the following compound statementsand check whether they are true or false.(i) Number 3 is prime orit is odd.(ii) All integers arepositive or negative.(iii) 100 is divisible by3, 11 and 5. |
|
Answer» (i) component statements p: number 3 is prime. q: number 3 is odd. both components statements are true. (ii) component statements p: all integeres are positive. q: all integers are negative. both component statements are false. (iii) component statements p: 100 is divisible by 3 q: 100 is divisible by 11 r: 100 is divisible by 5. here the component p and q are false and r is true. |
|