I need to write the following sentence in the form "if, then": "The only possibility for the integer n - 3 to be even is for n to be odd"
The textbook in which I found this question gives the solution as: "If n is an odd integer, then n − 3 is even"
However, I struggle to understand how these two statements are equivalent since the first statement is false when n - 3 is even and n is even whereas the second one is true in this case. My answer to this question was the converse of the manual solution: "If n - 3 is even, then n is an odd integer".
Am I making a mistake in my reasoning or is there an error in the textbook ?