Trouble viewing the formulas? You need a MathML compatible browser.

Disjunction of independent sentences

From LogicWiki

Jump to: navigation, search

There is a handy trick for calculating the probability of a disjunction of independent sentences. This is useful because many common problems involve the calculation of the probability of a disjunction of independent sentences, as can be seen in the examples below.

If A1,A2,,An is a collection of independent sentences, then:

Pr(A1A2An)=1-Pr(¬A1)Pr(¬A2)Pr(¬An)

Proof of This Trick

To begin, notice that

A1A2An

is logically equivalent to

¬(¬(A1A2An))

This is a simple fact of negation. We also have that

¬(A1A2An)

is logically equivalent to

¬A1¬A2¬An

This follows from repeated applications of De Morgan's Law. So we now have that

A1A2An

is logically equivalent to

¬(¬A1¬A2¬An)

Now we use Rule 3 to show that

Pr(A1A2An)=Pr(¬(¬A1¬A2¬An))

By Rule 5, the right hand side is equal to

1-Pr(¬A1¬A2¬An)

Finally, by using Rule 8 several times (and the fact that if A1,A2,,An are all independent, so are ¬A1,¬A2,,¬An; the proof of this is omitted for now), we turn this into

1-Pr(¬A1)Pr(¬A2)Pr(¬An)

This completes the proof of the trick.

Examples

Dr. Joseph is looking for a job. He has applied to five schools: Alaska, Boston College, Columbia, Delaware, and Eastern Michigan. There are four applicants for the Alaska position, each with an equal chance of getting the job. At Boston College, he only has a 10% chance, while at Columbia he is favored with a 40% chance. Delaware has ten applicants, all of which have an equal chance. Finally, he has a slim one percent chance at the Eastern Michigan job. Assuming that the hiring decisions are made independently of each other, what is the probability that Dr. Joseph gets at least one job offer?

First off, some abbreviations.

A = "Dr. Joseph gets the job at Alaska"

B = "Dr. Joseph gets the job at Boston College"

C = "Dr. Joseph gets the job at Columbia"

D = "Dr. Joseph gets the job at Delaware"

E = "Dr. Joseph gets the job at Eastern Michigan"

The question asks for the probability that Dr. Joseph gets at least one job offer. "At least one" means disjunction, so what we're looking for is Pr(ABCDE). The blurb tells us that A,B,C,D,E are all independent, so we can use the trick. We also get that

Pr(A)=0.25

Pr(B)=0.1

Pr(C)=0.4

Pr(D)=0.1

Pr(E)=0.01

To use the trick, we need the probability of the negations of these sentences. By using Rule 5, we get:

Pr(¬A)=0.75

Pr(¬B)=0.9

Pr(¬C)=0.6

Pr(¬D)=0.9

Pr(¬E)=0.99

The trick tells us that

Pr(ABCDE)=1-Pr(¬A)Pr(¬B)Pr(¬C)Pr(¬D)Pr(¬E)

Which is

1-0.750.90.60.90.99=0.639

Thus

Pr(ABCDE)=0.639

So there is a 63.9% chance that Dr. Joseph will get at least one job offer.

See Also

Independence, Probability Calculus

Personal tools