Respuesta :
This is a rather famous probability problem.
The easiest way to solve this is to calculate the probability that you WON'T roll a "double 6" (or a twelve) each time you roll the dice. There are 36 ways in which dice rols can appear and only one is a twelve. So, for one roll, the probability that you will NOT get a twelve is (35/36)^n where 35/36 is about .97222222 and n would equal 1 for the first trial. So for your first roll the odds that you WON'T get a 12 is .97222222.
For the second roll we calculate (35/36) to the second power or (35/36)^2 which equals about .945216.
When we get to the 24th roll we calculate (.97222222)^24 which equals 0.508596.
For the 25th roll, we calculate (.97222222)^25 which equals 0.494468. For the first time we have reached a probability which is lower than 50 per cent. That is to say, after 25 rolls, we have reached a point in which the probability is less than 50 per cent that we will NOT roll a twelve.
To phrase this more clearly, after 25 rolls we reach a point where the probability is greater then 50 per cent that you will roll a 12 at least once.
Please go to this page 1728.com/puzzle3.htm and look at puzzle 48. (The last puzzle on the page). An intersting story associated with this probability problem is that in 1952, a gambler named Fat the Butch bet someone $1,000 that he could roll a 12 after 21 throws. (He miscalculated the odds [as we know you need 25 throws] and after several HOURS, he lost $49,000!!!)
Please go that page and it has a link to the Fat the Butch story.
You can use the binomial distribution to model such problems.
The smallest number of throws, n, for which the probability of getting at least one double 6 exceeding 0.5 is 25
How to find that a given condition can be modeled by binomial distribution?
Binomial distributions consists of n independent Bernoulli trials.
Bernoulli trials are those trials which end up randomly either on success (with probability p) or on failures( with probability [tex]1- p = q[/tex] (say))
Suppose we have random variable X pertaining binomial distribution with parameters n and p, then it is written as
[tex]x \sim B(n,p)[/tex]
The probability that out of n trials, there'd be x successes is given by
[tex]P(X =x) = \: ^nC_xp^x(1-p)^{n-x}[/tex]
How to model the situation given with binomial distribution?
Let the success be defined as getting a double six.
And let the failure be defined as not getting a success in a toss of two fair dice (that is, not getting a double six)
Let we have
E = getting a double six in a throw of two dice
Then,
[tex]P(E) = \dfrac{1}{6 \times 6} = \dfrac{1}{36}[/tex]
(as there are 36 different outputs available in toss of two dice(by rule of product) and that getting a double six is possible in one way only)
Thus, probability of success is 1/36
and probability of failure is [tex]1 - 1/36 = 35/36[/tex]
Let the random variable X tracks number of successes in n trials.
Then, we have
[tex]X \sim B(n,p)\\X \sim B(n, 1/36)[/tex]
Using the probability function, we have probability of at least 1 success as
[tex]P(X \geq 1) = 1 - P(X = 0) = \:^nC_0(1/36)^0(35/36)^n[/tex]
This is the probability of getting at least one double 6,
As per the question, we need to find value of n, for which the probability found above exceeds 0.5, thus,
[tex]P(X \geq 1) > 0.5\\\\\:^nC_0(1/36)^0(35/36)^n > 0.5\\\\(35/36)^n > 0.5\\\\n > log_{35/36}(0.5) \approx 24.605\\n \geq 25[/tex]
(as n is integer since it is number of times dice will be tossed)
Thus,
The smallest number of throws, n, for which the probability of getting at least one double 6 exceeding 0.5 is 25
Learn more about binomial distribution here:
https://brainly.com/question/13609688