6
$\begingroup$

Problem:

In a school competition,the probability of hitting the target bu Dick is $\frac{1}{2}$,by Betty is $\frac{1}{3}$ and by Joe is $\frac{3}{5}$.If all of them fire independently,calculate the probability that the target will be hit.

This general approach for solving is to find the complement of the probability that the target would not be hit.

What I am not getting is that if the there events are mutually exclusive/independent then why not summing the three probabilities doesn't gives the correct answer?!

Please explain.

  • 2
    The events are independent but not mutually exclusive.2010-12-07
  • 2
    If you sum the probabilities you obtain an answer greater than 1. This provides a quick sanity check that adding them is not the way to go.2010-12-07
  • 1
    "conditional probability" is not the correct phrase here.2010-12-07
  • 0
    See my answer in http://math.stackexchange.com/questions/11415/chance-on-throwing-a-six-with-6-dice.2010-12-07
  • 0
    More simply, try to understand why for any events $A$ and $B$, $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.2010-12-07

1 Answers 1

12

"Mutually exclusive" and "independent" mean different things.

Two events are mutually exclusive if they can't both happen. For example, "my first name is Steve" and "my first name is Fred" are mutually exclusive. When events are mutually exclusive, you are allowed to add their probabilities to get the probability that one of them occurs.

Independent events are events where finding out about one doesn't change the probability of the other. Finding out that "it is raining" doesn't tell you anything about "my car is red" so those events are independent.

In the question the events "Dick hits the target", "Betty hits the target" and "Joe hits the target" are independent, but are not mutually exclusive. For instance, Betty and Dick could both hit the target. Since they are not mutually exclusive adding the probabilities will not give the correct answer.

  • 1
    +1 and Accepted,I somehow took the two term in the exact similar sense resulting this confusion.Thank you very much.2010-12-07