BMT 2015 Spring - Individual 16
Source:
January 22, 2022
combinatorics
Problem Statement
A binary decision tree is a list of yes/no questions, together with instructions for the order in which they should be asked (without repetition). For instance, if , there are possible binary decision trees, one of which asks question first, then question (followed by question ) if the answer was yes or question (followed by question ) if the answer was no. Determine the greatest possible such that divides the number of binary decision trees on questions.