What is the converse of the conditional statement?


Ifx is even, then x + 1 is odd.

If x is not even, then x + 1 is not odd.

Ifx + 1 is odd, then x is even.

Ifx + 1 is not odd, then x is not even
Ifx is even, then x + 1 is not odd.