petrifiedbutstanding
Hi guys,
I need to know the difference between these two problems. One of them is a link that you need to click.
Problem 1What is the probability that, on three rolls of a single fair die, ATlEAST ONE
of the rolls will be a six?
Problem 2https://gmatclub.com/forum/dice-124986.htmlSeems to me like both are the same and the same method is to be used. However, problem 1 does not take into account the same considerations in problem 2.
The two problems are different.
Problem 1: You need to find the probability of getting something like this:
6, 6, 2 or
1, 6, 3 or
3, 4, 6 or
6, 6, 6 etc
Problem 2: You need to find the probability of getting something like this:
3, 2, 1 or
2, 1 or
5, 6, 1 or
4, 5, 1 or
1 etc
I hope you see the difference.
In the first problem, you can have the 6 anywhere and any number of times as long as you have at least one 6.
Probability of no 6s = (5/6)*(5/6)*(5/6)
So probability of at least one 6 = 1 - (5/6)*(5/6)*(5/6)
In the second problem, the moment you get a 1, you stop. You have at most 3 throws available. So there are 3 ways of doing it:
You get 1 on the first throw. Probability = 1/6
You get 1 on the second throw. Probability = (5/6)*(1/6)
You get 1 on the third throw. Probability = (5/6)*(5/6)*(1/6)
Add them up to get the required probability.