Alice speaks the truth with probability 3/4 and Bob speaks the truth with probability 2/3. A die is thrown and both Alice and Bob observe the number. Afterwards, Alice asserts to Carl (who does not know the number) that the number is 3 while Bob says (to Carl) the number is 1. Find the probability that the number is actually 1.

Josiah Owens

Josiah Owens

Answered question

2022-10-18

Alice speaks the truth with probability 3/4 and Bob speaks the truth with probability 2/3. A die is thrown and both Alice and Bob observe the number. Afterwards, Alice asserts to Carl (who does not know the number) that the number is 3 while Bob says (to Carl) the number is 1. Find the probability that the number is actually 1.
UPDATE: To clear ambiguity, note that if person decides to lie, he/she will choose a false answer randomly from all the possible false answer ({1,2,⋯,6} - {The number that actually showed up}). Also, a die is thrown, and then both Alice and Bob will see the number. Then, they will lie/say truth accordingly.
My attempt:
Case 1: Number 1 showed up.
Chance of all this happening = 1 6 2 3 ( 1 4 1 5 ) = 1 180
Case 2: Number 3 showed up
Chance of all this happening = 1 6 3 4 ( 1 3 1 5 ) = 1 120
Case 3: Other number showed up
Chance of all this happening = 4 6 ( 1 4 1 5 ) ( 1 3 1 5 ) = 1 450
So, total = 1 180 29 1800 = 10 29
Is my attempt correct? If not, how to do this problem?

Answer & Explanation

Bridget Acevedo

Bridget Acevedo

Beginner2022-10-19Added 19 answers

Step 1
I think OP has the right answer using a correct method and I have nothing to add in terms of the calculation, but perhaps if we set up some careful notation and also be very precise about our independence assumptions, it will become more clear. For k = 1 , 2 , 3 , 4 , 5 , 6, define the events
- D k that the die shows k;
- A k that Alice says it is k;
- B k that Bob says it is k.
Then the problem asks for P ( D 1 A 3 B 1 ). We'll assume the probabilities
P ( A l D k ) = { 3 4 if  l = k 1 4 1 5 if  l k , P ( B m D k ) = { 2 3 if  m = k 1 3 1 5 if  m k
and also that Alice's and Bob's responses to any roll are independent in the sense that
P ( A l B m D k ) = P ( A l D k ) P ( B m D k )
for all k,l,m.
Then we have
P ( D 1 A 3 B 1 ) = P ( D 1 A 3 B 1 ) P ( A 3 B 1 ) (definition of conditional probability) = P ( D 1 A 3 B 1 ) k = 1 6 P ( D k A 3 B 1 ) (total probability rule) .
Step 2
Now using the definition of conditional probability and the above assumptions,
P ( D k A 3 B 1 ) = P ( A 3 B 1 D k ) P ( D k ) = P ( A 3 D k ) P ( B 1 D k ) P ( D k ) = { 1 4 1 5 2 3 1 6 if  k = 1 3 4 1 3 1 5 1 6 if  k = 3 1 4 1 5 1 3 1 5 1 6 if  k 1 , 3 ,
limfne2c

limfne2c

Beginner2022-10-20Added 2 answers

Step 1
This is a Bayes Rule question, so there are only two ingredients we need: the prior odds and the likelihood ratio. The prior odds of rolling a one are P ( 1 ) / [ 1 P ( 1 ) ] = 1 / 5. Now we need the likelihood ratio:
LR = P ( A 3 , B 1 | 1 ) P ( A 3 , B 1 | 1 c )
Assume that, conditional on the true roll of the die, Alice and Bob make independent reports. This wasn't stated explicitly but it's reasonable in the context. Then the likelihood ratio simplifies to
LR = P ( A 3 | 1 ) P ( B 1 | 1 ) P ( A 3 | 1 c ) P ( B 1 | 1 c )
so we can calculate the likelihood ratio separately for Bob and Alice. Bob is easier, so we'll start with him. Let p be the probability that Bob tells the truth. Then,
P ( B 1 | 1 ) P ( B 1 | 1 c ) = p ( 1 p ) × 1 / 5 = 5 ( p 1 p )
since Bob tells the truth with probability p, lies with probability 1 p, and chooses uniformly at random from the 5 numbers that were not rolled when he lies.
Now we'll calculate the contribution from Alice's report. Let q be the probability that she tells the truth. Then we have
P ( A 3 | 1 ) = P ( Alice Lies A 3 | 1 ) = P ( A 3 | 1 , Alice Lies ) P ( Alice Lies | 1 ) = 1 / 5 × ( 1 q ) .
The reasoning here is identical to the denominator for Bob, but I wanted to spell it out explicitly because the next step is more involved. For Alice's denominator, we have
P ( A 3 | 1 c ) = P ( A 3 | 1 c , 3 ) P ( 3 | 1 c ) + P ( A 3 | 1 c , 3 c ) P ( 3 c | 1 c ) = P ( Alice Tells the Truth ) × 1 / 5 + P ( A 3 | 1 c , 3 c ) × 4 / 5 = q × 1 / 5 + P ( A 3 | 1 c , 3 c ) × 4 / 5
so it remains to calculate P ( A 3 | 1 c , 3 c ). We can do this using the law of total probability:
P ( A 3 | 1 c , 3 c ) = P ( Alice Lies A 3 | 1 c , 3 c ) = k = 2 , 4 , 5 , 6 P ( Alice Lies A 3 | True Roll = k ) P ( True Roll = k | 1 c , 3 c ) = k = 2 , 4 , 5 , 6 ( 1 q ) P ( A 3 | True Roll = k ) × 1 / 4 = 4 × ( 1 q ) × 1 / 5 × 1 / 4 = ( 1 q ) × 1 / 5.
Step 2
Finally, we can compute the likelihood ratio contribution for Alice! It is given by
P ( A 3 | 1 ) P ( A 3 | 1 c ) = ( 1 q ) × 1 / 5 q × 1 / 5 + ( 1 q ) × 1 / 5 × 4 / 5 = ( 1 q ) q + ( 1 q ) × 4 / 5 .
Now, combining the likelihood ratio contributions from Bob and Alice, we obtain
LR = 5 ( p 1 p ) ( 1 q ) q + ( 1 q ) × 4 / 5
and the posterior odds are simply the product of the likelihood ratio and the prior odds:
O = 1 5 × LR = ( p 1 p ) ( q 1 q ) + 4 / 5 .
What's nice about writing things this way is that it shows that it's the odds of Alice and Bob telling the truth, respectively, that matter for the final solution. Using the values given by the OP: p / ( 1 p ) = 2 and q / ( 1 q ) = 3, so we obtain O = 2 3 + 4 / 5 = 10 / 19. Finally we can convert this to a probability: O / ( 1 + O ) = 10 / 29

Do you have a similar question?

Recalculate according to your conditions!

New Questions in High school probability

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?