in Combinatory
684 views
2 votes
2 votes
The number of ways six distinct balls be distributed into 3 distinct urns. If each urn contain at least one ball are ____
in Combinatory
684 views

4 Comments

check the last comment i tried distinct objects and distinct bins problem with restrictions
https://gateoverflow.in/191081/arrangement
0
0

36 -(3C2 * 26  - 3C1 * 1)  :- 

(3C2 * 26  - 3C1 * 1):- here we are removing the case when balls are distributed only between two persone(3C2 * 26 )  ...means balls are distributed either AB,BC or CA now for all these cases ...there is a chance that balls are given two only one (for AB only A or ONLY B) ...for all A,B,C this would happen two times there for we would add this one more time.....(3C1 * 16)

0
0

@Hemant Parihar

why we are not use here  (n-1+r  c r )

many time im confusion in between 

acc to me first we can 1 ball to every one so renaming 6-3=3 ball  then we can use ball and box method any wrong im not visualize 

@Bikram

0
0

Please log in or register to answer this question.

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true