recategorized by
1,431 views
1 votes
1 votes

In how many ways can 12 different books be parceled into 4 packets so that 3 of the packets contain 3 books each and one of them two books atleast, if all the packets have the same destination?

recategorized by

1 Answer

Best answer
1 votes
1 votes

See its a tricky question :

1)  we have 12 different books to be send into packets having same address ----> means n distinct objects to be placed into r identical boxes.

 2) now 3 of them contains 3 each and one among them has atleast 2.

means  possible combinations {3,3,3,3} only .

one among them has atleast two books is a dead statement  // it has no reference for question //given only to confuse

so number of ways : (as parcels are identical they will be selected in one way only)

 {3,3,3,3} = 12!/((3!)4*4!)           = 15400

#total ways  = 15400 ways.

selected by

Related questions

1 votes
1 votes
3 answers
1
0 votes
0 votes
3 answers
2
snaily16 asked Jan 22, 2019
1,485 views
The number of ways 5 letter be put in 3 letter boxes A,B,C. If letter box A must contain at least 2 letters.
1 votes
1 votes
1 answer
3
ronin_codex asked Jan 19, 2019
1,040 views
in how many ways 6 letters can be placed in 6 envelopes such that at least 4 letters go into their corresponding envelopes ?
0 votes
0 votes
0 answers
4