You can demonstrate this by playing a guessing game. If I pick a number between 1 and 1024, you should be able to guess it in a maximum of ten guesses as 210 = 1024. Say I guess 800. You guess 500 which I tell you is too low. Your next guess should be halfway between your upper limit and your low limit which is now 500. So now you guess (1024+500)/2 = 762. That is still too low so you guess (1024+ 762)/2 = 881. That's too high so your next guess is (881 + 762)/2 = 821. That is still too high so you guess (821 + 762)/2 which is 791. Next guess is (821 + 791)/2 = 806, then (806 + 791)/2 = 798 then (806 + 798)/2 = 802 then (802 + 798) = 800! It took nine guesses.

