

InterviewSolution
Saved Bookmarks
1. |
Find the total number of selections of at least one red ball from a bag containing 4 red balls and 5 black balls, balls of the same colour being identical. |
Answer» Total number of selection `= [(4 + 1) (5 + 1) - 1]-5` `= (5 xx 6 - 1)-5` `=(30 - 1)-5=24` |
|