Is Eve, when lying about what her name is, constrained to only be able to answer "I'm Ava"? Or is there a non-zero probability she'll give some name entirely different from "Ava" or "Eve" (which seems to be allowed)?
(it's clear that this makes a difference since if that latter probability is 1, e.g.., she *always* says "I'm Susan" when she's lying about her name, then "I'm Ana" + "yes" is both girls telling the truth with probability 1)
Right, but we still need to know the probability that Eve will *say* she is Ava when she's lying. As things currently stand, all we have for the probabilities on Eve's possible responses to the first question are:
"I am Eve"
⟶ 0.25
(telling the truth)
"I am Ava"
⟶ 0.75x
(lying in one particular way)
"I am [neither Ava nor Eve]"
⟶ 0.75(1-x)
(lying some other way)
1/3
The two possible scenerios that result in "I am Ava" + "yes", answers are that
(1) Ava is giving the first answer (0.5*0.75*0.25) and both are telling the truth,
(2) Eve is giving the first answer (0.5*0.75x*0.25) and both are lying
which makes the overall conditional probability (that they're both being truthful given that the answers are "I am Ava" and "yes") is 1/(1+x)
so we need to know what x is.
seems to me that, for the problem to actually work (have a determinate answer), you want the first question to be, "Are you Ava?" rather than "What's your name?"
3/3
50% assuming your choice of who to ask first was random.
If you first asked Eva, her answer was false (0.75), and Ana's reply was false (0.25).
If you first asked Ana, her answer was true (0.75) and Eva's reply was true (0.25).
Either way an equally likely (or unlikely) sequence of events occurred, with which chain of events determined by your initial choice.
0.5
If the first girl is Ava, they both must have told the truth; if she's Eva, they must have both lied.
And the probability of each option is the same, 0.75 * 0.25 = 0.25 * 0.75
"but it has nothing to do with their chance of telling the truth."
I think you're mistaken.
Suppose, as an extreme example, that the chance for Eve to speak the truth is 1, instead of 0.25.
In that case, given that both confirm the first girl is Ava, the chance of both telling the truth is 1, not 0.5.
Pick a 1st girl to talk to at random: P_A = p; P_E = 1 - P_A = 1-p [1]
Case A: 1st girl speaks truth (she is A); 2nd girl speaks truth (1st girl spoke truth) > 2x true
Case E: 1st girl lies (she isn’t A); 2nd girl lies (1st girl didn’t speak truth) > 2x false.
No other scenarios compatible with the givens, so P_TT + P_FF = 1, P_TT = P_A = p and P_FF = P_E = 1 - p
If P_A = P_E then p = 0.5
[1] We could assume p = 0.5 given, but…