3 Special cases

In the case where we consider A to be an event in a sample space S (the sample space is partitioned by A and A ) we can state simplified versions of the theorem of Total Probability and BayesÕ theorem as shown below.

3.1 The theorem of total probability: special case

This special case enables us to find the probability that an event B occurs taking into account the fact that another event A may or may not have occurred.

The theorem becomes

P ( B ) = P ( B | A ) × P ( A ) + P ( B | A ) × P ( A )

The result is easily seen by considering the general result already derived or it may be derived directly as follows. Consider Figure 12:

Figure 12

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

It is easy to see that the event B consists of the union of the (disjoint) events A B and B A so that we may write B as the union of these disjoint events. We have

B = ( A B ) ( B A )

Since the events A B and B A are disjoint, they must be independent and so

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

Using the conditional probability results we already have we may write

P ( B ) = P ( A B ) + P ( B A ) = P ( B A ) + P ( B A ) = P ( B | A ) × P ( A ) + P ( B | A ) × P ( A )

The result we have derived is

P ( B ) = P ( B | A ) × P ( A ) + P ( B | A ) × P ( A )

3.2 Bayes’ theorem: special case

This result is obtained by supposing that the sample space S is partitioned by event A and its complement A to give:

P ( A | B ) = P ( B | A ) × P ( A ) P ( B | A ) × P ( A ) + P ( B | A ) × P ( A )

Example 13

At a certain university, 4% of men are over 6 feet tall and 1% of women are over 6 feet tall. The total student population is divided in the ratio 3:2 in favour of women. If a student is selected at random from among all those over six feet tall, what is the probability that the student is a woman?

Solution

Let M ={Student is Male}, F ={Student is Female}.

Note that M and F partition the sample space of students.

Let T ={Student is over 6 feet tall}.

We know that P ( M ) = 2 5 , P ( F ) = 3 5 , P ( T | M ) = 4 100 and P ( T | F ) = 1 100 .

We require P ( F | T ) . Using Bayes’ theorem we have:

P ( F | T ) = P ( T | F ) P ( F ) P ( T | F ) P ( F ) + P ( T | M ) P ( M ) = 1 100 × 3 5 1 100 × 3 5 + 4 100 × 2 5 = 3 11
Example 14

A factory production line is manufacturing bolts using three machines, A , B and C . Of the total output, machine A is responsible for 25%, machine B for 35% and machine C for the rest. It is known from previous experience with the machines that 5% of the output from machine A is defective, 4% from machine B and 2% from machine C . A bolt is chosen at random from the production line and found to be defective. What is the probability that it came from

  1. machine A
  2. machine B
  3. machine C ?
Solution

Let

D ={bolt is defective},

A ={bolt is from machine A },

B ={bolt is from machine B },

C ={bolt is from machine C }.

We know that P ( A ) = 0.25 , P ( B ) = 0.35 and P ( C ) = 0.4 .

Also

P ( D | A ) = 0.05 , P ( D | B ) = 0.04 , P ( D | C ) = 0.02 .

A statement of Bayes’ theorem for three events A , B and C is

P ( A | D ) = P ( D | A ) P ( A ) P ( D | A ) P ( A ) + P ( D | B ) P ( B ) + P ( D | C ) P ( C ) = 0.05 × 0.25 0.05 × 0.25 + 0.04 × 0.35 + 0.02 × 0.4 = 0.362

Similarly

P ( B | D ) = 0.04 × 0.35 0.05 × 0.25 + 0.04 × 0.35 + 0.02 × 0.4 = 0.406 P ( C | D ) = 0.02 × 0.4 0.05 × 0.25 + 0.04 × 0.35 + 0.02 × 0.4 = 0.232
Task!

An engineering company advertises a job in three newspapers, A , B and C . It is known that these papers attract undergraduate engineering readerships in the proportions 2:3:1. The probabilities that an engineering undergraduate sees and replies to the job advertisement in these papers are 0.002, 0.001 and 0.005 respectively. Assume that the undergraduate sees only one job advertisement.

  1. If the engineering company receives only one reply to it advertisements, calculate the probability that the applicant has seen the job advertised in place A .

    (i)  A , (ii)  B , (iii)  C .

  2. If the company receives two replies, what is the probability that both applicants saw the job advertised in paper A ?

Let

A = {Person is a reader of paper A },

B = {Person is a reader of paper B },

C = {Person is a reader of paper C },

R = {Reader applies for the job}.

We have the probabilities

  1. P ( A ) = 1 3 P ( R | A ) = 0.002 P ( B ) = 1 2 P ( R | B ) = 0.001 P ( C ) = 1 6 P ( R | C ) = 0.005 P ( A | R ) = P ( R | A ) P ( A ) P ( R | A ) P ( A ) + P ( R | B ) P ( B ) + P ( R | C ) P ( C ) = 1 3

    Similarly

    P ( B | R ) = 1 4 and P ( C | R ) = 5 12

  2. Now, assuming that the replies and readerships are independent P ( Both applicants read paper A ) = P ( A | R ) × P ( A | R ) = 1 3 × 1 3 = 1 9
Exercises
  1. Obtain the sample space of an experiment that consists of a fair coin being tossed four times. Consider the following events:

    A is the event ‘all four results are the same.’ 

    B is the event ‘exactly one Head occurs.’ 

    C is the event ‘at least two Heads occur.’ 

    Show that P ( A ) + P ( B ) + P ( C ) = 17 16 and explain why P ( A ) + P ( B ) + P ( C ) > 1 .

  2. The table below show the number of complete years a group of people have been working in their current employment.

    Years of Employment Number of People 0 or 1 year 15 2 or 3 years 12 4 or 5 years 9 6 or 8 years 6 8 to 11 years 6 12 years and over 2

    What is the probability that a person from the group, selected at random;

    1. is in the modal group
    2. has been working there for less than 4 years
    3. has been working there for at least 8 years.
  3. It is a fact that if A and B are independent events then it is also true that A and B are independent events. If A and B are independent events such that the probability that they both occur simultaneously is 1 8 and the probability that neither of them will occur is 3 8 , find:
    1. the probability that event A will occur
    2. the probability that event B will occur.
  4. If A and B are two events associated with an experiment and P ( A ) = 0.4 ,

    P ( A B ) = 0.7 and P ( B ) = p , find:
    1. the choice of p for which A and B are mutually exclusive
    2. the choice of p for which A and B are independent.
  5. The probability that each relay closes in the circuit shown below is p . Assuming that each relay functions independently of the others, find the probability that current can flow from L to R .

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

  6. From a batch of 100 items of which 20 are defective, exactly two items are chosen, one at a time, without replacement. Calculate the probabilities that:
    1. the first item chosen is defective
    2. both items chosen are defective
    3. the second item chosen is defective.
  7. A garage mechanic keeps a box of good springs to use as replacements on customers cars. The box contains 5 springs. A colleague, thinking that the springs are for scrap, tosses three faulty springs into the box. The mechanic picks two springs out of the box while servicing a car. Find the probability that:
    1. the first spring drawn is faulty
    2. the second spring drawn is faulty.
  8. Two coins are tossed. Find the conditional probability that two Heads will occur given that at least one occurs.
  9. Machines A and B produce 10% and 90% respectively of the production of a component intended for the motor industry. From experience, it is known that the probability that machine A produces a defective component is 0.01 while the probability that machine B produces a defective component is 0.05. If a component is selected at random from a day’s production and is found to be defective, find the probability that it was made by
    1. machine A
    2. machine B .
  1. P ( A ) = 2 16 , P ( B ) = 4 16 , P ( C ) = 11 16 , P ( A ) + P ( B ) + P ( C ) = 17 16

    A , B and C are not mutually exclusive since events A and C have outcomes in common. This is the reason why P ( A ) + P ( B ) + P ( C ) = 17 16 ; we are adding the probabilities corresponding to common outcomes more than once.

    1. P(person falls in the modal group) = 15 50
    2. P(person has been working for less than 4 years) = 27 50
    3. P(person has been working for more than 8 years) = 8 50
  2. P ( A ) × P ( B ) = 1 8 and ( 1 P ( A ) ) × ( 1 P ( B ) ) = 3 8

    Treat these equations as x y = 1 8 and ( 1 x ) ( 1 y ) = 3 8 and solve to get:

    P ( A ) = 1 2 ( or 1 4 ) and P ( B ) = 1 4 ( or 1 2 )

    1. P ( A B ) = P ( A ) + P ( B ) so 0.7 = 0.4 + p implying p = 0.3
    2. P ( A B ) = P ( A ) + P ( B ) P ( A ) × P ( B ) so 0.7 = 0.4 + p 0.4 × p implying p = 0.5 .
  3. P ( ( A B ) ( C D ) ) = P ( A B ) + P ( C D ) P ( A B C D )

       = p 2 + p 2 p 4

       = 2 p 2 p 4

  4. Let A ={first item chosen is defective}, B ={second item chosen is defective}
    1. P ( A ) = 20 100 = 1 5
    2. P ( A B ) = P ( A | B ) P ( A ) = 19 99 × 20 100 = 19 495
    3. P ( B ) = P ( B | A ) P ( A ) + P ( B | A ) P ( A ) = 19 99 × 20 100 + 20 99 × 80 100 = 198 990 = 1 5
  5. Let A ={first spring chosen is faulty}, B ={second spring chosen is faulty}
    1. P ( A ) = 3 8
    2. P ( B ) = P ( B | A ) P ( A ) + P ( B | A ) P ( A ) = 2 7 × 3 8 + 3 7 × 5 8 = 21 56 = 3 8
  6. Let A = {at least one Head occurs},  B = {two Heads occur}

    P ( B ) = P ( A B ) P ( A B ) = P ( A ) × P ( B ) P ( A ) + P ( B ) P ( A ) × P ( B ) = 1 2 × 1 2 1 2 + 1 2 1 2 × 1 2 = 1 3

  7. Let A = {item from machine A }, B = {item from machine B }, D = {item is defective}.

    We know that: P ( A ) = 0.1 , P ( B ) = 0.9 , P ( D | A ) = 0.01 , P ( D | B ) = 0.05 .

    1. P ( A | D ) = P ( D | A ) P ( A ) P ( D | A ) P ( A ) + P ( D | B ) P ( B ) = 0.01 × 0.1 0.01 × 0.1 + 0.05 × 0.9 = 0.02
    2. Similarly P ( B | D ) = 0.98