This problem is a beautiful and simple application of the bijection principle to count the number of non-consecutive selection of integers in combinatorics from Problem 3 of ISI MStat 2019 PSB.
Elections are to be scheduled for any seven days in April and May. In how many ways can the seven days be chosen such that elections are not scheduled on two consecutive days?
The problem is based on the first prerequisite mainly. That idea mathematicalizes the problem.
Out of the 61 days in April and May, we have to select 7 non-consecutive days. Let's convert this scenario to numbers.
Out of {}, we have to select 7 non-consecutive numbers.
are 7 non-consecutive numbers
is of the form
where
.
For example
You select {1, 3, 4, 5, 6, 8}. You change it to {1, 3 + 1, 4 + 2 , 5 + 3, 6 + 4 , 8 + 5} = { 1, 4, 6, 8, 10 , 13}, which are never consecutive.
Essentially, we are counting the non-consecutive integers in a different way, which helps us to count them.
So, we have to choose , where the maximum
.
Hence, the problem boiled down to choosing from {
}, which is a combination problem.
We can have to just choose 7 such numbers. The number of ways to do so is .
This problem is a beautiful and simple application of the bijection principle to count the number of non-consecutive selection of integers in combinatorics from Problem 3 of ISI MStat 2019 PSB.
Elections are to be scheduled for any seven days in April and May. In how many ways can the seven days be chosen such that elections are not scheduled on two consecutive days?
The problem is based on the first prerequisite mainly. That idea mathematicalizes the problem.
Out of the 61 days in April and May, we have to select 7 non-consecutive days. Let's convert this scenario to numbers.
Out of {}, we have to select 7 non-consecutive numbers.
are 7 non-consecutive numbers
is of the form
where
.
For example
You select {1, 3, 4, 5, 6, 8}. You change it to {1, 3 + 1, 4 + 2 , 5 + 3, 6 + 4 , 8 + 5} = { 1, 4, 6, 8, 10 , 13}, which are never consecutive.
Essentially, we are counting the non-consecutive integers in a different way, which helps us to count them.
So, we have to choose , where the maximum
.
Hence, the problem boiled down to choosing from {
}, which is a combination problem.
We can have to just choose 7 such numbers. The number of ways to do so is .