We are $8$ friends and want to make group chats on a messaging app which allows you to join as many group chats as you want. Now there’s $1$ group chat with all of us $8$ in it, and then $8$ more group chats with $7$ of us in it and $1$ missing. Like this there are group chats with $2$ of us missing, and then $3$ missing and so on. Until we have $2$ of the people in a personal chat (so $28$ personal chats included in this).
Like this it turned out the total number of chats would be $247$ inclusive of the personal chats $$\sum^8 _{i=2} \binom{8}{i}$$ Now the real question is that I want to find out how many chats would $1$ of the friends see? Because they wouldn’t be included in a lot of them, so how many chats per person (including the $7$ personal chats they have)? I have tried counting them but they’re way too many and confusing, is there a neat way to find it out?
HINT:
A given friend is in a chat with each nonempty subset of the set of the other $7$ friends. Can you count those?