518 views
2 votes
2 votes
6 white balls and 6 black balls are to be distributed among 10 urns so that there is atleast one ball in each urn what are the number of the different distributions of the ball

1 Answer

0 votes
0 votes
10 balls can go in 10 urn in factorial(10) ways and now we are left with 2 balls so 1st ball can go in any of the 10 bag in 10 ways and 2nd ball can go in any of remaining 9 bags in 9 ways

so, Total ways = fact(10) *90

Related questions

365
views
2 answers
0 votes
shefaligups11 Gups asked Dec 18, 2016
365 views
A local train is going from station a to b and it has 4 stoppages in b/w if two passangers enter in the train during the journey then how many diff set of ticket they can had ans is given as 45
842
views
1 answers
0 votes
M_Umair_Khan42900 asked Dec 29, 2022
842 views
Show that the following pairs of regular expressions define the same language over the alphabet I = [a, b].s(a) p(pp)*( A + p)q + q and p*q(b) A +0(0+1)* + (0+1)* 00(0+1)* and ((1*0)*01*)*(c) (s*ttt)*s* and s*(ttts*)*