So the problem is, how to set up a situation where a code can be unlocked by any 3 of any 5 different known people in any combination.
Example using 3 people: Ginger, Gilligan, Skipper, each posses a code, when combined, will equal enough parts to complete the final "password" to unlock the code. The difficulty is setting it up so any combination of less than 3 are not able to unlock the "code", or where any given combination of 3 might fail to unlock the code.
Here's an example which is only functional with 3 people:
Ginger has code A & B (gets C from Skipper and D from Gilligan) = ABCD
Gilligan has code A & D
Skipper has code B & C
There is no restriction on the amount of code segments, i.e., could continue with E,F,G, etc... and no restriction on the number of segments per person, i.e., ABC or ABCD or ABCDE, etc...
Example using 3 people: Ginger, Gilligan, Skipper, each posses a code, when combined, will equal enough parts to complete the final "password" to unlock the code. The difficulty is setting it up so any combination of less than 3 are not able to unlock the "code", or where any given combination of 3 might fail to unlock the code.
Here's an example which is only functional with 3 people:
Ginger has code A & B (gets C from Skipper and D from Gilligan) = ABCD
Gilligan has code A & D
Skipper has code B & C
There is no restriction on the amount of code segments, i.e., could continue with E,F,G, etc... and no restriction on the number of segments per person, i.e., ABC or ABCD or ABCDE, etc...
Last edited by a moderator: