SOLUTION: If you throw a pair of dice eight times, what is the probability that you will get "doubles" more then once?
Algebra ->
Probability-and-statistics
-> SOLUTION: If you throw a pair of dice eight times, what is the probability that you will get "doubles" more then once?
Log On
Question 601511: If you throw a pair of dice eight times, what is the probability that you will get "doubles" more then once? Found 2 solutions by jim_thompson5910, stanbon:Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! If you throw a pair of dice eight times, what is the probability that you will get "doubles" more then once?
---------------------------
# of possible doubles: 6
Probability of a double: 6/36 = 1/6
---------------------------
Binomial Problem with n = 8 and p(double) = 1/6
---
P(2<= x <=8) = 1 - P(0<= x <=1) = 1 - binomcdf(8,1/6,1) = 0.3953
=================================
Cheers,
Stan H.