InterviewSolution
Saved Bookmarks
| 1. |
The compound statement with ‘And’ is true if ________ its component statements are __________(a) all, true(b) all, false(c) any, false(d) any, trueI have been asked this question in a national level competition.Origin of the question is Mathematical Reasoning in division Mathematical Reasoning of Mathematics – Class 11 |
|
Answer» RIGHT OPTION is (a) all, TRUE Easy explanation: The compound statement with ‘And’ can be true if all its component statements are true. If this condition is not SATISFIED, the compound statement cannot be true. |
|