A calculator is programmed to generate a random integer between 1 and 10. In six trials, what is the probability that the number 3 is generated exactly twice?

2 answers

this is binomial ... three (t) or not three (n)

p(t) = .1 ... p(n) = .9

(n + t)^6 = n^6 + 6 n^5 t + 15 n^4 t^2 + ... + 6 n t^5 + t^6

evaluate the 3rd term for the solution ... 15 * .9^4 * .1^2 = ?
There are only 8 numbers "between" 1 and 10
so the prob of getting a 3 = 1/8
prob of not getting a 3 = 7/8

prob(event as stated) = C(6,2) (1/8)^2 (7/8)^4
= 15(1/64)(2401/4096) = ...
Similar Questions
    1. answers icon 1 answer
    1. answers icon 2 answers
  1. 14.Which of the following statements is FALSE? Random words can be generated as well as random numbers. The random module is a
    1. answers icon 1 answer
  2. What does “Tienes la calculadora” mean in English?(1 point) Responses He has the calculator. He has the calculator. You have
    1. answers icon 9 answers
more similar questions