Odds problem - roll a pair of dice

Yes of course, but your simulation implicitly assumes the first of the two interpretations that I suggested. It’s not really possible to simulate the second interpretation, but it’s still a (somewhat) reasonable interpretation.

–Mark

It’s 1/36. There is only one event that results in a 6 being on the other die of a pair when one 6 is removed and that is double 6s. Double 6s is 1/36 chance.

Yes. This shouldn’t be tricky at all. Yet look at the fun you can have with Monty Hall and the goat.

Maybe. The question is so badly worded, who knows?
They failed to properly specify the randomizing procedure.

Not if one die is given to be a six.

Ok, the question is badly worded, so let’s look at it another way. One of the dice has to be a six, right?

So let us toss two dice, one is normal the other has 6’s on all faces. What is then the chance of the other die rolling a 6?

If it’s only asked when one is a 6? Then the answer is 1/6. Independent each have 1/6 chance.

But lets do the red die green die list of possibilities.

R G
1 6
2 6
3 6
4 6
5 6
6 6
6 1
6 2
6 3
6 4
6 5
6 6

There are 12 different combinations in which a 6 can be given. Six that are green and six that are red 6s. That’s why you can count the 6 6 twice because you are given a different die. You are given either the red or the green so it’s two events. Ok you have twelve possible and equally likely events. Only two still have a 6 left over. 2/12 gives 1/6 which is what should be expected treating dice as individual events and only doing this in the trials you have at least one 6 rolled.

Goats are cool …

But you are ignoring the fact that 25 out of those 36 chances won’t have a six at all, so they can be eliminated from the game.

Edit: that page linked by x-ray vision gives the clearest explanation:

There’s your problem. No die has a ten on any face.

I suspect that those who are running simulations are testing one simulated die and discarding the roll if that die is not a 6. Please try it by checking both dice for a 6 before discarding the roll.

1/11 is the answer if you check both dice. If you only check one specific die the answer would be 1/6.

–Mark

I ran a simulation. Two random numbers between 1 and 6 are defined. If neither is a 6 nothing is recorded. If either is a 6 I recorded the other one. After 1 million rolls I get this:

r(1)=55549
r(2)=55650
r(3)=55540
r(4)=55371
r(5)=55591
r(6)=27832

total=305533

total/27832=10.97775941362460477

so it has to be 1/11.

Yes, and that is one way of reading it.

This debate is pointless.

The question is so poorly worded there are two equally possible answers.

Saying loudly “MY ANSWER IS THE ONE TRUE RIGHT ANSWER” doesnt help when the question allows for two equally right answers. :stuck_out_tongue:

If one die is always a six, then what is the %? 1 in 6.

You can run simulations all day, but without the right question, you cant get the right answer.

This is exactly what I did - if neither die is a six, the roll is discarded. The answer is 1/11.

Okay, thanks for all the discussion. The way both I interpreted the question, as the OP:

  1. Two (normal, fair, six-sided) dice are rolled. The result can be one of any 36 possible combinations. You don’t know the results.
  2. You are told that at least one of the dice is a six. Could be either die or both.
  3. You are shown one of the dice, which is the (or a) six. What are the chances the other one is a six?

Thanks to Troutman and Shagnasty and whomever else ran the simulations and confirmed my 1/11 response based on those assumptions.

In other words, you’re saying that the possibilities are:

R G REMOVED
1 6 Green
2 6 Green
3 6 Green
4 6 Green
5 6 Green
6 6 Green
6 6 Red
6 5 Red
6 4 Red
6 3 Red
6 2 Red
6 1 Red
Hmmm – not the way I’d have worked it out, but I’ll go along with it.

And I bet the simulation has this flaw. Counting the double six event wrong.

The case in which two sixes are rolled needs to be counted twice because the way that event is handled has two permutations.

Permutation one is when die 1 is removed and shown. Permutation two is when die 2 is removed and shown. Those are not the same event.

If one die is red and one die is green there are 6 events where you show a green 6. There are 6 events you show a red 6. These are the 12 events possible. Only two events have a 6 remaining and those are show red 6 while holding a green 6 or show green 6 while holding a red 6. These are distinct events and need to be counted as such.

That is 2/12. Or 1/6. 1/11 can only occur when you treat different events as one event. Showing the red is not the same as showing the green.

One die that always rolls a six is not a normal, fair die.

octopus, you are wrong. The event where the red die is 6 and the green die is six is the SAME EVENT as the green die being six and the red die being six. You can only count it once. If you play out every one of the 36 possible combinations of two dice you only get (6,6) once.