I know there are similar questions out there, but I really need help understanding the problem I have.
A vase contains 100 glass balls. 20 are red, 10 are green, and 70 are neither green or red. I select two balls from the vase without replacement.
- Let $R_1$ be the event that the first of the two selected is Red
- Let $R_2$ be the event that the second of the two selected is Red
- Let $G_1$ be the event that the first of the two selected is Green
- Let $G_2$ be the event that the second of the two selected is Green
- Let A be the event that at least one of the two selected is Red
- Let B be the event that at least one of the two selected is Green
Question: P(A$\cap$B) = ?
MY ATTEMPT:
Originally, my answer was P(A$\cap$B) = P(A)*P(B) = 0.076
This seems to be wrong since they are not independent (not sure why, but I read this in a similar question).
I tried looking at the problem from a different perspective, e.g. looking at the inverse of P(A) and P(B), but I couldn't see how to make it work.
Lastly, since P(A$\cap$B) = P(A)*P(B|A), I tried to reason out the probability for P(B|A), but again my intelligence had forsaken me.
How would I do this problem? Please explain in the simplest way possible, I am only in an introductory statistics course and haven't covered much. To be specific, I'm reading Elementary Statistics (10th Ed.) by Mario F. Triola and my class has only made it to chapter 4 (when to add probabilities, when to multiply probabilities, conditional probabilities).
If someone could work out the problem and explain what's going on, it will help me tremendously with the rest of my assignment, since the next problems are dependent on this value. Unfortunately, due to the teaching style of my professor, I must learn on my own and I am at a loss right now.