SOLUTION: You toss a fair 6-sided die 5 times.find the probability that a three is rolled exactly two out of the five rolls.
Algebra ->
Permutations
-> SOLUTION: You toss a fair 6-sided die 5 times.find the probability that a three is rolled exactly two out of the five rolls.
Log On
You can put this solution on YOUR website! Note: The probability of x successes in n trials is:
P = nCx* where p and q are the probabilities of success and failure respectively. In this case p = 1/6 and q = 5/6
nCx =
P(2 successes out of five rolls) = 10(1/6)^2(5/6)^3 = .1608
You can put this solution on YOUR website! The probability that it is rolled on a single roll is 1/6
x=1/6 and y=5/6
(x+y)^5 We want the 4th term, x^2y^3
To find the coefficient use nCr=n!/((n-r)!*r!)=5C3=10
10x^2y^3=.16
.
Ed