Random Variable
Lifer
Let's say there are 3 mugs of beer :beer::beer::beer:, 4 glasses of wine :wine::wine::wine::wine:, 4 cameras :camera::camera::camera::camera:, 5 red roses
, and 3 clocks :clock::clock::clock:.
And let's say you want to select five of these items and the order does not matter (e.g., :beer::beer::beer::wine:
= :beer::wine::beer:
:beer: ).
How many ways can this be done? I don't know if a method exists to solve the problem without actually listing all the possible combinations.
And let's say you want to select five of these items and the order does not matter (e.g., :beer::beer::beer::wine:
How many ways can this be done? I don't know if a method exists to solve the problem without actually listing all the possible combinations.