Rules and Properties of Probability

Complement Rule

For any event A, P(A)=1P(A)

Proof
By definition of A, AA=S so then since A,A are disjoint we have:

1=P(S)=P(AA)=P(A)+P(A)

A Series System

Consider a series-connected system of 5 components. Say A is the event that the system fails. For A to happen, just one component must fail. We have:

A={FFFFF,FFFFS,...,FSSSS}=(A)={SSSSS}

Clearly since P(A)=125=132 then P(A)=3132.

P(A)1

For any event A, P(A)1.

Proof

Using the complement rule: 1=P(A)+P(A)P(A) since P(A)0 by Axiom 2.

Addition Rule

For any events A,B:

P(A \cup B) = P(A) + P(B) - P(A \cap B) $${ #70bda0}

Proof
Note that AB=A(BA), which is used without too much proof.
Pasted image 20240924092909.png

Because A and BA are disjoint, then P(AB)=P(A)+P(BA) using the complement rule. But B=(BA)(BA), so then since BA and BA are disjoint then P(B)=P(BA)+P(BA). Combining these two:

P(AB)=P(A)+P(BA)=P(A)+(P(B)P(BA))


These properties generally extend for 3 or more sets as well. This patter of additions and subtractions is called the inclusion-exclusion principle:

P(ABC)=P(A)+P(B)+P(C)P(AB)P(AC)P(BC)+P(ABC)

Example

Residential Probabilities

If a suburb has 60% of residents with internet service, 80% with television service, and 50% with both, what is the probability that a randomly selected household has at least one of these services? Probability of exactly one service?

Proof
Here let I be the internet service event, and T for television. Here P(I)=0.6 and P(T)=0.8. Consequently P(IT)=0.5. Using the addition rule:

P(at least one service)=P(IT)=P(I)+P(T)P(IT)=0.6+0.80.5=0.9

Similarly for exactly one service:

P(exactly one service)=P(IT)+P(IT)P(IT)+P(IT)+P(IT)+P(no service)=1P(exactly one)+P(IT)+P(IT)=1P(exactly one)+0.5+0.1=1P(exactly one)=0.4

References

  1. [[Matthew A. Carlton, Jay L. Devore - Probability with STEM Applications-Wiley (2020).pdf#page=46]]