InterviewSolution
Saved Bookmarks
| 1. |
Write each of the following statements in the form 'if ... then': (i) A rhombus is a square only if each of its angles measures 90∘. (ii) When a number is a multiple of 9, it is necessarily a multiple of 3. (iii) You get a job implies that you credentials are good. (iv) Atmospheric humidity increases only if it rains. (v) If a number is not a multiple of 3, then it is not a multiple of 6. |
|
Answer» Write each of the following statements in the form 'if ... then': (i) A rhombus is a square only if each of its angles measures 90∘. (ii) When a number is a multiple of 9, it is necessarily a multiple of 3. (iii) You get a job implies that you credentials are good. (iv) Atmospheric humidity increases only if it rains. (v) If a number is not a multiple of 3, then it is not a multiple of 6. |
|