Problem 906
Posted: Sat Sep 07, 2024 10:56 pm
Hello everyone,
Can you tell if my understanding of a successful agreement is correct?
Given that each of the friends have an order of preference which is a random permutation of [1, 2, 3, ..., n], which one of these is the logic for agreeing on an option?
- To agree on k, k must be the first (0th index) preference of at least 2 friends
- To agree on k, k must be the ith index preference of at least 2 friends
First logic one does not work for both P(3) and P(10) while the second does not work for P(10). It seems both logics are wrong, but I can't think of anything else from the problem's language!
Can you tell if my understanding of a successful agreement is correct?
Given that each of the friends have an order of preference which is a random permutation of [1, 2, 3, ..., n], which one of these is the logic for agreeing on an option?
- To agree on k, k must be the first (0th index) preference of at least 2 friends
- To agree on k, k must be the ith index preference of at least 2 friends
First logic one does not work for both P(3) and P(10) while the second does not work for P(10). It seems both logics are wrong, but I can't think of anything else from the problem's language!