In: Computer Science
Combinatorics and Probability;
Given there are 20 potential timetable slots, and you are writing a program to timetable 2 modules, with 3 lectures and 2 workshops per module, how many different solutions could there be for allocating events to times?
In this image, formula for combination is explained and how things are chosen from certain distinct objects.
Here for each module, 3 lectures and 2 workshops have been allocated. After getting individual values, they are multiplied as they happen together.
Process of choosing is done from available slots and order of choosing will not matter.
Thanks