4.5 General Probability Rules

Our study of probability has concentrated on random variables and their distributions. Now we return to the rules that govern any assignment of probabilities. The purpose of learning more rules of probability is to be able to develop and work with probability models for more complex random phenomena.

We have already met and used the following five rules.

Let’s now consider more general addition and multiplication rules.

General addition rules

Probability has the property that if A and B are disjoint events, then P(A or B)=P(A)+P(B). What if there are more than two events or if the events are not disjoint? These circumstances are covered by more general addition rules for probability.

Suppose now that we have several events—say, A, B, and C—that are disjoint in pairs. That is, no two can occur simultaneously. The Venn diagram in Figure 4.15 illustrates three disjoint events.

A Venn diagram has events A, B, and C drawn within rectangle S. None overlap.

Figure 4.15 The addition rule for disjoint events: P(A or B or C)=P(A)+P(B)+P(C) when events A, B, and C are disjoint.

The addition rule for two disjoint events extends to the following rule.

Example 4.53 Probabilities as areas.

Generate a random number X between 0 and 1. What is the probability that the first digit after the decimal point will be a 3, 6, or 9? The random number X is a continuous random variable whose density curve has constant height 1 between 0 and 1 and is 0 elsewhere. These events are

0.30X<0.400.60X<0.700.90X<1.00

Figure 4.16 illustrates the probabilities of these events as areas under the density curve. Let’s examine the first four probability rules with this example.

  • Rule 1: 0P(A)1. Each area is 0.1.

  • Rule 2: P(S)=1. Note that the total area under the density curve between 0 and 1 is 1.

  • Rule 3: If A and B are disjoint events, then P(A or B)=P(A)+P(B). The sum of the three shaded areas in Figure 4.16 is 0.3, illustrating the general version of this rule.

  • Rule 4: P(Ac)=1P(A). Suppose we want to calculate the probability that the first digit after the decimal point is not a 3, 6, or 9. This event is the complement of the event that we just computed, so its probability is 10.3=0.7.

A uniform density curve with areas of probability highlighted. The curve has a height of 1 between 0 and 1 on a horizontal axis. Three areas are highlighted under the curve, between 0.3 and 0.4, between 0.6 and 0.7, and between 0.9 and 1.

Figure 4.16 The probability that the first digit after the decimal point of a random number is a 3, a 6, or a 9 is the sum of the probabilities of the three disjoint events shown, Example 4.53.

Check-in
  1. 4.21 Probability that you roll an even number less than 5. If you roll a die, the probability of each of the six possible outcomes (1, 2, 3, 4, 5, 6) is 1/6. What is the probability that you roll an even number less than 5? What probability rules did you use to find your answer.

If events A and B are not disjoint, they can occur simultaneously. This introduces a new combination of events called the union. The probability of their union is then less than the sum of their probabilities.

A Venn diagram consists of two overlapping events, A and B, drawn within rectangle S. The area where A and B overlap represents A and B.

Figure 4.17 The union of two events that are not disjoint. The general addition rule says that P(A or B)=P(A)+P(B)P(A and B).

For two events A and B, the union is the event {A or B} that A or B or both occur. From the addition rule for two disjoint events, we can obtain rules for more general unions.

As Figure 4.17 suggests, the outcomes common to both are counted twice when we add probabilities, so we must subtract this probability once. Here is the addition rule for the union of any two events, disjoint or not.

If A and B are disjoint, the event {A and B} that both occur has no outcomes in it. This empty event is the complement of the sample space S and must have probability 0. So, our probability Rule 3 is a special case of the general addition rule, where A and B are disjoint and, therefore, P(A and B)=0.

Example 4.54 Adequate sleep and exercise.

Suppose that 40% of adults get enough sleep and 46% exercise regularly. What is the probability that an adult either gets enough sleep or exercises regularly? To find this probability, we also need to know the percent who get enough sleep and exercise. Let’s assume this is 24%.

We will use the notation of the general addition rule for unions of two events. Let A be the event that an adult gets enough sleep, and let B be the event that a person exercises regularly. We are given that P(A)=0.40, P(B)=0.46, and P(A and B)=0.24. Therefore,

P(A or B)=P(A)+P(B)P(AandB)=0.40+0.460.24=0.62

The probability that an adult either gets enough sleep or exercises regularly is 0.62, or 62%.

Check-in
  1. 4.22 Probability that your roll is odd or less than 3. If you roll a die, the probability of each of the six possible outcomes (1, 2, 3, 4, 5, 6) is 1/6. What is the probability that your roll is odd or less than 3?

Venn diagrams provide great help in finding probabilities for unions because you can just think of adding and subtracting areas. Figure 4.18 shows some events and their probabilities for Example 4.54. What is the probability that an adult gets adequate sleep and does not exercise?

A Venn Diagram of probabilities.

Figure 4.18 Venn diagram and probabilities, Example 4.54.

The Venn diagram shows that the probability that an adult gets adequate sleep minus the probability that an adult gets adequate sleep and exercises regularly is 0.400.24=0.16. Similarly, the probability that an adult does not get adequate sleep and exercises regularly is 0.460.24=0.22. The four probabilities that appear in the figure add to 1 because they refer to four disjoint events whose union is the entire sample space.

Conditional probability

Now let’s revisit the multiplication rule that so far has focused on independent events. The probability we assign to an event can change if we know that some other event has occurred. This idea is the key to many applications of probability.

Example 4.55 Probability of being dealt a heart.

Doyle is a professional poker player and is about to get the last of his five cards for his hand. What is the probability that the card dealt to Doyle is a heart? There are 52 cards in the deck. Because the deck was carefully shuffled, the next card dealt is equally likely to be any of the 52 cards in the deck. Because 13 of the 52 cards are hearts,

P(heart)=1352=14

This calculation assumes that Doyle knows nothing about his 4 cards already dealt. Suppose that he looked at those 4 and knows they are all hearts. He knows nothing about the other 48 cards except that exactly 9 (134) hearts are among them. Doyle’s probability of being dealt a heart given what he knows is now

P(heart|4 hearts in 4 visible cards)=948=316

Knowing that there are 4 hearts among the 4 cards changes the probability that the next card dealt is a heart.

The new notation P(A|B) is a conditional probability. That is, it gives the probability of one event (the next card dealt is a heart) under the condition that we know another event (all the other 4 cards are hearts). You can read the bar | as “given the information that.” Using conditional probabilities, we can now generalize the multiplication rule.

Check-in
  1. 4.23 The probability of a heart. Refer to Example 4.55. Suppose that two of the four cards in Doyle’s hand are hearts. What is the probability that the next card dealt to him will be a heart?

The multiplication rule is just common sense made formal.

Example 4.56 Downloading music from the Internet.

Suppose that 30% of Internet users download music files, and 70% of downloaders say they don’t care if the music is copyrighted. The percent of Internet users who download music (event A) and don’t care about copyright (event B) is 70% of the 30% who download, or

(0.7)(0.3)=0.21=21%

The multiplication rule expresses this as

P(AandB)=P(A)×P(B|A)=(0.3)(0.7)=0.21

Here is another example that uses conditional probability.

Example 4.57 Probability of a favorable draw.

Doyle is still at the poker table. At the moment, he has 2 cards, and they are both hearts. He has seen 24 cards, and none of other players have any hearts. What is the chance that the next 3 cards he draws will be hearts? The full deck of 52 cards contains 13 hearts. Therefore, 11 of the unseen cards are hearts. There are 28 (5224) unseen cards. To find Doyle’s probability of drawing 3 hearts, we first calculate

P(first card is a heart)=1128P(second card is a heart | first card is a heart)=1027P(third card is a heart | first two cards are hearts)=926

Doyle finds these probabilities by counting cards. The probability that the first card drawn is a heart is 11/28 because 11 of the 28 unseen cards are hearts. If the first card is a heart, that leaves 10 hearts among the 27 remaining cards. So the conditional probability of another heart is 10/27. The multiplication rule now says that

P(next two cards are hearts)=1128×1027=0.146

We again apply the multiplication rule for the third card. The probability that the next 3 draws are hearts is equal to the probability that the first 2 draws are hearts times the probability that the third card is a heart given that the first 2 draws are hearts. This probability is

P(next three cards are hearts)=0.146×926=0.050

It is very unlikely that Doyle’s next 3 cards will be hearts, even though his hearts are the only ones that he has seen.

Check-in
  1. 4.24 The probability that the next two cards are hearts. In the setting of Example 4.55, suppose that Doyle’s third card is a heart, so that he now has three hearts, and that none of the five additional cards that he sees are hearts. What is the probability that the next two cards dealt to Doyle will be hearts?

If P(A) and P(A and B) are given, we can rearrange the multiplication rule to produce a definition of the conditional probability P(B|A) in terms of unconditional probabilities.

caution Be sure to keep in mind the distinct roles in P(B|A) of the event B whose probability we are computing and the event A that represents the information we are given. The conditional probability P(B|A) makes no sense if the event A can never occur, so we require that P(A)>0 whenever we talk about P(B|A).

Example 4.58 College students.

Here is the distribution of U.S. college students classified by age and full-time or part-time status:

Age (years) Full-time Part-time
15 to 19 0.21 0.02
20 to 24 0.32 0.07
25 to 34 0.10 0.10
30 and over 0.05 0.13

Note that the sum of the probabilities is one. Let’s compute the probability that a student is aged 20 to 24, given that the student is full-time. We know that the probability that a student is full-time and aged 20 to 24 is 0.32 from the table of probabilities. But what we want here is a conditional probability, given that a student is full-time. Rather than ask about age among all students, we restrict our attention to the subpopulation of students who are full-time. Let

A=the student is between 20 and 24 years of ageB=the student is a full-time student

Our formula is

P(A|B)=P(AandB)P(B)

We read P(A and B)=0.32 from the table as we mentioned previously. What about P(B)? This is the probability that a student is full-time. Notice that there are four groups of students in our table that fit this description. To find the probability needed, we add the entries:

P(B)=0.21+0.32+0.10+0.05=0.68

We are now ready to complete the calculation of the conditional probability:

P(A|B)=P(AandB)P(B)=0.320.68=0.47

The probability that a student is 20 to 24 years of age, given that the student is full-time, is 0.47.

Here is another way to give the information in the last sentence of this example: 47% of full-time college students are 20 to 24 years old. Which way do you prefer?

Check-in
  1. 4.25 What rule did we use? In Example 4.58, we calculated P(B). What rule did we use for this calculation? Explain why the rule applies in this setting.

  2. 4.26 Find the conditional probability. Refer to Example 4.58. What is the probability that a student is part-time, given that the student is 25 to 34 years old? Explain in your own words the difference between this calculation and the one that we did in Example 4.58.

General multiplication rules

The definition of conditional probability reminds us that, in principle, all probabilities—including conditional probabilities—can be found from the assignment of probabilities to events that describe random phenomena. More often, however, conditional probabilities are part of the information given to us in a probability model, and the multiplication rule is used to compute P(A and B). This rule extends to more than two events.

The union of a collection of events is the event that any of them occur. Here is the corresponding term for the event that all of them occur.

To extend the multiplication rule to the probability that all of several events occur, the key is to condition each event on the occurrence of all the preceding events. For example, the intersection of three events A, B, and C, as in Example 4.57, has probability

P(A and B and C)=P(A)P(B|A)P(C|A and B)

Here is another example.

Example 4.59 High school athletes and professional careers.

Only 5% of male high school basketball, baseball, and football players go on to play at the college level. Of these, only 1.7% enter major league professional sports. About 40% of the athletes who compete in college and then reach the pros have a career of more than three years. Define these events:

A={ competes in college }B={ competes professionally }C={ pro career longer than 3 years }

What is the probability that a high school athlete competes in college and then goes on to have a pro career of more than three years? We know that

P(A)=0.05P(B|A)=0.017P(C|AandB)=0.4

Therefore, the probability we want is

P(A and B and C)=P(A)P(B|A)P(C|AandB)=0.05×0.017×0.4=0.00034

Only about 3 of every 10,000 high school athletes can expect to compete in college and have a professional career of more than three years. High school students would be wise to concentrate on studies rather than on unrealistic hopes of fortune from pro sports.

Tree diagrams

Probability problems often require us to combine several of the basic rules into a more elaborate calculation. Here is an example that illustrates how to solve problems that have several stages.

Example 4.60 Online chat rooms.

Online chat rooms are dominated by the young. Teens are the biggest users. If we look only at adult Internet users (aged 18 and over), 47% of the 18 to 29 age group chat, as do 21% of the 30 to 49 age group and just 7% of those 50 and over. To learn what percent of all Internet users participate in chat, we also need the age breakdown of users. Here it is: 29% of adult Internet users are 18 to 29 years old (event A1), another 47% are 30 to 49 (event A2), and the remaining 24% are 50 and over (event A3).

What is the probability that a randomly chosen adult user of the Internet participates in chat rooms (event C)? To find out, use the tree diagram in Figure 4.19 to organize your thinking. Each segment in the tree is one stage of the problem. Each complete branch shows a path through the two stages. The probability written on each segment is the conditional probability of an Internet user following that segment, given that he or she has reached the node from which it branches.

A tree diagram of dating probabilities.

Figure 4.19 Tree diagram, Example 4.60. The probability P(C) is the sum of the three probabilities of the three branches marked with asterisks (*).

Starting at the left, an Internet user falls into one of the three age groups. The probabilities of these groups

P(A1)=0.29P(A2)=0.47P(A3)=0.24

mark the leftmost branches in the tree. Conditional on being 18 to 29 years old, the probability of participating in chat is P(C|A1)=0.47. So the conditional probability of not participating is

P(Cc|A1)=10.47=0.53

These conditional probabilities mark the paths branching out from the A1 node in Figure 4.19. The other two age group nodes similarly lead to two branches marked with the conditional probabilities of chatting or not. The probabilities on the branches from any node add to 1 because they cover all possibilities, given that this node was reached.

There are three disjoint paths to C, one for each age group. By the addition rule, P(C) is the sum of their probabilities. The probability of reaching C through the 18 to 29 age group is

P(C and A1)=P(A1)P(C|A1)=0.29×0.47=0.1363

Follow the paths to C through the other two age groups. The probabilities of these paths are

P(C and A2)=P(A2)P(C|A2)=(0.47)(0.21)=0.0987P(C and A3)=P(A3)P(C|A3)=(0.24)(0.07)=0.0168

The final result is

P(C)=0.1363+0.0987+0.0168=0.2518

About 25% of all adult Internet users take part in chat rooms.

It takes longer to explain a tree diagram than it does to use it. Once you have understood a problem well enough to draw the tree, the rest is easy. Tree diagrams combine the addition and multiplication rules. The multiplication rule says that the probability of reaching the end of any complete branch is the product of the probabilities written on its segments. The probability of any outcome, such as the event C that an adult Internet user takes part in chat rooms, is then found by adding the probabilities of all branches that are part of that event.

Check-in
  1. 4.27 Draw a tree diagram. Refer to Doyle’s chances of five hearts in Example 4.57 (page 257). Draw a tree diagram to describe the outcomes for the three cards that he will be dealt. At the first stage, his draw can be a heart or a nonheart. At the second and third stages, he has the same possible outcomes, but the probabilities are different.

Bayes’s rule

There is another kind of probability question that we might ask in the context of thinking about online chat. What percent of adult chat room participants are aged 18 to 29?

Example 4.61 Conditional versus unconditional probabilities.

In the notation of Example 4.60, this is the conditional probability P(A1|C). Start from the definition of conditional probability and then apply the results of Example 4.60:

P(A1|C)=P(A1andC)P(C)=0.13630.2518=0.5413

More than half of adult chat room participants are between 18 and 29 years old. Compare this conditional probability with the original information (unconditional) that 29% of adult Internet users are between 18 and 29 years old. Knowing that a person chats increases the probability that he or she is young.

We know the probabilities P(A1), P(A2), and P(A3) that give the age distribution of adult Internet users. We also know the conditional probabilities P(C|A1), P(C|A2), and P(C|A3) that a person from each age group chats. Example 4.60 shows how to use this information to calculate P(C). The method can be summarized in a single expression that adds the probabilities of the three paths to C in the tree diagram:

P(C)=P(A1)P(C|A1)+P(A2)P(C|A2)+P(A3)P(C|A3)

In Example 4.61, we calculated the “reverse” conditional probability P(A1|C). The denominator 0.2518 in that example came from the previous expression. Put in this general notation, we have our last probability rule.

The numerator in Bayes’s rule is always one of the terms in the sum that makes up the denominator. The rule is named after Thomas Bayes, who wrestled with arguing from outcomes like C back to the Ai in a book published in 1763.

Example 4.62 Use Bayes’s rule.

Let’s use Bayes’s rule to compute the value of P(A1|C) that we found in Example 4.61. We start with the following pieces from Figure 4.19: P(A1)=0.29, P(A2)=0.47, P(A1)=0.24, P(C|A1)=0.47, P(C|A2)=0.21, and P(C|A3)=0.07.

We then apply the Bayes’s rule formula

P(A1|C)=P(C|A1)P(A1)P(C|A1)P(A1)+P(C|A2)P(A2)+P(A3)P(C|A3)=(0.47)(0.29)(0.47)(0.29)+(0.21)(0.47)+(0.07)(0.24)=0.5413

Independence again

The conditional probability P(B|A) is generally not equal to the unconditional probability P(B). That is because the occurrence of event A generally gives us some additional information about whether or not event B occurs. If knowing that A occurs gives no additional information about B, then A and B are independent events. The formal definition of independence is expressed in terms of conditional probability.

This definition makes precise the informal description of independence given in Section 4.1 (page 207). We now see that the multiplication rule for independent events, P(A and B)=P(A)P(B), is a special case of the general multiplication rule, P(A and B)=P(A)P(B|A), just as the addition rule for disjoint events is a special case of the general addition rule.

Example 4.63 Are the events independent?

Suppose P(A)=0.40, P(B)=0.60, and P(A and B)=0.24. Then

P(B|A)=P(AandB)P(A)=0.240.40=0.60

Since P(B|A)=P(B), we conclude that the events A and B are independent.

Example 4.64 Dependent events.

Suppose P(A)=0.40, P(B)=0.60, and P(A and B)=0.30. Then

P(B|A)=P(AandB)P(A)=0.300.40=0.75

Since P(B|A)P(B), we conclude that the events A and B are dependent.

Section 4.5 SUMMARY

  • The complement Ac of an event A contains all outcomes that are not in A. The union {A or B} of events A and B contains all outcomes in A, in B, and in both A and B. The intersection {A and B} contains all outcomes that are in both A and B, but not outcomes in A alone or B alone.

  • The conditional probability P(B|A) of an event B, given an event A, is defined by

    P(B|A)=P(AandB)P(A)

    when P(A)>0. In practice, conditional probabilities are most often found from directly available information.

  • The essential general rules of elementary probability are

    • Legitimate values: 0P(A)1 for any event A

    • Total probability 1: P(S)=1

    • Complement rule: P(Ac)=1P(A)

    • Addition rule: P(A or B)=P(A)+P(B)P(A and B)

    • Multiplication rule: P(A and B)=P(A)P(B|A)

  • If A and B are disjoint, then P(A and B)=0. The general addition rule for unions then becomes the special addition rule, P(A or B)=P(A)+P(B).

  • A and B are independent when P(B|A)=P(B). The multiplication rule for intersections then becomes P(A and B)=P(A)P(B).

  • In problems with several stages, draw a tree diagram to organize use of the multiplication and addition rules.

Section 4.5 EXERCISES

  1. 4.78 Find and explain some probabilities.

    1. Suppose P(A)=0.2 and P(B)=0.6. Explain what it means for A and B to be disjoint. Assuming that they are disjoint, find the probability that A or B occurs.

    2. Explain in your own words the meaning of the rule P(S)=1.

    3. Consider an event A. What is the name for the event that A does not occur? If P(A)=0.7, what is the probability that A does not occur?

    4. Suppose that A and B are independent and that P(A)=0.8 and P(B)=0.3. Explain the meaning of the event {A and B}, and find its probability.

    5. Suppose P(A)=0.7 and P(B)=0.6. Can A and B be disjoint? Explain your answer.

  2. 4.79 Probability rules.

    1. Explain why a probability cannot be less than zero or greater than one.

    2. What is the probability of the event that A or Ac occurs. Explain your answer.

    3. If A and B are disjoint, what is the probability of A or B?

    4. What is the probability of the complement of A in terms of the probability of A?

    5. If A and B are independent, what is the probability of A and B in terms of the probability of A and the probability of B?

  3. 4.80 Why not? Suppose that P(B)=0.5. Explain why P(A and B) cannot be 0.6.

  4. 4.81 Unions. Assume that P(A)=0.3, P(B)=0.2, and P(C)=0.1. If the events A, B, and C are disjoint, find the probability that the union of these events occurs. Draw a Venn diagram to illustrate your answer.

  5. 4.82 The complement. Refer to the previous exercise. Find the probability of the complement of the union of A, B, and C.

  6. 4.83 Find the probability. Suppose that the probability that A occurs is 0.6 and the probability that A and B occur is 0.3. Find the probability that B occurs, given that A occurs and illustrate your calculations using a Venn diagram.

  7. 4.84 Is the calcium intake adequate? In the population of young children eligible to participate in a study of whether or not their calcium intake is adequate, 52% are 5 to 10 years of age and 48% are 11 to 13 years of age. For those who are 5 to 10 years of age, 18% have inadequate calcium intake. For those who are 11 to 13 years of age, 57% have inadequate calcium intake.17

    1. Use letters to define the events of interest in this exercise.

    2. Convert the percents given to probabilities of the events you have defined.

    3. Use a tree diagram similar to Figure 4.19 (page 261) to calculate the probability that a randomly selected child from this population has an inadequate intake of calcium.

  8. 4.85 Find a probability. Suppose that P(A)=0.2, P(B)=0.7, and P(B|A)=0.1. Find the probability that both A and B occur and use a Venn diagram to explain your calculation.

  9. 4.86 Another probability. Refer to the previous exercise. What is the probability of the event that B occurs and A does not?

  10. 4.87 Use Bayes’s rule. Refer to Exercise 4.84. Use Bayes’s rule to find the probability that a child from this population who has inadequate intake is 5 to 10 years old.

  11. 4.88 What’s wrong? In each of the following scenarios, there is something wrong. Describe what is wrong and give a reason for your answer.

    1. P(A or B) is always equal to the sum of P(A) and P(B).

    2. The probability of an event minus the probability of its complement is always equal to 1.

    3. Two events are disjoint if P(B|A)=P(B).

  12. 4.89 Are the events independent? Refer to Exercises 4.84 and 4.87. Are the age of the child and whether or not the child has adequate calcium intake independent? Calculate the probabilities that you need to answer this question and write a short summary of your conclusion.

  13. 4.90 Exercise and sleep. Suppose that 46% of adults get enough sleep, 40% get enough exercise, and 27% do both. Find the probabilities of the following events:

    1. Enough sleep and not enough exercise.

    2. Not enough sleep and enough exercise.

    3. Not enough sleep and not enough exercise.

    4. For each of parts (a), (b), and (c), state the rule that you used to find your answer.

  14. 4.91 Venn diagram for exercise and sleep. Refer to the previous exercise. Draw a Venn diagram showing the probabilities for exercise and sleep.

  15. 4.92 Find a probability for lying to a teacher. Suppose that 46% of high school students would admit to lying at least once to a teacher during the past year and that 28% of students are male and would admit to lying at least once to a teacher during the past year.18 Assume that 44% of the students are male. What is the probability that a randomly selected student is either male or would admit to lying to a teacher during the past year? Be sure to show your work and indicate all the rules that you use to find your answer.

  16. 4.93 Find another probability for lying to a teacher. Refer to the previous exercise. Suppose that you select a student from the subpopulation of those who would admit to lying to a teacher during the past year. What is the probability that the student is female? Be sure to show your work and indicate all the rules that you use to find your answer.

  17. NAEP 4.94 Attendance at two-year and four-year colleges. In a large national population of college students, 59% attend four-year institutions, and the rest attend two-year institutions. Males make up 44% of the students in the four-year institutions and 40% of the students in the two-year institutions.

    1. Find the four probabilities for each combination of sex and type of institution in the following table. Be sure that your probabilities sum to 1.

      Male Female
      Four-year institution
      Two-year institution
    2. Consider randomly selecting a female student from this population. What is the probability that she attends a four-year institution?
  18. 4.95 Draw a tree diagram. Refer to the previous exercise. Draw a tree diagram to illustrate the probabilities in a situation where you first identify the type of institution attended and then identify the gender of the student.

  19. 4.96 Draw a different tree diagram for the same setting. Refer to the previous two exercises. Draw a tree diagram to illustrate the probabilities in a situation where you first identify the gender of the student and then identify the type of institution attended. Explain why the probabilities in this tree diagram are different from those that you used in the previous exercise.

  20. 4.97 Education and income. Call a household prosperous if its income exceeds $100,000. Call the household educated if the householder completed college. Select an American household at random and let A be the event that the selected household is prosperous and B the event that it is educated. According to the Current Population Survey, P(A)=0.138, P(B)=0.261, and the probability that a household is both prosperous and educated is P(A and B)=0.082. What is the probability P(A or B) that the household selected is either prosperous or educated?

  21. 4.98 Find a conditional probability. In the setting of the previous exercise, what is the conditional probability that a household is prosperous, given that it is educated? Explain why your result shows that events A and B are not independent.

  22. 4.99 Draw a Venn diagram. Draw a Venn diagram that shows the relation between the events A and B in Exercise 4.97. Indicate each of the following events on your diagram and use the information in Exercise 4.97 to calculate the probability of each event. Finally, describe in words what each event is.

    1. {A and B}.

    2. {Ac and B}.

    3. {A and Bc}.

    4. {Ac and Bc}.

  23. 4.100 Sales of cars and light trucks. Motor vehicles sold to individuals are classified as either cars or light trucks (including SUVs) and as either domestic or imported. In a recent year, 72% of vehicles sold were light trucks, 68% were domestic, and 54% were domestic light trucks. Let A be the event that a vehicle is a car and B the event that it is imported. Write each of the following events in set notation and give its probability.

    1. The vehicle is a light truck.

    2. The vehicle is an imported car.

  24. NAEP 4.101 Conditional probabilities and independence. Using the information in Exercise 4.100, answer these questions.

    1. Given that a vehicle is imported, what is the conditional probability that it is a light truck?

    2. Are the events “vehicle is a light truck” and “vehicle is imported” independent? Justify your answer.

  25. 4.102 Job offers. Emily is graduating from college. She has studied biology, chemistry, and computing and hopes to work as a forensic scientist applying her science background to crime investigation. Late one night she thinks about some jobs she has applied for. Let A, B, and C be the events Emily is offered a job by

    A=the Connecticut Office of the Chief Medical ExaminerB=the New Jersey Division of Criminal JusticeC=the federal Disaster Mortuary Operations ResponseTeam

    Emily writes down her personal probabilities for being offered these jobs:

    P(A)=0.6P(B)=0.5P(C)=0.3P(A and B)=0.3P(A and C)=0.1P(B and C)=0.1P(A and B and C)=0

    Make a Venn diagram of the events A, B, and C. As in Figure 4.18 (page 256), mark the probabilities of every intersection involving these events and their complements. Use this diagram for Exercises 4.103, 4.104, and 4.105.

  26. 4.103 Find the probability of at least one offer. What is the probability that Emily is offered at least one of the three jobs?

  27. 4.104 Find the probability of another event. What is the probability that Emily is offered both the Connecticut and New Jersey jobs but not the federal job?

  28. 4.105 Find a conditional probability. If Emily is offered the federal job, what is the conditional probability that she is also offered the New Jersey job? If Emily is offered the New Jersey job, what is the conditional probability that she is also offered the federal job?

    Genetic counseling. Conditional probabilities and Bayes’s rule are a basis for counseling people who may have genetic defects that can be passed to their children. Exercises 4.106, 4.107, and 4.108 concern genetic counseling settings.

  29. 4.106 Albinism. People with albinism have little pigment in their skin, hair, and eyes. The gene that governs albinism has two forms (called alleles), which we denote a and A. Each person has a pair of these genes, one inherited from each parent. A child inherits one of each parent’s two alleles independently with probability 0.5. Albinism is a recessive trait, so a person is albino only if the inherited pair is aa.

    1. Beth’s parents are not albino, but she has an albino brother. This implies that both of Beth’s parents have type Aa. Why?

    2. Which of the types aa, Aa, and AA could a child of Beth’s parents have? What is the probability of each type?

    3. Beth is not albino. What are the conditional probabilities for Beth’s possible genetic types, given this fact? (Use the definition of conditional probability.)

  30. 4.107 Find some conditional probabilities. Beth knows the probabilities for her genetic types from part (c) of the previous exercise. She marries Bob, who is albino. Bob’s genetic type must be aa.

    1. What is the conditional probability that a child of Beth and Bob is non-albino if Beth has type Aa? What is the conditional probability of a non-albino child if Beth has type AA?

    2. Beth and Bob’s first child is non-albino. What is the conditional probability that Beth is a carrier, type Aa?

  31. 4.108 Muscular dystrophy. Muscular dystrophy is an incurable muscle-wasting disease. The most common and serious type, called DMD, is caused by a sex-linked recessive mutation. Specifically, women can be carriers but do not get the disease; a son of a carrier has probability 0.5 of having DMD; a daughter has probability 0.5 of being a carrier. As many as one-third of DMD cases, however, are due to spontaneous mutations in sons of mothers who are not carriers. Toni has one son, who has DMD.

    In the absence of other information, the probability is 1/3 that the son is the victim of a spontaneous mutation and 2/3 that Toni is a carrier. There is a screening test called the CK test that is positive with probability 0.7 if a woman is a carrier and with probability 0.1 if she is not. Toni’s CK test is positive. What is the probability that she is a carrier?