InterviewSolution
Saved Bookmarks
| 1. |
The statement“If x2 is not even, then x is not even” is converse of the statementA. If x2 is odd, then x is even.B. If x is not even, then x2 is not even.C. If x is even, then x2 is even.D. If x is odd, then x2 is even. |
|
Answer» Let p: x2 is not even q: x is not even So, The converse of the statement p→ q is q→ p Therefore, If x is not even, then x2 is not even. |
|