InterviewSolution
Saved Bookmarks
| 1. |
Find the component statement of the compound statement.The number 100 is divisible by 3, 11 and 5. |
|
Answer» A compound statement is a combination of two statements (Components). So, the components of the given statement “The number 100 is divisible by 3, 11 and 5”. p: 100 is divisible by 3. q: 100 is divisible by 11. r: 100 is divisible by 5. |
|