Koser like bacon and sausage :) If I am correctly interpreting your work, you have just simplified the first statement to n = n, which doesn't really help you with the remainder of the problem.
My suggestion is to really focus on you DS process:
Step 1: Consider rephrase of question
-no good rephrase in this case
Step 2: Choose easier statement
-Statement (2)
2k-4 is divisible by 7 is easier, since there is no mention of n. Because statement (2) does not mention n, eliminate BD from BD/ACE grid.
Step 3: Rephrase statement (1)
-Statement (1)
n-3 = 2k, so
n=2k+3
-Since n depends on k we do not know whether n is divisible by 7. Eliminate A from ACE grid
Step 4: Combine statements
-since
2k=n-3 (1), and
2k-4 is div by 7 (2),
n-3-4 is divisible by 7 (I simply substituted n-3 from (1) for 2k (2). Thus n-7 is divisible by 7, so n must be a multiple of 7.
The correct answer is C
Hope that helps!
-dan
Quote:
I actually did it slightly differently. Is this still "Kosher"? I took n-3 = 2k and made it k= (n/2) - (3/2). Then subbed it into the 2nd equation as:
2( (n-3)/2 ) + 3
This boils down to just "n:, and since we no that 2k-4 is divisible by 7 we now know that n is divisible by 7 as well.
Is this correct as well?