I'm having a lot of trouble figuring out what my E and F are supposed to be in Bayes' Theorem problems. Are there any tricks to this? Here's a really hard one for example...
A space ship communicates to base in a far away galaxy using bit strings. Suppose that in its transmissions it sends a 1 one-third of the time and a 0 two-thirds of the time. When a 0 is sent, the probability that it is received correctly is 0.9, and the probability that it is received incorrectly (as a 1) is 0.1. When a 1 is sent, the probability that it is received correctly is 0.8, and the probability that it is received incorrectly (as a 0) is 0.2.
Use Bayes’ theorem to find the probability that a 0 was transmitted, given that a 0 was received.
What would be my E and F in this example question?
You have two sets of events: either a $1$ or a $0$ was received, and either a $1$ or a $0$ was sent.
Let $E$ represent the event of a $0$ being sent in the sender's sample space, and let $F$ represent the event of a $0$ being read in the receiver's sample space.
In this case, you have $P(F | E) = 0.9$. This says "given that a $0$ was sent, the probability that I read a $0$ is 90%".