Q: if a and b are integers, and N = \((a^4)(b^3)\) + 1, is N odd?
For N to be odd we need a construction of Even + Odd (since 1 is odd, \((a^4)(b^3)\) needs to be even for N to be odd)
1) \(a^4\) = even
If \(a^4\) is even, it doesn't matter whether \(b^3\) is even or odd, since (even)(odd) or (even)(even) will always be even. When taken this into consideration we get: (even)(odd or even) + odd = even, this directly answers the prompt, so keep this one
2) \(b^2\) = odd
If \(b^2\) is odd, that means that \(b^3\) must be odd as well, since any odd number multiplied by an odd number will remain odd. I'll test some cases where a^4 is odd and even, since in this statement no information for \(a^4\) is given
Case 1: \(b^3\) is odd and \(a^4\) is even: just like in statement 1 (even)(odd) + (odd) = odd
Case 2: \(b^3\) is odd and \(a^4\) is odd: (odd)(odd) + (odd) = even
Since we got 2 different outcomes, we can eliminate this choice
Answer: A