You don't seem to understand the concept of how many states can be encoded with a given number of bits -- it may just be a language issue. We'll get through it.
Let's say that I have N lights that are either on or off arranged in a row. I tell Bob that if he sees a specific pattern of on/off lights that it is his turn to do something. I till Sue that if she sees a different pattern that it is her turn. If every possible pattern of on/off (including all on or all off) signals exactly one unique person that it is their turn, how many people can I assign a pattern to?
# of lights: # of people
1: 2 people
2:
3:
4:
...
8:
fill in the table for those four entries.
In terms of N, how do you calculate the number of possible patterns?
Let's say that I have N lights that are either on or off arranged in a row. I tell Bob that if he sees a specific pattern of on/off lights that it is his turn to do something. I till Sue that if she sees a different pattern that it is her turn. If every possible pattern of on/off (including all on or all off) signals exactly one unique person that it is their turn, how many people can I assign a pattern to?
# of lights: # of people
1: 2 people
2:
3:
4:
...
8:
fill in the table for those four entries.
In terms of N, how do you calculate the number of possible patterns?

