Bunuel
When the integer n is divided by 8, the remainder is 5. Which of the following is NOT an even number?
A. n + 3
B. n/2 + 3.5
C. n – 3
D. 3n + 1
E. 5n + 2
Kudos for a correct solution. 800score Official Solution:The most efficient way to solve this problem is to substitute a possible value of n into the answer choices and see which one is not an even number. n could be 5, 13, 21, etc. Let’s substitute these trial numbers.
Let’s choose 5:
(A) 5 + 3 = 8. This is EVEN.
(B) 5/2 + 3.5 = 6. This is EVEN.
(C) 5 – 3 = 2. This is EVEN.
(D) 3(5) + 1 = 16. This is EVEN.
(E) 5(5) + 2 = 27. This is ODD.The correct answer is choice (E), since this is the only answer choice that produced an odd with n = 5.
Note: 5 divided by 8 is 0 with a remainder of 5. When you are looking for the remainder, you should stop dividing when continuing to do so would result in a decimal. For example, 13 divided by 8 has a remainder of 5. Dividing until you have 1.625 is not helpful here.