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. Combinatory combinatory engineering-mathematics + – hacker16 1.5k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply Anu007 commented Jan 22, 2018 reply Follow flag 900. ways. 0 0 replyShare Avdhesh Singh Rana commented Jan 22, 2018 reply Follow flag https://math.stackexchange.com/questions/2161696/in-how-many-ways-can-we-give-5-apples-4-mangoes-3-oranges-to-3-people-if-each-ma 0 0 replyShare Please log in or register to add a comment.
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 ! sumit goyal 1 answered Jan 22, 2018 • edited Jan 22, 2018 by sumit goyal 1 sumit goyal 1 comment Share Follow See all 4 Comments 4 4 Comments reply sumit goyal 1 commented Jan 22, 2018 reply Follow flag but what if i change language to each children can receive 1 or more than fruits , then how to solve , means a child cannot get zero fruits here , if anyone knows share approach 0 0 replyShare Anu007 commented Jan 22, 2018 reply Follow flag Use geneartaing function , 49 ways 0 0 replyShare sumit goyal 1 commented Jan 22, 2018 reply Follow flag Anu007 provide approach not good with generating function , share image of solved answer Thank you 0 0 replyShare sumit goyal 1 commented Jan 22, 2018 reply Follow flag or link of alike question where generating function used ,will be helpful 0 0 replyShare Please log in or register to add a comment.