Determine the largest even positive integer which cannot be expressed as the sum of two composite odd positive integers.
The answer key for this question suggests looking at $n-15$, $n-25$, $n-35$ to see if we can express n as a sum of two composite odd numbers. However, I don't get where the motivation of express $n$ as such comes from. Does anyone know where the motivation to do this comes from or is there another way to do this?