I don't understand the following question:
If j and k are even integers and j< k, which of the following equals the number of even integers that are greater than j and less than k ?
a. (k-j-2)/2
b. (k-j-1)/2
c.(k-j)/2
d.(k-j
The explanation says since j and k are even integers, it follows that k = j + 2n . Where did this come from? I don't see how they got k = j+2n; having trouble translating it.