Hello all,
I am trying to solve this problem:
Five numbers are being chosen from the set {1,2,3,4,5,6,7,8,9,10,11}, with replacement. Each number can be chosen 0 to 5 times.
What is the probability of getting 3 odd numbers ?
Solution:
It is easy to show that there are 11^5 options in this trial. The number of desired options is tricky. I initially thought that it's 6^3 * 5^2, but I think I am missing something. The odd numbers can be 111, or 113, or 311. I think that order matters, does it ?
Thank you for any assistance.
I am trying to solve this problem:
Five numbers are being chosen from the set {1,2,3,4,5,6,7,8,9,10,11}, with replacement. Each number can be chosen 0 to 5 times.
What is the probability of getting 3 odd numbers ?
Solution:
It is easy to show that there are 11^5 options in this trial. The number of desired options is tricky. I initially thought that it's 6^3 * 5^2, but I think I am missing something. The odd numbers can be 111, or 113, or 311. I think that order matters, does it ?
Thank you for any assistance.