There is probably some obvious solution to this puzzle, but it eludes me. I'm not sure how to plug it into the equation for Bayes' Theorem. And the situation described happened last August, so I'm probably not going to figure it out on my own.
There are two lightswitches next to each other, and they control two lights (which have no other switches connected to them). I have used the switches a few times before, but don't occurrently recall which switch goes to which light, or whether the up or down position is the one that signifies off-ness. One light is on, one light is off, and the switches are in different positions. I want both lights off. So I guess a switch, and I'm right. What should be my credence be that my previous experience with this set of lightswitches helped me guess correctly, given that I felt like I was guessing at random (and would have had a 50% shot at being right were that the case)? How much would this be different if I'd guessed wrong the first time?
P(guessed right) isn't exactly 0.5 (most likely). We expand it as
P(experience helped (prior)) P(guessed right | experience helped) + P(experience didn't help (prior)) P(guessed right | experience didn't help).
Of these, only P(guessed right | experience didn't help) should be 0.5; P(guessed right | experience helped) should be higher. So on average P(guessed right) is somewhere in between depending on your priors.
Right, thanks. Pushing the uniform approximations to the point of silliness I get 4/7 for a rough value (with the prior then being 2/7).