This is “Conditional Probability and Independent Events”, section 3.3 from the book Beginning Statistics (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

3.3 Conditional Probability and Independent Events

Learning Objectives

  1. To learn the concept of a conditional probability and how to compute it.
  2. To learn the concept of independence of events, and how to apply it.

Conditional Probability

Suppose a fair die has been rolled and you are asked to give the probability that it was a five. There are six equally likely outcomes, so your answer is 1/6. But suppose that before you give your answer you are given the extra information that the number rolled was odd. Since there are only three odd numbers that are possible, one of which is five, you would certainly revise your estimate of the likelihood that a five was rolled from 1/6 to 1/3. In general, the revised probability that an event A has occurred, taking into account the additional information that another event B has definitely occurred on this trial of the experiment, is called the conditional probability of A given B and is denoted by P(A|B). The reasoning employed in this example can be generalized to yield the computational formula in the following definition.

Definition

The conditional probabilityThe probability of the event A taking into account the fact that event B is known to have occurred. of A given B, denoted P(A|B), is the probability that event A has occurred in a trial of a random experiment for which it is known that event B has definitely occurred. It may be computed by means of the following formula:

Rule for Conditional Probability

P(A|B)=P(AB)P(B)

Example 20

A fair die is rolled.

  1. Find the probability that the number rolled is a five, given that it is odd.
  2. Find the probability that the number rolled is odd, given that it is a five.

Solution:

The sample space for this experiment is the set S={1,2,3,4,5,6} consisting of six equally likely outcomes. Let F denote the event “a five is rolled” and let O denote the event “an odd number is rolled,” so that

F={5}andO={1,3,5}
  1. This is the introductory example, so we already know that the answer is 1/3. To use the formula in the definition to confirm this we must replace A in the formula (the event whose likelihood we seek to estimate) by F and replace B (the event we know for certain has occurred) by O:

    P(F|O)=P(FO)P(O)

    Since FO={5}{1,3,5}={5}, P(FO)=16.

    Since O={1,3,5}, P(O)=36.

    Thus

    P(F|O)=P(FO)P(O)=1636=13
  2. This is the same problem, but with the roles of F and O reversed. Since we are given that the number that was rolled is five, which is odd, the probability in question must be 1. To apply the formula to this case we must now replace A (the event whose likelihood we seek to estimate) by O and B (the event we know for certain has occurred) by F:

    P(O|F)=P(OF)P(F)

    Obviously P(F)=16. In part (a) we found that P(FO)=16. Thus

    P(O|F)=P(OF)P(F)=1616=1

Just as we did not need the computational formula in this example, we do not need it when the information is presented in a two-way classification table, as in the next example.

Example 21

In a sample of 902 individuals under 40 who were or had previously been married, each person was classified according to gender and age at first marriage. The results are summarized in the following two-way classification table, where the meaning of the labels is:

  • M: male
  • F: female
  • E: a teenager when first married
  • W: in one’s twenties when first married
  • H: in one’s thirties when first married
E W H Total
M 43 293 114 450
F 82 299 71 452
Total 125 592 185 902

The numbers in the first row mean that 43 people in the sample were men who were first married in their teens, 293 were men who were first married in their twenties, 114 men who were first married in their thirties, and a total of 450 people in the sample were men. Similarly for the numbers in the second row. The numbers in the last row mean that, irrespective of gender, 125 people in the sample were married in their teens, 592 in their twenties, 185 in their thirties, and that there were 902 people in the sample in all. Suppose that the proportions in the sample accurately reflect those in the population of all individuals in the population who are under 40 and who are or have previously been married. Suppose such a person is selected at random.

  1. Find the probability that the individual selected was a teenager at first marriage.
  2. Find the probability that the individual selected was a teenager at first marriage, given that the person is male.

Solution:

It is natural to let E also denote the event that the person selected was a teenager at first marriage and to let M denote the event that the person selected is male.

  1. According to the table the proportion of individuals in the sample who were in their teens at their first marriage is 125/902. This is the relative frequency of such people in the population, hence P(E)=1259020.139 or about 14%.
  2. Since it is known that the person selected is male, all the females may be removed from consideration, so that only the row in the table corresponding to men in the sample applies:

    E W H Total
    M 43 293 114 450

The proportion of males in the sample who were in their teens at their first marriage is 43/450. This is the relative frequency of such people in the population of males, hence P(E|M)=434500.096 or about 10%.

In the next example, the computational formula in the definition must be used.

Example 22

Suppose that in an adult population the proportion of people who are both overweight and suffer hypertension is 0.09; the proportion of people who are not overweight but suffer hypertension is 0.11; the proportion of people who are overweight but do not suffer hypertension is 0.02; and the proportion of people who are neither overweight nor suffer hypertension is 0.78. An adult is randomly selected from this population.

  1. Find the probability that the person selected suffers hypertension given that he is overweight.
  2. Find the probability that the selected person suffers hypertension given that he is not overweight.
  3. Compare the two probabilities just found to give an answer to the question as to whether overweight people tend to suffer from hypertension.

Solution:

Let H denote the event “the person selected suffers hypertension.” Let O denote the event “the person selected is overweight.” The probability information given in the problem may be organized into the following contingency table:

O Oc
H 0.09 0.11
Hc 0.02 0.78
  1. Using the formula in the definition of conditional probability,

    P(H|O)=P(HO)P(O)=0.090.09+0.02=0.8182
  2. Using the formula in the definition of conditional probability,

    P(H|Oc)=P(HOc)P(Oc)=0.110.11+0.78=0.1236
  3. P(H|O)=0.8182 is over six times as large as P(H|Oc)=0.1236, which indicates a much higher rate of hypertension among people who are overweight than among people who are not overweight. It might be interesting to note that a direct comparison of P(HO)=0.09 and P(HOc)=0.11 does not answer the same question.

Independent Events

Although typically we expect the conditional probability P(A|B) to be different from the probability P(A) of A, it does not have to be different from P(A). When P(A|B)=P(A), the occurrence of B has no effect on the likelihood of A. Whether or not the event A has occurred is independent of the event B.

Using algebra it can be shown that the equality P(A|B)=P(A) holds if and only if the equality P(AB)=P(A)·P(B) holds, which in turn is true if and only if P(B|A)=P(B). This is the basis for the following definition.

Definition

Events A and B are independentEvents whose probability of occurring together is the product of their individual probabilities. if

P(AB)=P(A)·P(B)

If A and B are not independent then they are dependent.

The formula in the definition has two practical but exactly opposite uses:

  1. In a situation in which we can compute all three probabilities P(A), P(B), and P(AB), it is used to check whether or not the events A and B are independent:

    • If P(AB)=P(A)·P(B), then A and B are independent.
    • If P(AB)P(A)·P(B), then A and B are not independent.
  2. In a situation in which each of P(A) and P(B) can be computed and it is known that A and B are independent, then we can compute P(AB) by multiplying together P(A) and P(B): P(AB)=P(A)·P(B).

Example 23

A single fair die is rolled. Let A={3} and B={1,3,5}. Are A and B independent?

Solution:

In this example we can compute all three probabilities P(A)=16, P(B)=12, and P(AB)=P({3})=16. Since the product P(A)·P(B)=(16)(12)=112 is not the same number as P(AB)=16, the events A and B are not independent.

Example 24

The two-way classification of married or previously married adults under 40 according to gender and age at first marriage in Note 3.48 "Example 21" produced the table

E W H Total
M 43 293 114 450
F 82 299 71 452
Total 125 592 185 902

Determine whether or not the events F: “female” and E: “was a teenager at first marriage” are independent.

Solution:

The table shows that in the sample of 902 such adults, 452 were female, 125 were teenagers at their first marriage, and 82 were females who were teenagers at their first marriage, so that

P(F)=452902P(E)=125902P(FE)=82902

Since

P(F)·P(E)=452902·125902=0.069

is not the same as

P(FE)=82902=0.091

we conclude that the two events are not independent.

Example 25

Many diagnostic tests for detecting diseases do not test for the disease directly but for a chemical or biological product of the disease, hence are not perfectly reliable. The sensitivity of a test is the probability that the test will be positive when administered to a person who has the disease. The higher the sensitivity, the greater the detection rate and the lower the false negative rate.

Suppose the sensitivity of a diagnostic procedure to test whether a person has a particular disease is 92%. A person who actually has the disease is tested for it using this procedure by two independent laboratories.

  1. What is the probability that both test results will be positive?
  2. What is the probability that at least one of the two test results will be positive?

Solution:

  1. Let A1 denote the event “the test by the first laboratory is positive” and let A2 denote the event “the test by the second laboratory is positive.” Since A1 and A2 are independent,

    P(A1A2)=P(A1)·P(A2)=0.92×0.92=0.8464
  2. Using the Additive Rule for Probability and the probability just computed,

    P(A1A2)=P(A1)+P(A2)P(A1A2)=0.92+0.920.8464=0.9936

Example 26

The specificity of a diagnostic test for a disease is the probability that the test will be negative when administered to a person who does not have the disease. The higher the specificity, the lower the false positive rate.

Suppose the specificity of a diagnostic procedure to test whether a person has a particular disease is 89%.

  1. A person who does not have the disease is tested for it using this procedure. What is the probability that the test result will be positive?
  2. A person who does not have the disease is tested for it by two independent laboratories using this procedure. What is the probability that both test results will be positive?

Solution:

  1. Let B denote the event “the test result is positive.” The complement of B is that the test result is negative, and has probability the specificity of the test, 0.89. Thus

    P(B)=1P(Bc)=10.89=0.11.
  2. Let B1 denote the event “the test by the first laboratory is positive” and let B2 denote the event “the test by the second laboratory is positive.” Since B1 and B2 are independent, by part (a) of the example

    P(B1B2)=P(B1)·P(B2)=0.11×0.11=0.0121.

The concept of independence applies to any number of events. For example, three events A, B, and C are independent if P(ABC)=P(A)·P(B)·P(C). Note carefully that, as is the case with just two events, this is not a formula that is always valid, but holds precisely when the events in question are independent.

Example 27

The reliability of a system can be enhanced by redundancy, which means building two or more independent devices to do the same job, such as two independent braking systems in an automobile.

Suppose a particular species of trained dogs has a 90% chance of detecting contraband in airline luggage. If the luggage is checked three times by three different dogs independently of one another, what is the probability that contraband will be detected?

Solution:

Let D1 denote the event that the contraband is detected by the first dog, D2 the event that it is detected by the second dog, and D3 the event that it is detected by the third. Since each dog has a 90% of detecting the contraband, by the Probability Rule for Complements it has a 10% chance of failing. In symbols, P(D1c)=0.10, P(D2c)=0.10, and P(D3c)=0.10.

Let D denote the event that the contraband is detected. We seek P(D). It is easier to find P(Dc), because although there are several ways for the contraband to be detected, there is only one way for it to go undetected: all three dogs must fail. Thus Dc=D1cD2cD3c, and

P(D)=1P(Dc)=1P(D1cD2cD3c)

But the events D1, D2, and D3 are independent, which implies that their complements are independent, so

P(D1cD2cD3c)=P(D1c)·P(D2c)·P(D3c)=0.10×0.10×0.10=0.001

Using this number in the previous display we obtain

P(D)=10.001=0.999

That is, although any one dog has only a 90% chance of detecting the contraband, three dogs working independently have a 99.9% chance of detecting it.

Probabilities on Tree Diagrams

Some probability problems are made much simpler when approached using a tree diagram. The next example illustrates how to place probabilities on a tree diagram and use it to solve a problem.

Example 28

A jar contains 10 marbles, 7 black and 3 white. Two marbles are drawn without replacement, which means that the first one is not put back before the second one is drawn.

  1. What is the probability that both marbles are black?
  2. What is the probability that exactly one marble is black?
  3. What is the probability that at least one marble is black?

Solution:

A tree diagram for the situation of drawing one marble after the other without replacement is shown in Figure 3.6 "Tree Diagram for Drawing Two Marbles". The circle and rectangle will be explained later, and should be ignored for now.

Figure 3.6 Tree Diagram for Drawing Two Marbles

The numbers on the two leftmost branches are the probabilities of getting either a black marble, 7 out of 10, or a white marble, 3 out of 10, on the first draw. The number on each remaining branch is the probability of the event corresponding to the node on the right end of the branch occurring, given that the event corresponding to the node on the left end of the branch has occurred. Thus for the top branch, connecting the two Bs, it is P(B2|B1), where B1 denotes the event “the first marble drawn is black” and B2 denotes the event “the second marble drawn is black.” Since after drawing a black marble out there are 9 marbles left, of which 6 are black, this probability is 6/9.

The number to the right of each final node is computed as shown, using the principle that if the formula in the Conditional Rule for Probability is multiplied by P(B), then the result is

P(BA)=P(B)·P(A|B)
  1. The event “both marbles are black” is B1B2 and corresponds to the top right node in the tree, which has been circled. Thus as indicated there, it is 0.47.
  2. The event “exactly one marble is black” corresponds to the two nodes of the tree enclosed by the rectangle. The events that correspond to these two nodes are mutually exclusive: black followed by white is incompatible with white followed by black. Thus in accordance with the Additive Rule for Probability we merely add the two probabilities next to these nodes, since what would be subtracted from the sum is zero. Thus the probability of drawing exactly one black marble in two tries is 0.23+0.23=0.46.
  3. The event “at least one marble is black” corresponds to the three nodes of the tree enclosed by either the circle or the rectangle. The events that correspond to these nodes are mutually exclusive, so as in part (b) we merely add the probabilities next to these nodes. Thus the probability of drawing at least one black marble in two tries is 0.47+0.23+0.23=0.93.

    Of course, this answer could have been found more easily using the Probability Law for Complements, simply subtracting the probability of the complementary event, “two white marbles are drawn,” from 1 to obtain 10.07=0.93.

As this example shows, finding the probability for each branch is fairly straightforward, since we compute it knowing everything that has happened in the sequence of steps so far. Two principles that are true in general emerge from this example:

Probabilities on Tree Diagrams

  1. The probability of the event corresponding to any node on a tree is the product of the numbers on the unique path of branches that leads to that node from the start.
  2. If an event corresponds to several final nodes, then its probability is obtained by adding the numbers next to those nodes.

Key Takeaways

  • A conditional probability is the probability that an event has occurred, taking into account additional information about the result of the experiment.
  • A conditional probability can always be computed using the formula in the definition. Sometimes it can be computed by discarding part of the sample space.
  • Two events A and B are independent if the probability P(AB) of their intersection AB is equal to the product P(A)·P(B) of their individual probabilities.

Exercises

    Basic

  1. For two events A and B, P(A)=0.73, P(B)=0.48, and P(AB)=0.29.

    1. Find P(A|B).
    2. Find P(B|A).
    3. Determine whether or not A and B are independent.
  2. For two events A and B, P(A)=0.26, P(B)=0.37, and P(AB)=0.11.

    1. Find P(A|B).
    2. Find P(B|A).
    3. Determine whether or not A and B are independent.
  3. For independent events A and B, P(A)=0.81 and P(B)=0.27.

    1. Find P(AB).
    2. Find P(A|B).
    3. Find P(B|A).
  4. For independent events A and B, P(A)=0.68 and P(B)=0.37.

    1. Find P(AB).
    2. Find P(A|B).
    3. Find P(B|A).
  5. For mutually exclusive events A and B, P(A)=0.17 and P(B)=0.32.

    1. Find P(A|B).
    2. Find P(B|A).
  6. For mutually exclusive events A and B, P(A)=0.45 and P(B)=0.09.

    1. Find P(A|B).
    2. Find P(B|A).
  7. Compute the following probabilities in connection with the roll of a single fair die.

    1. The probability that the roll is even.
    2. The probability that the roll is even, given that it is not a two.
    3. The probability that the roll is even, given that it is not a one.
  8. Compute the following probabilities in connection with two tosses of a fair coin.

    1. The probability that the second toss is heads.
    2. The probability that the second toss is heads, given that the first toss is heads.
    3. The probability that the second toss is heads, given that at least one of the two tosses is heads.
  9. A special deck of 16 cards has 4 that are blue, 4 yellow, 4 green, and 4 red. The four cards of each color are numbered from one to four. A single card is drawn at random. Find the following probabilities.

    1. The probability that the card drawn is red.
    2. The probability that the card is red, given that it is not green.
    3. The probability that the card is red, given that it is neither red nor yellow.
    4. The probability that the card is red, given that it is not a four.
  10. A special deck of 16 cards has 4 that are blue, 4 yellow, 4 green, and 4 red. The four cards of each color are numbered from one to four. A single card is drawn at random. Find the following probabilities.

    1. The probability that the card drawn is a two or a four.
    2. The probability that the card is a two or a four, given that it is not a one.
    3. The probability that the card is a two or a four, given that it is either a two or a three.
    4. The probability that the card is a two or a four, given that it is red or green.
  11. A random experiment gave rise to the two-way contingency table shown. Use it to compute the probabilities indicated.

    R S
    A 0.12 0.18
    B 0.28 0.42
    1. P(A), P(R), P(AR).
    2. Based on the answer to (a), determine whether or not the events A and R are independent.
    3. Based on the answer to (b), determine whether or not P(A|R) can be predicted without any computation. If so, make the prediction. In any case, compute P(A|R) using the Rule for Conditional Probability.
  12. A random experiment gave rise to the two-way contingency table shown. Use it to compute the probabilities indicated.

    R S
    A 0.13 0.07
    B 0.61 0.19
    1. P(A), P(R), P(AR).
    2. Based on the answer to (a), determine whether or not the events A and R are independent.
    3. Based on the answer to (b), determine whether or not P(A|R) can be predicted without any computation. If so, make the prediction. In any case, compute P(A|R) using the Rule for Conditional Probability.
  13. Suppose for events A and B in a random experiment P(A)=0.70 and P(B)=0.30. Compute the indicated probability, or explain why there is not enough information to do so.

    1. P(AB).
    2. P(AB), with the extra information that A and B are independent.
    3. P(AB), with the extra information that A and B are mutually exclusive.
  14. Suppose for events A and B connected to some random experiment, P(A)=0.50 and P(B)=0.50. Compute the indicated probability, or explain why there is not enough information to do so.

    1. P(AB).
    2. P(AB), with the extra information that A and B are independent.
    3. P(AB), with the extra information that A and B are mutually exclusive.
  15. Suppose for events A, B, and C connected to some random experiment, A, B, and C are independent and P(A)=0.88, P(B)=0.65, and P(C)=0.44. Compute the indicated probability, or explain why there is not enough information to do so.

    1. P(ABC)
    2. P(AcBcCc)
  16. Suppose for events A, B, and C connected to some random experiment, A, B, and C are independent and P(A)=0.95, P(B)=0.73, and P(C)=0.62. Compute the indicated probability, or explain why there is not enough information to do so.

    1. P(ABC)
    2. P(AcBcCc)

    Applications

  1. The sample space that describes all three-child families according to the genders of the children with respect to birth order is

    S={bbb,bbg,bgb,bgg,gbb,gbg,ggb,ggg}

    In the experiment of selecting a three-child family at random, compute each of the following probabilities, assuming all outcomes are equally likely.

    1. The probability that the family has at least two boys.
    2. The probability that the family has at least two boys, given that not all of the children are girls.
    3. The probability that at least one child is a boy.
    4. The probability that at least one child is a boy, given that the first born is a girl.
  2. The following two-way contingency table gives the breakdown of the population in a particular locale according to age and number of vehicular moving violations in the past three years:

    Age Violations
    0 1 2+
    Under 21 0.04 0.06 0.02
    21–40 0.25 0.16 0.01
    41–60 0.23 0.10 0.02
    60+ 0.08 0.03 0.00

    A person is selected at random. Find the following probabilities.

    1. The person is under 21.
    2. The person has had at least two violations in the past three years.
    3. The person has had at least two violations in the past three years, given that he is under 21.
    4. The person is under 21, given that he has had at least two violations in the past three years.
    5. Determine whether the events “the person is under 21” and “the person has had at least two violations in the past three years” are independent or not.
  3. The following two-way contingency table gives the breakdown of the population in a particular locale according to party affiliation (A, B, C, or None) and opinion on a bond issue:

    Affiliation Opinion
    Favors Opposes Undecided
    A 0.12 0.09 0.07
    B 0.16 0.12 0.14
    C 0.04 0.03 0.06
    None 0.08 0.06 0.03

    A person is selected at random. Find each of the following probabilities.

    1. The person is in favor of the bond issue.
    2. The person is in favor of the bond issue, given that he is affiliated with party A.
    3. The person is in favor of the bond issue, given that he is affiliated with party B.
  4. The following two-way contingency table gives the breakdown of the population of patrons at a grocery store according to the number of items purchased and whether or not the patron made an impulse purchase at the checkout counter:

    Number of Items Impulse Purchase
    Made Not Made
    Few 0.01 0.19
    Many 0.04 0.76

    A patron is selected at random. Find each of the following probabilities.

    1. The patron made an impulse purchase.
    2. The patron made an impulse purchase, given that the total number of items purchased was many.
    3. Determine whether or not the events “few purchases” and “made an impulse purchase at the checkout counter” are independent.
  5. The following two-way contingency table gives the breakdown of the population of adults in a particular locale according to employment type and level of life insurance:

    Employment Type Level of Insurance
    Low Medium High
    Unskilled 0.07 0.19 0.00
    Semi-skilled 0.04 0.28 0.08
    Skilled 0.03 0.18 0.05
    Professional 0.01 0.05 0.02

    An adult is selected at random. Find each of the following probabilities.

    1. The person has a high level of life insurance.
    2. The person has a high level of life insurance, given that he does not have a professional position.
    3. The person has a high level of life insurance, given that he has a professional position.
    4. Determine whether or not the events “has a high level of life insurance” and “has a professional position” are independent.
  6. The sample space of equally likely outcomes for the experiment of rolling two fair dice is

    111213141516212223242526313233343536414243444546515253545556616263646566

    Identify the events N: the sum is at least nine, T: at least one of the dice is a two, and F: at least one of the dice is a five.

    1. Find P(N).
    2. Find P(N|F).
    3. Find P(N|T).
    4. Determine from the previous answers whether or not the events N and F are independent; whether or not N and T are.
  7. The sensitivity of a drug test is the probability that the test will be positive when administered to a person who has actually taken the drug. Suppose that there are two independent tests to detect the presence of a certain type of banned drugs in athletes. One has sensitivity 0.75; the other has sensitivity 0.85. If both are applied to an athlete who has taken this type of drug, what is the chance that his usage will go undetected?

  8. A man has two lights in his well house to keep the pipes from freezing in winter. He checks the lights daily. Each light has probability 0.002 of burning out before it is checked the next day (independently of the other light).

    1. If the lights are wired in parallel one will continue to shine even if the other burns out. In this situation, compute the probability that at least one light will continue to shine for the full 24 hours. Note the greatly increased reliability of the system of two bulbs over that of a single bulb.
    2. If the lights are wired in series neither one will continue to shine even if only one of them burns out. In this situation, compute the probability that at least one light will continue to shine for the full 24 hours. Note the slightly decreased reliability of the system of two bulbs over that of a single bulb.
  9. An accountant has observed that 5% of all copies of a particular two-part form have an error in Part I, and 2% have an error in Part II. If the errors occur independently, find the probability that a randomly selected form will be error-free.

  10. A box contains 20 screws which are identical in size, but 12 of which are zinc coated and 8 of which are not. Two screws are selected at random, without replacement.

    1. Find the probability that both are zinc coated.
    2. Find the probability that at least one is zinc coated.

    Additional Exercises

  1. Events A and B are mutually exclusive. Find P(A|B).

  2. The city council of a particular city is composed of five members of party A, four members of party B, and three independents. Two council members are randomly selected to form an investigative committee.

    1. Find the probability that both are from party A.
    2. Find the probability that at least one is an independent.
    3. Find the probability that the two have different party affiliations (that is, not both A, not both B, and not both independent).
  3. A basketball player makes 60% of the free throws that he attempts, except that if he has just tried and missed a free throw then his chances of making a second one go down to only 30%. Suppose he has just been awarded two free throws.

    1. Find the probability that he makes both.
    2. Find the probability that he makes at least one. (A tree diagram could help.)
  4. An economist wishes to ascertain the proportion p of the population of individual taxpayers who have purposely submitted fraudulent information on an income tax return. To truly guarantee anonymity of the taxpayers in a random survey, taxpayers questioned are given the following instructions.

    1. Flip a coin.
    2. If the coin lands heads, answer “Yes” to the question “Have you ever submitted fraudulent information on a tax return?” even if you have not.
    3. If the coin lands tails, give a truthful “Yes” or “No” answer to the question “Have you ever submitted fraudulent information on a tax return?”

    The questioner is not told how the coin landed, so he does not know if a “Yes” answer is the truth or is given only because of the coin toss.

    1. Using the Probability Rule for Complements and the independence of the coin toss and the taxpayers’ status fill in the empty cells in the two-way contingency table shown. Assume that the coin is fair. Each cell except the two in the bottom row will contain the unknown proportion (or probability) p.

      Status Coin Probability
      H T
      Fraud p
      No fraud
      Probability 1
    2. The only information that the economist sees are the entries in the following table:

      ResponseYesNoProportionrs

      Equate the entry in the one cell in the table in (a) that corresponds to the answer “No” to the number s to obtain the formula p=12s that expresses the unknown number p in terms of the known number s.

    3. Equate the sum of the entries in the three cells in the table in (a) that together correspond to the answer “Yes” to the number r to obtain the formula p=2r1 that expresses the unknown number p in terms of the known number r.
    4. Use the fact that r+s=1 (since they are the probabilities of complementary events) to verify that the formulas in (b) and (c) give the same value for p. (For example, insert s=1r into the formula in (b) to obtain the formula in (c).)
    5. Suppose a survey of 1,200 taxpayers is conducted and 690 respond “Yes” (truthfully or not) to the question “Have you ever submitted fraudulent information on a tax return?” Use the answer to either (b) or (c) to estimate the true proportion p of all individual taxpayers who have purposely submitted fraudulent information on an income tax return.

Answers

    1. 0.6
    2. 0.4
    3. not independent
    1. 0.22
    2. 0.81
    3. 0.27
    1. 0
    2. 0
    1. 0.5
    2. 0.4
    3. 0.6
    1. 0.25
    2. 0.33
    3. 0
    4. 0.25
    1. P(A)=0.3, P(R)=0.4, P(AR)=0.12
    2. independent
    3. without computation 0.3
    1. Insufficient information. The events A and B are not known to be either independent or mutually exclusive.
    2. 0.21
    3. 0
    1. 0.25
    2. 0.02
    1. 0.5
    2. 0.57
    3. 0.875
    4. 0.75
    1. 0.4
    2. 0.43
    3. 0.38
    1. 0.15
    2. 0.14
    3. 0.25
    4. not independent
  1. 0.0375

  2. 0.931

  1. 0

    1. 0.36
    2. 0.72