Ownership Of Books

nn people in a town own nn different volumes of the encyclopedia in a specific manner. It is true that each resident owns kk different volumes; in addition, each volume is owned by kk different residents.

1. Show that for all nn and kk, that there exists a distribution of the volumes that satisfy the requirements.

For example, person 1 can own Volumes 1 and 2, person 2 can own volumes 2 and 5, person 3 can own volumes 4 and 5, etc.

2. Find the total number of books in the town.

3. Find the number of different ways the residents can own the books.

#Algebra #Generalize #GraphTheory #ProofProblems #Existence

Note by Daniel Liu
7 years ago

No vote yet
1 vote

  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

  1. Consider a complete bipartite graph L-R, each side containing n nodes. Connect each node in L with all n nodes in R by a link of unit capacity. Add two additional nodes S and T and connect S with all nodes in L by links each of capacity k and similarly, connect all nodes in R to the node T by links, each of capacity k. Send kn units of flow from S to T. Argue that min cut in this graph is kn and hence the flow is feasible. By integrality of capacities, each feasible flow gives a feasible solution.

Abhishek Sinha - 7 years ago

  1. Although the proof method given below is very general (and somewhat advanced), it is not difficult to come up with an elementary existential proof for this particular problem. For this, consider the bipartite graph LRL-R each side having nn nodes (denoting the set of persons and the set of books respectively). Number the nodes {1,2,,n}\{1,2,\ldots,n\} on both sides. Now, connect a node numbered i,1ini, 1\leq i \leq n from the LL set to kk nodes numbered i+jmod(n),j=0,1,2,k1i+j\mod (n), j=0,1,2,\ldots k-1 in the RR set. This assignment satisfies the given conditions.

Abhishek Sinha - 7 years ago
×

Problem Loading...

Note Loading...

Set Loading...