Keep reading the solution till the end even if you dont understandFeels difficult - dont invest lot of time, ok to let go, so if you have completed reading it once, thats' it.The condition says:
For every positive odd integer n, the value of n/k is midway between consecutive integers.
Translate:
n/k = a number ending in .5
for every odd n.
----------------
Start with the smallest odd integer:
n = 1
Then:
1/k
must be midway between consecutive integers.
--------------------------------------------
What positive numbers are midway between consecutive integers?
0.5, 1.5, 2.5, 3.5, ...
But:
1/k ≤ 1
because k is a positive integer.
The only halfway value that is positive and not greater than 1 is:
0.5
Therefore:
1/k = 0.5
k = 2
-----
Check that k = 2 works.
Odd numbers:
1, 3, 5, 7, 9, ...
Divide by 2:
1/2 = 0.5
3/2 = 1.5
5/2 = 2.5
7/2 = 3.5
9/2 = 4.5
Every result ends in .5, so every result is midway between consecutive integers.
Therefore k = 2 works.
----------------------
Why can't any other k work?
Try k = 4:
1/4 = 0.25
Not midway between consecutive integers.
Fails immediately.
Try k = 6:
1/6 ≈ 0.167
Not midway between consecutive integers.
Fails immediately.
Since the condition must hold for every odd n, checking n = 1 alone forces:
k = 2
-----
Answer:
The set of all possible values of k is {2}.
The only choice that represents {2} is:
D. All even prime numbers
because 2 is the only even prime.
---------------------------------
GMAT takeaway:
Whenever a question says "for every odd integer n," try the smallest odd integer first:
n = 1
Very often, that single test value collapses the entire problem.