1 The addition law

As we have already noted, the sample space S is the set of all possible outcomes of a given experiment. Certain events A and B are subsets of S . In the previous Section we defined what was meant by P ( A ) , P ( B ) and their complements in the particular case in which the experiment had equally likely outcomes.

Events, like sets, can be combined to produce new events.

In this Section we obtain expressions for determining the probabilities of these combined events, which are written P ( A B ) and P ( A B ) respectively.

1.1 Types of events

There are two types of events you will need to able to identify and work with: mutually exclusive events and independent events. (We deal with independent events in subsection 3.)

1.2 Mutually exclusive events

Mutually exclusive events are events that by definition cannot happen together. For example, when tossing a coin, the events ‘head’ and ‘tail’ are mutually exclusive; when testing a switch ‘operate’ and ‘fail’ are mutually exclusive; and when testing the tensile strength of a piece of wire, ‘hold’ and ‘snap’ are mutually exclusive. In such cases, the probability of both events occurring together must be zero. Hence, using the usual set theory notation for events A and B , we may write:

P ( A B ) = 0 , provided that A and B are mutually exclusive events

Task!

Decide which of the following pairs of events ( A and B ) arising from the experiments described are mutually exclusive.

  1. Two cards are drawn from a pack

    A = { a red card is drawn }

    B = { a picture card is drawn }

  2. The daily traffic accidents in Loughborough involving pedal cyclists and motor cyclists are counted

    A = { three motor cyclists are injured in collisions with cars }

    B = { one pedal cyclist is injured when hit by a bus }

  3. A box contains 20 nuts. Some have a metric thread, some have a British Standard Fine (BSF) thread and some have a British Standard Whitworth (BSW) thread.

    A = { first nut picked out of the box is BSF }

    B = { second nut picked out of the box is metric  }

  1. A and B are not mutually exclusive.
  2. A and B are mutually exclusive.
  3. A and B are not mutually exclusive.
Key Point 5

The Addition Law of Probability - Simple Case

If two events A and B are mutually exclusive then

P ( A B ) = P ( A ) + P ( B )

Key Point 6

The Addition Law of Probability - General Case

If two events are A and B then

P ( A B ) = P ( A ) + P ( B ) P ( A B )
If A B = , i.e. A and B are mutually exclusive, then P ( A B ) = P ( ) = 0 , and this general expression reduces to the simpler case.

This rule can be extended to three or more events, for example:
P ( A B C ) = P ( A ) + P ( B ) + P ( C ) P ( A B ) P ( A C ) P ( B C ) + P ( A B C )
Example 10

Consider a pack of 52 playing cards. A card is selected at random. What is the probability that the card is either a diamond or a ten?

Solution

If A is the event { a diamond is selected } and B is the event { a ten is selected } then obviously P ( A ) = 13 52 and P ( B ) = 4 52 . The intersection event A B consists of only one member - the ten of diamonds - which gets counted twice hence P ( A B ) = 1 52 .

Therefore P ( A B ) = 13 52 + 4 52 1 52 = 16 52 .

Task!

A bag contains 20 balls, 3 are coloured red, 6 are coloured green, 4 are coloured blue, 2 are coloured white and 5 are coloured yellow. One ball is selected at random. Find the probabilities of the following events.

  1. the ball is either red or green
  2. the ball is not blue
  3. the ball is either red or white or blue. (Hint: consider the complementary event.)

Note that a ball has only one colour, designated by the letters R , G , B , W , Y .

  1. P ( R G ) = P ( R ) + P ( G ) = 3 20 + 6 20 = 9 20 .
  2. P ( B ) = 1 P ( B ) = 1 4 20 = 16 20 = 4 5 .
  3. The complementary event is G Y ,   P ( G Y ) = 6 20 + 5 20 = 11 20 .

    Hence P ( R W B ) = 1 11 20 = 9 20

In the last Task part (c) we could alternatively have used an obvious extension of the law of addition for mutually exclusive events:

P ( R W B ) = P ( R ) + P ( W ) + P ( B ) = 3 20 + 2 20 + 4 20 = 9 20 .

Task!

The diagram shows a simplified circuit in which two independent components a and b are connected in parallel.

No alt text was set. Please request alt text from the person who provided you with this resource.

The circuit functions if either or both of the components are operational. It is known that if A is the event ‘component a is operating’ and B is the event ‘component b is operating’ then P ( A ) = 0.99 , P ( B ) = 0.98 and P ( A B ) = 0.9702 . Find the probability that the circuit is functioning.

The probability that the circuit is functioning is P ( A B ) . In words: either a or b or both must be functioning if the circuit is to function. Using the keypoint:

P ( A B ) = P ( A ) + P ( B ) P ( A B ) = 0.99 + 0.98 0.9702 = 0.9998

Not surprisingly the probability that the circuit functions is greater than the probability that either of the individual components functions.

Exercises
  1. The following people are in a room: 5 men aged 21 and over, 4 men under 21, 6 women aged 21 and over, and 3 women under 21. One person is chosen at random. The following events are defined: A = { the person is aged 21 and over } ; B = { the person is under 21 } ; C = { the person is male } ; D = { the person is female } . Evalute the following:
    1. P ( B D )
    2. P ( A C )

      Express the meaning of these events in words.
  2. A card is drawn at random from a deck of 52 playing cards. What is the probability that it is an ace or a face card (i.e. K, Q, J)?
  3. In a single throw of two dice, what is the probability that neither a double nor a sum of 9 will appear?
  1. (a) P ( B D ) = P ( B ) + P ( D ) P ( B D )

    P ( B ) = 7 18 , P ( D ) = 9 18 , P ( B D ) = 3 18

    P ( B D ) = 7 18 + 9 18 3 18 = 13 18

    (b) P ( A C ) A = { people under 21 } C = { people who are female }

    P ( A C ) = 3 18 = 1 6

  2. F = { face card } A = { card is ace } P ( F ) = 12 52 , P ( A ) = 4 52

    P ( F A ) = P ( F ) + P ( A ) P ( F A ) = 12 52 + 4 52 0 = 16 52

  3. D = { double is thrown } N = { sum is 9 }

    P ( D ) = 6 36 (36 possible outcomes in an experiment in which all the outcomes are equally probable).

    P ( N ) = P { ( 6 3 ) ( 5 4 ) ( 4 5 ) ( 3 6 ) } = 4 36

    P ( D N ) = P ( D ) + P ( N ) P ( D N ) = 6 36 + 4 36 0 = 10 36

    P ( ( D N ) ) = 1 P ( D N ) = 1 10 36 = 26 36