A fair die is rolled. The probability that the first time 1 occurs is when we have rolled an even number of times is:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Good approach. For ease of understanding the solution, it is better to let the event E n be the probability that it takes n steps to end, and then finding the sum E 2 + E 4 + E 6 + … . Yes I know that it makes no difference mathematically, but it makes it semantically easier to read.
I thought after an even number of trials means after 2, 4, 6...non1!
I dint understand anything. Please clarify
Log in to reply
Ques
:- getting 1 in even number of trials.
Strategy
: getting 1 in 2 trials + getting 1 in 4 trials + getting 1 in 6 trails and so on..
(I have added them because they follow
sum rule
)
Probability of getting 1 in 2 trials is equal to product of not getting 1 in 1st trial and getting 1 in 2nd trial..
Probability of getting 1 in 4 trials is equal to product of not getting 1 in first three trials and then getting 1 in 4th trial.
Anything else you didn't understant ?
Lovely solution
why there is a power of 3 and 5 in (5/6) ?
Does this count the possibility of getting a 1 in the first try? I mean, after 0 trials still counts as after an even number of trials, right? If that's the case, shouldn't the answer be 1/2?
The wording should be changed. It's unclear that the last toss is counted into the trials "after" which 1 appears.
Log in to reply
In future, you can report the problem, which would bring it to the attention of the problem creator and staff.
I have clarified what "after an even number of trials is" refers to. Those who answered 6/11, which was a reasonable interpretation of the phrasing, have been marked correct.
I think the easiest way to think of this problem is to consider rolling two dice together: a red die and a blue die. Repeat until a 1 comes up. Consider the red die to represent the odd-numbered rolls, and the blue die the even-numbered rolls. If the red die shows a 1, it's equivalent to the first 1 coming up at an odd roll. If the red die doesn't show a 1, but the blue one does, then it's equivalent to the first 1 coming at an even roll. (In the scenario that both dice show 1s at this roll, the red one represents an earlier roll in the sequence of single rolls, and so is the one that matters.)
What matters is the probability distribution of the two possibilities at the roll when the first 1 comes. There are 11 possible rolls of the two dice that include a 1. Of these, 6 have the red die showing a 1; therefore there's a chance of 1 1 6 of this outcome. On the other hand, 5 of the possible rolls have the red die showing 2-6 and the blue one showing 1 - so the probability of this happening is 1 1 5 .
hey Stewart your solution seems good but please explain the statement : There are 11 possible rolls of the two dice that include a 1 .
Log in to reply
Red 1, blue 2-6: 5 combinations
Red 1, blue 1: 1 combination
Red 2-6, blue 1: 5 combinations
Total 11
Log in to reply
This is the most unique approach.I request the solution to be included in top solutions board. @Calvin Lin
Well damn!
Problem Loading...
Note Loading...
Set Loading...
As there are infinite possible cases of getting 1 in even turns.
Let E 1 , E 2 , E 3 … , E ∞ denotes the events of getting 1 in 2 trials, 4 trials , 6 trials and so on.
Let P(E) denotes the probability of getting 1 in even turns. P ( E ) = P ( E 1 ) + P ( E 2 ) + P ( E 3 ) + … + P ( E ∞ ) P ( E ) = 6 5 × 6 1 + ( 6 5 ) 3 × 6 1 + ( 6 5 ) 5 × 6 1 + … ∞ Using infinite sum formula , P ( E ) = 1 − 3 6 2 5 3 6 5 = 1 1 5