Question Author
Your Answer.. If the number of goes is n for some value of n, then it is n for the next higher value of n because, if there are n+1 items you'll select the correct item on the first go 1 in n+1 times, otherwise (i.e. n out of n+1 times) you'll have to find it among the remaining n items, which will take n further goes on average, i.e. n+1 goes on total, including the go you've already had. Repeating this argument shows it'll be n for all higher values of n. But the number of goes is n when n is 1, so it is n for all positive integers.