retagged by
1,100 views
5 votes
5 votes
A proffesor writes 40 discrete mathematics true/false question . of the statements in these question 17 are true . if the question can be positioned in any order . then how many diff key are possible ?
retagged by

1 Answer

Best answer
5 votes
5 votes

Let us consider one instance of arrangement of question.

So in this out of 40 , 17 is going to be true and remaining false.

So it is a problem of selection(combination) since the arrangement among the questions having "true" as answer will be counted 1 only and similarly for false.

So we have to select 17 out of 40 questions , the remaining are going to have "false" as the answer.

So no of ways to do this = 40C17 which is hence the number of keys possible for one arrangement of questions.

Now this is for one arrangement of question sequence.

But given in the question we can have questions positioned in any order , so that needs to be taken into account.So ordering of questions matters .Also the questions will be distinct obviously.

Hence no of such question arrangements of 40 questions = 40!

Hence total no of keys possible overall = 40! * 40C17

selected by

Related questions

3 votes
3 votes
1 answer
1
0 votes
0 votes
0 answers
2
Swarnava Bose asked Jun 8, 2023
225 views
What is the total number of integer partitions ( unordered Summation) of the natural number 8 ?I am getting 22. Is it correct ?
0 votes
0 votes
1 answer
3
Swarnava Bose asked Jun 3, 2023
405 views
Consider the set of 4 -digit positive integers. How many of them have their digits in :-a) strictly decreasing order ?b) non decreasing order ?c) non increasing order ?...
0 votes
0 votes
0 answers
4
kidussss asked Jul 8, 2022
487 views
Solve the recurrence relation $a^{2}n-5a^{2}_{n-1}+4a^{2} _{n-2}=0$, if $a_{0}=4, a_{1}=13, n>1$