Bunuel
If n is a positive integer, what is the units digit of the sum of the following series: 1! + 2! + ... + n!? (The series includes every integer between 1 and n, inclusive)
(1) n is divisible by 4.
(2) n^2 + 1 is an odd integer.
Breaking Down the Info:Note that as n gets to 5 or higher, the terms after the 4th one don't affect the units digit anymore since those terms always end in 0, due to having a factor of 2 and 5.
Then we only care about whether n >= 5, and if not then we will have to discuss the exact value of n.
Statement 1 Alone:If n = 4, then the units digit will be some known digit L. As we add more terms, 5!, 6!, 7! ... all of them don't change the unit digit anymore as explained above.
Thus for all n > 4, the units digit will still be L. Then this statement is sufficient.
Statement 2 Alone:We need n to be even for \(n^2 + 1 -> n + 1\) to be odd. Then n = 2, 4, .... If n = 2, the unit digit is 3. If n = 4, the unit digit is 1 + 2 + 6 + 24 -> 3. Then the unit digit is always 3 using the fact above.
Answer: D