In a previous horse race puzzle we were asked to find the three fastest horses from a group of 25 horses.
Five horses could be raced at a time, and the determination was to be made running the fewest heats.
If you have not tried solving it yet, you might find it interesting.
In this puzzle, we want to rank order the speeds of five horses, [call them A, B ,C, D, E] assuming the speeds are all different.
Simple enough if there are five lanes on the race track, but alas now there are only two lanes.
How many head-to-head heats are required to do the task?
For 2 horses, a single heat is required.
For 3 horses, three heats are required in worst case.
For 4 horses, it's fairly easy to determine how many heats it takes.
For 5 horses, it becomes a challenge.
Enjoy!