The problem states:
Quote:
Given that n is an integer, is n — 1 divisible by 3?
(1) n² + n, is not divisible by 3
(2) 3n+5 ≥ k+8, where k is a positive multiple of 3
If we make a short list:
n-4, n-3, n-2, n-1, n, n+1, n+2, n+3
The question is asking, is n-1 divisible by 3? In other words, is n-1 a multiple of 3? This means that n-4, n-1, n+2 must all be multiples of 3 as well. Still another rephrase might be "is n one larger than a multiple of 3?"
Quote:
I know that using Statement (1) (n-1)n(n+1) is three consecutive integers and that three consecutive integers are divisible by 3, but if n is 1 than (n-1) would equal 0 and this would not be, right? unless 0 is supposed to be divisible by 3???
If we simplify (1) we get n^2 + n = n(n + 1). If n(n + 1) is NOT divisible by 3, then it tells us that neither n nor n + 1 are multiples of 3. Since these two are not multiples of 3, then n - 1 MUST be a multiple of 3. So statement (1) is sufficient.
Quote:
Statement (2) break down this and it tells you that n ≥ 2, not sufficient
Your restatement of (2) is almost correct. If 3n+5 ≥ k+8
That means 3n ≥ k + 3. If k is a positive multiple of 3, then we can express k as 3p, where p = 1, 2, 3, .... Now, 3n ≥ 3p + 3, so n ≥ p + 1. We don't exactly know what k is, so we don't know exactly what p is. But since p can be any number, then we can't determine whether n - 1 is a multiple of 3.
(A) is the answer. Hope that helps.