InterviewSolution
Saved Bookmarks
| 1. |
(i) Twelve balls are distributed at random among three boxes what is the probability that the first box will contain 3 balls ? (ii) If 'n' different biscuits are distributed amoong N beggers, find the chance that a particular begger receives exactly r ( lt n) biscuits. |
|
Answer» `(ii) (.^(n)C_(R )(N-1)^(n-r))/(N^(n))` |
|