

InterviewSolution
Saved Bookmarks
1. |
Twelve balls are distributed among three boxes, find the probabilitythat the first box will contains three balls. |
Answer» total=12 total ways=`3*3*3...*3=3^12` 3 balls`->.^12C_3` 9 balls`->2^9` `P=(.^12C_3*2^9)/3^12`. |
|