Which one of the following is a possible assignment of runners to lanes by the charity they represent?
on April 19, 2020
hello may i please get some help on this set up
how i set it up was
LNOPS
12345
- - - - -
AND WHEN I READ THE RESTRICTIONS I AM WAY OFF
Reply
on April 24, 2020
Hello @Masada,
Happy to help! This is a pretty standard multi-linear game. Think of it this way. Each lane is going to have two characteristics: a runner and a charity. We are going to make a line for each, and we do not know the order of either line.
Runners: L N O P S Charities: F G H J K
Our basic setup will look like this:
R _ _ _ _ _ C _ _ _ _ _ 1 2 3 4 5
Rule 1 allows us to place charity K in lane 4.
R _ _ _ _ _ C _ _ _ K _ 1 2 3 4 5
Rule two gives us something like this: P F/G F/G This is an important rule. How many places can this F/P/G block be placed? There are only two options. P must be in either lane 4 or lane 2. I am going to make a diagram for each.
R _ O _ P _ C _ _ F K G 1 2 3 4 5
or
R _ P _ O _ C G _ F K _ 1 2 3 4 5
Rule 3 gives us this: O _ _ G or G _ _ O (I have already factored this into the above diagrams. This is how I solved the uncertainty with F/G)