A computer randomly generates an integer from 0 through 9. which expression represents the probability of getting exactly three 0's when randomly choosing 6 numbers?
This is a binomial probability, since the probabilities are independent, there is a fixed number of trials, and there are two outcomes (either a 0 or not a 0). We use the formula:
[tex]_nC_r(p)^r(1-p)^{n-r}[/tex]
The probability of any of the digits being drawn is 1/10. Then we have: