Determining Probabilities Systematically

Rather than using Contingency Tables, since these can break once we have more than 2 events, we use a system of equations. The processes is to:

  1. Determine probabilities P(Ei) for all simple events where all are 0 and P(Ei)=1
  2. Find P(A) which is a compound event by adding the relevant P(Ei)'s for each EiA.
A Train Car Example

A train has 5 cars. Suppose a commuter is twice as likely to select the middle car #3 as compared to its adjacent car #2,#4. Further, they are twice as likely to select either end car #1,#5 compared to the adjacent car. Thus:

p3=2p2=2p4;p2=2p1=2p5=p4

Where each pi=P(car i selected)=P(Ei). Thus:

1=P(Ei)=p1+2p1+4p1+2p1+p1=10p1p1=.1

Thus p2=.2=p4,p3=.4. The probability of choosing none of the end cars is p2+p3+p4=.8

\