My friend and I play this game where we must guess a number between 1 and 10. We are given 3 chances and the person who is thinking of the number tells the other person whether their guess is right or wrong; no other information. I was wondering if there is an optimal strategy to this, such as eliminating 3 numbers and pick from the remaining 7. So my question is:
Given the set $S = \{1,2,3,4,5,6,7,8,9,10\}$, what is the probability of picking the wining number $w$ with $m$ amount of guesses after eliminating $n$ elements from $S$?