edited by
1,194 views
1 votes
1 votes

Three  ladies  have  each  brought  a  child  for  admission  to  a  school. The  head  of  the  school  wishes  to  interview  the  six  people  one  by  one, taking  care  that  no  child  is  interviewed  before  its  mother.  In  how many different  ways  can  the  interviews be  arranged?

  1. $6$
  2. $36$
  3. $72$
  4. $90$
edited by

5 Answers

Best answer
3 votes
3 votes
This is very much similar to Balanced parenthesis consider ( as mother and ) as child

total possible permutations

1. $MCMCMC$ =   $3!$ = $6$

2. $MCMMCC$ = $\binom{3}{1} * 4$ = $12$ (selecting first pair MC out of 3 pairs and then for each 4 combinations of MMCC)

3. $MMCCMC$ = $ 4*\binom{3}{1}$ = $12$ (same as above)

4. $MMMCCC$ = $3!$ *$3!$ = $36$

5. $MMCMCC$ = $3 *2*2*1*2*1$ = $24$

6+12+12+36+24 = $90$
selected by
2 votes
2 votes
Let us denote the mothers by M and children by C. M1 is mother of C1, M2->C2, M3->C3. Now, we need to ensure that M1, C1 are in order, M2, C2 in order and M3 , C3 are in order. Out of 6 places, choose 2 for M1,C1=$\binom{6}{2}$, then out of remaining 4 places choose 2 for M2,C2 then $\binom{4}{2}$ and rest 2 places can be occupied in 1 way by M3,C3.

$\therefore$ Total no of ways=$\binom{6}{2}*\binom{4}{2}=15*6=90$

Related questions

299
views
0 answers
0 votes
Debargha Mitra Roy asked Feb 8
299 views
A rumor is spread randomly among a group of 10 people by successively having one person call someone, who calls someone, and so on. A person can pass the rumor ... probability that if $A$ starts the rumor, then $A$ receives the third calls?
805
views
1 answers
3 votes
Deepak Poonia asked Jul 1, 2023
805 views
Consider the fourteen letters: $\text{A A A B B C C C C C D E E E}$ .An ARRANGEMENT is a sequence using $\text{all}$ of these letters. ... ) How many words have all letters distinct?d) How many arrangements have no two vowels consecutive?