A new website registered $2000$ people. Each of them invited $1000$ other registered people to be their friends. Two people are considered to be friends if and only if they have invited each other. What is the minimum number of pairs of friends on this website? (5 points)
Problem
Source:
Tags:
03.09.2010 14:07
I'm not sure but I think that the minimum number should be $0$ Let people be named as$A_{1}, A_2, A_3...$ And let $A_1$ invite $A_2, A_3, A_4.... A_{1001}$ If $A_i$ invites $A_{i+1}, A_{i+2},...A_{i+1000}$ for all values of $i$, then is no pair that invites each other.
05.09.2010 23:32
But in that case, $A_1$ and $A_{1001}$, $A_2$ and $A_{1002}$, etc. will all be friends.
21.09.2016 18:39
Amir Hossein wrote: A new website registered $2000$ people. Each of them invited $1000$ other registered people to be their friends. Two people are considered to be friends if and only if they have invited each other. What is the minimum number of pairs of friends on this website? (5 points) The answer is obviously $1000=2000\times 1000-\binom{2000}{2}$ and for the example we can use induction on $n$ ( for $2n$ people)