Think about it: If I have an even integer, what can I do to find the next even one down? If I have 4, what's the next lowest even number? 2! What do I do to 4 to get to 2? Subtract 2. Now, instead of 4, let's write n. How can I find the even number right before it? Subtract 2. Your answer is n-2.