1,536 views
3 3 votes
in how many ways 2 alike apple, 3 alike orange and 4 alike mango can be given to 3 children if each child can have none or 1 or more than 1 fruits.

1 Answer

1 1 vote

n =3  childrens

x1 + x2 + x3 = 2   //apple

r = 2

ways =  $_{r}^{n+r-1}\textrm{C}$ = $_{2}^{4}\textrm{C}$  =  6


x1+x2+x3 =  3  // orange   

r = 3

ways = $_{r}^{n+r-1}\textrm{C}$ = $_{2}^{5}\textrm{C}$   = 10


x1+x2+x3 = 4 // mango

r = 4

 ways  =  $_{r}^{n+r-1}\textrm{C}$  =  $_{4}^{6}\textrm{C}$ = 15


total ways = $6\times 10\times 15 = 900$

Thank you !

edited by
Position:
Show:

Related questions

1 1 vote
2 2 answers
2.6k
2.6k views
Lakshman Bhaiya asked Oct 30, 2018
2,634 views
9 different books are to be arranged on a bookshelf. 4 of these books were written by Shakespeare, 2 by Dickens, and 3 by Conrad. How many possible permutations are there...
2 2 votes
1 1 answer
1.4k
1.4k views
hacker16 asked Jan 22, 2018
1,368 views
How many words can be formed using the word "ARYASTARK" ?
4 4 votes
2 answers 2 answers
3.2k
3.2k views
hacker16 asked Jan 22, 2018
3,239 views
A train has 12 stations on it's route and it has to stopped at any 4 station, such that no two stations are consecutive.find number of possible way for choosing 4 station...
2 2 votes
2 answers 2 answers
2.4k
2.4k views
shikharV asked Jan 6, 2016
2,359 views
Given answer: B, Please explain me how to solve it.