Solution to Week 5 Bonus

This post originally appeared on the Brilliant blog on 9/16/2012.

Bonus Challenge: There are 20 people on the board of directors of a publicly listed company. Each pair of people are either friends or enemies with each other. Every person has exactly 6 enemies on the board. If every group of 3 directors form a committee, what is the total number of committees that are formed by all friends or all enemies?

Key Technique: Double Counting

Solution: Let A,B,C A, B, C and D D be the number of committees that have 3 pairs of friends, 2 pairs of friends, 1 pair of friends and no pair of friends, respectively. Thus, the total number of committees is equal to (203)=A+B+C+D {20 \choose 3} = A + B + C + D .

For any person i i, along with 2 others j j and k k, we will call this set FE FE if i i is friends with one and enemies with the other. Since every member has exactly 13 friends and 6 enemies, thus by the rule of product, we have FE=20136=1560 |FE| = 20 \cdot 13 \cdot 6 = 1560. Consider the committees: committees with 3 pairs of friends will contribute 0 to the FE FE count, committees with 2 pairs of friends will contribute 2 to the FE FE count, committees with 1 pairs of friends will contribute 2 to the FE FE count, committees with 0 pairs of friends will contribute 0 to the FE FE count. Hence, we get that 2B+2C=FEB+C=780 2B+2C = FE \Rightarrow B+C=780. Thus, the total number of committees with all of them being friends or enemies is equal to A+D=1140780=360 A+D = 1140 - 780 = 360 .

Answer: 360

Note: We may naturally complete this solution by looking at the sets FF FF and EE EE in which i i is friends (enemies respectively) with both two others, j j and k k. This gives 2 more equations, for a total of 4. However, the 4 equations are not linearly independent, so we can not solve for the individual values of A,B,C A, B, C and D D.

Note by Calvin Lin
8 years ago

2 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

×

Problem Loading...

Note Loading...

Set Loading...