This is how I did it:
We need numbers between the 2 given values.
So, I started like this: pq<x<p(q+2)
Then, I plugged in numbers:
p=1 | q=2
pq= 1*2=2 and p(q+2)=1(2+2)=4, so there is one number in between: 3.
p=1 | q=1
pq=1*1=1 and p(q+2)= 1(1+2)=3, so there is one number in between: 2.
Finally, I looked at the answer options:
A. I skipped it because according to my solution there is only 1 number in between and not 3
B. P + 2: using p=1, as the first plug in number we get 1+2=3, we don't like that, so move on.
C. p – 2: same plug in, we get 1-2=-1, not really possible to have minus number or numbers in between, so move on.
D. 2p – 1: same plug in, we get 2*1-2=2-1=1, we like that, but checking E just in case, since there is still time.
E. 2p + 1: same plug in, we get, 2*1+1-2+1=3, we don't like it.
Only D gave as a solution only 1 number in between. So, D must be correct.
Anything wrong wit this approac? Time wise it didn't take that long (less than 2 mins definitely).