444 views
1 votes
1 votes
Suppose there are 4 cricket matches to be played in 3 grounds. The number of ways the matches can be assigned to the grounds so that each ground gets at least one match is

1 Answer

1 votes
1 votes
Yes you are right beacause

there should each ground gets at least one match is.. so we can’t give any ground 0 team

so only way is 2 1 1 =4c2*2c1*1c1=12

and number of ways we can rotate 2 1 1=3!/2!=3

12*3=36 answer

Related questions

0 votes
0 votes
1 answer
1
Swarnava Bose asked Jun 3, 2023
401 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 ?...
4 votes
4 votes
2 answers
2
junk_mayavi asked Nov 1, 2017
608 views
How many ways can the letters $\{a,b,c,d,e\}$ be placed into $3$ identical boxes such that no box is empty?
0 votes
0 votes
0 answers
3
Swarnava Bose asked Jun 8, 2023
224 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
0 answers
4
kidussss asked Jul 8, 2022
483 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$