A party is attended by twenty people. In any subset of four people, there is at least one person who knows the other three. Suppose there are three people in the party who do not know each other. How many people in the party know everyone?
NOTE : We assume that if knows , then knows .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let us label the people { 1 , 2 ⋯ 2 0 } . Let us suppose that { 1 , 2 , 3 } do not know each other.
Consider { 1 , 2 , 3 , x } where x ∈ { 4 , 5 ⋯ , 2 0 } . This shows that each one of { 4 , 5 ⋯ 2 0 } knows 1 , 2 , 3 .
Now consider { x , 1 , 2 , y } where x = y and x , y ∈ { 4 , 5 ⋯ } . This shows that x and y know each other.
Hence , each one of 4 , 5 ⋯ 2 0 knows everyone.
Thus, 1 7 people know everyone.