I'm starting a statistics and probability class and it's still pretty hard for me to "name" my probability events, which I think makes it very difficult to solve problems.
I'll pick an example from my exercises to illustrate my problem :
We asked 1000 persons which magazines do they regularly read between magazine A, B and C. We obtained the following results : 60% read A, 50% read B, 50% read C. There are 20% which read B and C, 30% read A and C and 30% read A and B. There is 10% of the 1000 persons who read the 3 magazines. Given one person, calculate the probability that this person:
- Reads A or C.
- Doesn't read a magazine at all
- Reads A but not B
- Reads only one magazine.
So, in this example the events were labelled :
A = {Probability that this person reads A}
B = {Probability that this person reads B}
C = {Probability that this person reads C}
If this were an exercise, I might have started by naming the probability event according to the question so :
X = {Probability that this person read's A or C}
Y = {Probability that this person doesn't read a magazine}
etc..
or something like that. I would have messed around for a while, not being able to find the answer, and at some point I would have figured out the events like they are labelled in the example.
I know that this example is pretty easy to figure out, but in more complex exercices I find it difficult to label the events properly. IMO, it's kind of like not being able to identify variables properly in an algebra problem. Without proper variables it's impossible to figure out the answer.
So, I'm sure there's a "way to follow" in order to label the events in a probability problem and I would like to find out what it is.
Edit
For my current problem, there are three cards. One with a red face, red background. The other with a red face, black background and the last with black face black background.
I need to find the probability that given a picked card where the face is red, the background is black.
I am not looking for answers to the problem
I'd just like to know how I'm supposed to figure out what should be the labels to my events. One per card? One per face color?
We have some core concepts that you must understand:
Discrete Probability Theory:
Outcome \ $\omega$
Sample Space \ $\Omega$
Event \ $A$
Experiment \ (how to model a word problem)
and
${\displaystyle \qquad P(A)=\sum _{\omega \in A}p(\omega )\quad {\text{for all }}A\subseteq \Omega }$
Also, you can set up a model that has more elementary outcomes than you are interested in - you want to 'collapse' this easily described model by insisting that some event is occurring.
With complex problems, the experiment can be set up in more than one way; there is no 'cookie cutter' solution system. So you have to think things out. Instead of jumping right into a problem, there is nothing wrong with thinking first about what you can easily model and is in the 'ballpark'.
It is always good to model things with simple outcomes. For your problem, we can consider an experiment $\mathcal E$ as follows:
Select a card and record the color of the face and background as an ordered pair, so that
$\tag 1 \Omega = \{(R,R), (R,B), (B,B)\}$
Of course for our mind experiment $\mathcal E$ each of these outcome has a probability of $1/3$.
Do you want to model your exact problem with a new experiment? Or perhaps you can use some conditional probability formulas. Can you guess the answer? If you can guess the answer can you verbally justify it?
The one thing you have to remember is that the probabilities of the outcomes always add up to $1$. So if you are ruling out some outcomes by conditioning, the remaining outcomes must be 'pumped up' in some 'fair' way.
Note: Nobody can stop you if you don't label your events and simply list them out as subsets of $\Omega$.