A generic candlestick chart.

4.2

Complements, Intersections, and Unions

Learning Objectives

Upon completion of this section, you should be able to


Complement of an Event

Now let us examine the probability that an event does not happen. As in the previous section, consider the situation of rolling a six-sided die and first compute the probability of rolling a six: the answer is P(six) = 1/6. Now consider the probability that we do not roll a six: there are 5 outcomes that are not a six, so the answer is P ( not a six ) = 5 6 .

Notice that  P ( six ) + P ( not a six ) = 1 6 + 5 6 = 6 6 = 1

This is not a coincidence. When you think of the events "E" and "Not E" these two must capture all the outcomes in the sample space into two different sets. The probability must then add up to 1 as there are no other collection of outcomes left from the sample space.

Complement of an Event

The complement of an event is the event “E doesn’t happen”
The notation E ¯ as well as E C and E is used for the complement of event E.

We can compute the probability of the complement using P ( E ¯ ) = 1 P ( E )

Notice also that P ( E ) = 1 P ( E ¯ )

Example 1

If you pull a random card from a deck of playing cards, what is the probability it is not a heart?

There are 13 hearts in the deck, so P ( heart ) = 13 52 = 1 4 .

The probability of not drawing a heart is the complement: P ( not heart ) = 1 P ( heart ) = 1 1 4 = 3 4

Video Solution Example 1 (1 min 40 secs - CC)

Try it Now 1

If the weather forecast predicts there is a 20% chance of rain, then what is the percent chance of it not raining?

Answer

The event "not raining" is the complement for the event raining, so the percent chance of not raining is found to be:

P ( R ¯ ) = 1 P ( R ) P ( R ¯ ) = 1 0.20 P ( R ¯ ) = 0.80

We can conclude that there is a 80% chance of it not raining.

Intersection of events

As we continue our study in probability we need a way to describe what outcomes two events have in common. We can do this by bringing in new notation (as shown below) and call it an intersection.

Intersection of Events

The intersection of events A and B, denoted A B , is the collection of all outcomes that are in common to both events A and B. It corresponds to combining descriptions of the two events using the word “and.”

To say that the event A B occurred means that on a particular trial of the experiment both A and B occurred. A visual representation of the intersection of events A and B in a sample space S is given below "The Intersection of Events ". The intersection corresponds to the shaded lens-shaped region that lies within both ovals.

Sample space with events A and B shaped as ovals overlapping and the overlap shaded in
The Intersection of Events

Please be aware that certain images and Google documents may not be properly viewed on mobile devices.

Example 2

In the experiment of rolling a single die, find the intersection E T of the events E: “the number rolled is even” and T: “the number rolled is greater than two.”

The sample space is S = { 1 , 2 , 3 , 4 , 5 , 6 } . Since the outcomes that are common to E = { 2 , 4 , 6 } and T = { 3 , 4 , 5 , 6 } are 4 and 6, E T = { 4 , 6 } .

In words the intersection is described by “the number rolled is even and is greater than two.” The only numbers between one and six that are both even and greater than two are four and six, corresponding to E T given above.

Example 3

A single die is rolled:

  1. Suppose the die is fair. Find the probability that the number rolled is both even and greater than two.
  2. Suppose the die has been “loaded” so that P ( 1 ) = 1 12 , P ( 6 ) = 3 12 , and the remaining four outcomes are equally likely with one another. Now find the probability that the number rolled is both even and greater than two.

In both cases the sample space is S = { 1 , 2 , 3 , 4 , 5 , 6 } and the event in question is the intersection E T = { 4 , 6 } of the previous example.

  1. Since the die is fair, all outcomes are equally likely, so by counting we have P ( E T ) = 2 6 .
  2. The information on the probabilities of the six outcomes that we have so far is:
  3. Outcomes 1 2 3 4 5 6
    Probability 1 12 p p p p 3 12

    Since P ( 1 ) + P ( 2 ) + P ( 3 ) + P ( 4 ) + P ( 5 ) + P ( 6 ) = 1 , we can solve for what p is:

    1 12 + P ( 2 ) + P ( 3 ) + P ( 4 ) + P ( 5 ) + 3 12 = 1 1 12 + p + p + p + p + 3 12 = 1 4 12 + 4 p = 1 4 p = 1 4 12 4 p = 12 12 4 12 4 p = 8 12 p = 8 12 1 4 p = 2 12

    Thus we now have P ( 4 ) = 2 12 and we can now find P ( E T ) : P ( E T ) = P ( 4 ) + P ( 6 ) P ( E T ) = 2 12 + 3 12 P ( E T ) = 5 12

For A and B to have no outcomes in common means precisely that it is impossible for both A and B to occur on a single trial of the random experiment. This gives the following rule.

Probability Rule for Mutually Exclusive Events Events A and B are mutually exclusive if and only if P ( A B ) = 0

Any event A and its complement A C are mutually exclusive, but A and B can be mutually exclusive without being complements.

Example 4

Determine if the events are mutually exclusive for the the experiment of randomly selecting a card from a deck of standard playing cards.

  1. D is the event that you select a diamond and R is the event you select a red card.
  2. D is the event that you select a diamond and B is the event you select a black card.
  3. Q is the event that you select a Queen and R is the event you select a red card.

Solutions

  1. The diamonds are already red cards, so the events D and R share in common all the cards that are diamonds, so they are not mutually exclusive.
  2. The diamond cards are red, so there are no outcomes in D that are also in the outcome that the card is black. We would say D and B are mutually exclusive and that P ( D B ) = 0 .
  3. There are two black queens and two red queens, so with the event Q we have two outcomes that are in common with the event R that we select a red card. These two events are not mutually exclusive.

Union of Events

Now that we have a way to talk about what outcomes two events have in common we will look at how we describe the total outcomes in two or more events. These outcomes do not have to sit within both (or many) events to be part of that group.

Union of Events

The union of events A and B, denoted A B , is the collection of all outcomes that are in events A and B, or of both of them. It corresponds to combining descriptions of the two events using the word “or.”

To say that the event A B occurred means that on a particular trial of the experiment either A or B occurred (or both did). A visual representation of the union of events A and B in a sample space S is given in "The Union of Events." The union corresponds to the shaded region.

Sample space with events A and B shaped as ovals overlapping and the both ovals shaded in the same color
The Union of Events

Please be aware that certain images and Google documents may not be properly viewed on mobile devices.

Example 5

In the experiment of rolling a single die, find the union of the events E: “the number rolled is even” and T: “the number rolled is greater than two.”

Solutions

Since the outcomes that are in either E = { 2 , 4 , 6 } or T = { 3 , 4 , 5 , 6 } (or both) are 2, 3, 4, 5, and 6, E T = { 2 , 3 , 4 , 5 , 6 } . Note that an outcome such as 4 that is in both sets is still listed only once (although strictly speaking it is not incorrect to list it twice).

In words the union is described by “the number rolled is even or is greater than two.” Every number between one and six except the number one is either even or is greater than two, corresponding to E T given above.

The following Additive Rule of Probability is a useful formula for calculating the probability of A B .

Additive Rule of Probability (also called the Addition Rule) P(A or B) or P ( A B )

The probability of either A or B occurring (or both) is

P ( A  or  B ) = P ( A ) + P ( B ) P ( A  and  B ) P ( A B ) = P ( A ) + P ( B ) P ( A B )

The next example, in which we compute the probability of a union both by counting and by using the formula, shows why the last term in the formula is needed.

Example 6

Suppose we flipped a coin and rolled a die, and wanted to know the probability of getting a head on the coin or a 6 on the die.

Solution

Here, there are still 12 possible outcomes: S={H1,H2,H3,H4,H5,H6,T1,T2,T3,T4,T5,T6}

By simply counting, we can see that 7 of the outcomes have a head on the coin or a 6 on the die or both – we use or inclusively here (these 7 outcomes are H1, H2, H3, H4, H5, H6, T6), so the probability is 7 12 .

How could we have found this from the individual probabilities of tossing a coin and observing Heads and rolling a die and observing a 6?

As we would expect, 1 2 of these outcomes have a head, and 1 6 of these outcomes have a 6 on the die. If we add these, 1 2 + 1 6 = 6 12 + 2 12 = 8 12 , which is not the correct probability. Looking at the outcomes we can see why: the outcome H6 would have been counted twice, since it contains both a head and a 6; the probability of both a head and rolling a 6 is 1 12 .

If we subtract out this double count, we have the correct probability: 8 12 1 12 = 7 12 .

Putting the above into the formula we see the formula for the Additive Rule in work:

P ( Heads  o r  roll a 6 ) = P ( Heads ) + P ( roll a 6 ) P ( Heads  a n d  roll a 6 ) = 1 2 + 1 6 1 12 = 6 12 + 2 12 1 12 = 8 12 1 12 = 7 12

Video Solution Example 6 (2 min 27 secs - CC) Another example starts after the 2:27 mark of the video.

Example 7

Two fair dice are thrown. Find the probabilities of the following events:

  1. both dice show a four
  2. at least one die shows a four (which can be translated as the first die is a four or the second die is a four)

Solutions

As was the case with tossing two identical coins, actual experience dictates that for the sample space to have equally likely outcomes we should list outcomes as if we could distinguish the two dice. We could imagine that one of them is red and the other is green. Then any outcome can be labeled as a pair of numbers as in the following display, where the first number in the pair is the number of dots on the top face of the green die and the second number in the pair is the number of dots on the top face of the red die.

( 1 , 1 ) ( 1 , 2 ) ( 1 , 3 ) ( 1 , 4 ) ( 1 , 5 ) ( 1 , 6 ) ( 2 , 1 ) ( 2 , 2 ) ( 2 , 3 ) ( 2 , 4 ) ( 2 , 5 ) ( 2 , 6 ) ( 3 , 1 ) ( 3 , 2 ) ( 3 , 3 ) ( 3 , 4 ) ( 3 , 5 ) ( 3 , 6 ) ( 4 , 1 ) ( 4 , 2 ) ( 4 , 3 ) ( 4 , 4 ) ( 4 , 5 ) ( 4 , 6 ) ( 5 , 1 ) ( 5 , 2 ) ( 5 , 3 ) ( 5 , 4 ) ( 5 , 5 ) ( 5 , 6 ) ( 6 , 1 ) ( 6 , 2 ) ( 6 , 3 ) ( 6 , 4 ) ( 6 , 5 ) ( 6 , 6 )
  1. There are 36 equally likely outcomes, of which exactly one corresponds to two fours, so the probability of a pair of fours is 1 36 .
  2. First Approach: Counting. From the table we can see that there are 11 pairs that correspond to the event in question: the six pairs in the fourth row (the first die shows a four) plus the additional five pairs other than the pair (4,4), already counted, in the fourth column (the second die is afour), so the answer is 11 36

    Second Approach: Using the Additive Rule. Let A be the event the first roll is a 4 and B be the event that the second roll is a 4. Then let us start with first writing out the additive rule in this case: P ( A   o r   B ) = P ( A ) + P ( B ) P ( A   a n d   B )

    There are six outcomes for the event A as we can see in row 4 where the first dice rolled is a 4. There are also six outcomes for event B as we can see in column 4 where the second dice rolled is a 4. Finally there is only one outcome where both the first and the second dice rolled is a four (where the 4th row and 4th column intersect each other). The additive rule would have us find the probabilty as: P ( A   o r   B ) = 6 36 + 6 36 1 36 = 11 36

    The first two terms in the additive rule is adding up the total number of outcomes in the two events, but it ignores any duplication so we end up double counting any outcomes that they have in common. The last term takes care to remove the double counts, so that we end up with the correct result.

Example 8

Suppose we draw one card from a standard deck.

  1. What is the probability that we get a Queen or a King?
  2. What is the probability that we get a red card or a King?

Solutions

  1. There are 4 Queens and 4 Kings in the deck, hence 8 outcomes corresponding to a Queen or King out of 52 possible outcomes. Thus the probability of drawing a Queen or a King is: 

    P ( King or Queen ) = 8 52

    Note that in this case, there are no cards that are both a Queen and a King, so P ( King and Queen ) = 0 . Using our additive probability rule, we could have said:

    P ( King  o r  Queen ) = P ( King ) + P ( Queen ) P ( King  a n d  Queen ) P ( King  o r  Queen ) = 4 52 + 4 52 0 P ( King  o r  Queen ) = 8 52

  2. Half the cards are red, so P ( red ) = 26 52

    There are four kings, so P ( King ) = 4 52

    There are two red kings, so P ( Red and King ) = 2 52

    We can then calculate

    P ( Red  o r  King ) = P ( Red ) + P ( King ) P ( Red  a n d  King ) P ( Red  o r  King ) = 26 52 + 4 52 2 52 P ( Red  o r  King ) = 28 52

Video Solution Example 8(2 min 21 secs - CC)

Try it Now 2

A tutoring service specializes in preparing adults for high school equivalence tests. Among all the students seeking help from the service, 63% need help in mathematics, 34% need help in English, and 27% need help in both mathematics and English. What is the percentage of students who need help in either mathematics or English?

Hint 1

Imagine selecting a student at random, that is, in such a way that every student has the same chance of being selected. Let M denote the event “the student needs help in mathematics” and let E denote the event “the student needs help in English.” Now write out all the given information into probability values using the probability notation.

  • 63% need help in mathematics: P ( M ) = 0.63

  • 34% need help in English: P ( E ) = 0.34

  • 27% need help in both mathematics and English: P ( M  and E ) = 0.27

Next write out the question in probability notation and see if there is something you can use to solve.

Answer

The given question is asking for P ( M  or E ) . With the given information (below) use the additive rule to find a solution.

  • 63% need help in mathematics: P ( M ) = 0.63

  • 34% need help in English: P ( E ) = 0.34

  • 27% need help in both mathematics and English: P ( M  and E ) = 0.27

Now use the Additive Rule for Probability

P ( M  or E ) = P ( M ) + P ( E ) P ( M  and E ) P ( M  or E ) = 0.63 + 0.34 0.27 P ( M  or E ) = 0.70

The probability that a randomly selected student is selected and they need help in either math or english was found to be 0.70. We could also say 70% of the students need help in either math or english.

Note how the reasoning that if 63% need help in mathematics and 34% need help in English then 63 plus 34 or 97% need help in one or the other gives a number that is too large. The percentage that need help in both subjects must be subtracted off, else the people needing help in both are counted twice, once for needing help in mathematics and once again for needing help in English. The simple sum of the probabilities would work if the events in question were mutually exclusive, for then P ( A B ) is zero, and makes no difference.

We will finish this section with an example that shows data given to us in a two-way classification table.

Example 8

Volunteers for a disaster relief effort were classified according to both specialty (C: construction, E: education, M: medicine) and language ability (S: speaks a single language fluently, T: speaks two or more languages fluently). The results are shown in the following two-way classification table:

Specialty Language Ability
S T
C 12 1
E 4 3
M 6 2

The first row of numbers means that 12 volunteers whose specialty is construction speak a single language fluently, and 1 volunteer whose specialty is construction speaks at least two languages fluently. Similarly for the other two rows.

A volunteer is selected at random, meaning that each one has an equal chance of being chosen. Find the probability that:

  1. their specialty is medicine and they speak two or more languages;
  2. either their specialty is medicine or they speak two or more languages;
  3. their specialty is something other than medicine.

Solutions

When information is presented in a two-way classification table it is typically convenient to adjoin to the table the row and column totals, to produce a new table like this:

Specialty Language Ability Total
S T
C 12 1 13
E 4 3 7
M 6 2 8
Total 22 6 28
  1. The probability sought is P ( M T ) . The table shows that there are 2 such people, out of 28 in all, hence P ( M T ) = 2 28 0.07 or about a 7% chance.
  2. The probability sought is P ( M T ) . The third row total and the grand total in the sample give P ( M ) = 2 28 . The second column total and the grand total give P ( T ) = 6 28 . Thus using the result from part (a), P ( M T ) = P ( M ) + P ( T ) P ( M T ) P ( M T ) = 8 28 + 6 28 2 28 P ( M T ) = 12 28 P ( M T ) 0.43 or about a 43% chance.
  3. This probability can be computed in two ways. Since the event of interest can be viewed as the event C E and the events C and E are mutually exclusive, the answer is, using the first two row totals, P ( C E ) = P ( C ) + P ( E ) P ( C E ) P ( C E ) = 13 28 + 7 28 0 28 P ( C E ) = 20 28 P ( C E ) 0.71 On the other hand, the event of interest can be thought of as the complement M C of M, hence using the value of P ( M ) computed in part (b), P ( M C ) = 1 P ( M ) P ( M C ) = 1 8 28 P ( M C ) = 20 28 P ( M C ) 0.71 which gives us the same value as before.

Exercises


  1. For the sample space S = { a , b , c , d , e } identify the complement of each event given.
    1. A = { a , d , e }
    2. B = { b , c , d , e }
    3. S
    Answer
    1. A C = { b , c }

    2. B C = { a }

    3. S C = : This is called the empty set as the complement of the entire smaple space consists of no outcomes.

  2. For the sample space S = { r , s , t , u , v } identify the complement of each event given.
    1. R = { t , u }
    2. T = { r }
    3. (the “empty” set that has no elements)
    Answer
    1. R C = { r , s , v }

    2. T C = { s , t , u , v }

    3. The complement would be the entire sample space S

  3. The sample space for three tosses of a coin is S = { h h h , h h t , h t h , t h h , h t t , t h t , t t h , t t t } The events H and M are defined below. H: at least one head is observed M: more heads than tails are observed

    Complete the following

    1. List the outcomes that comprise H and all the outcomes that comprise M.
    2. List the outcomes that comprise H M , H M , and H C .
    3. Assuming all outcomes are equally likely, find P P ( H M ) , P ( H M ) , and P ( H C ) .
    4. Determine whether or not P ( H C ) and M are mutually exclusive. Explain why or why not.
    Answer
    1. H = { h h h , h h t , h t h , t h h , h t t , t h t , t t h } , M = { h h h , h h t , h t h , t h h }

    2. H M = { h h h , h h t , h t h , t h h } , H M = { h h h , h h t , h t h , t h h , h t t , t h t , t t h } = H , H C = { t t t }

    3. P ( H M ) = 4 8 , P ( H M ) = 7 8 , P ( H M ) = 7 8

    4. Mutually exclusive because they have no elements in common.

  4. For the experiment of rolling a single six-sided die once the events T and G are defined below. T: the number rolled is three G: the number rolled is four or greater

    Complete the following

    1. List the outcomes that comprise T and G.
    2. List the outcomes that comprise T G , T G , T C , and ( T G ) C .
    3. Assuming all outcomes are equally likely, find P ( T G ) , P ( T G ) , P ( ( T G ) C ) , and P ( T C ) .
    4. Determine whether or not T and G are mutually exclusive. Explain why or why not.
    Answer
    1. T = { 3 } and G = { 4 , 5 , 6 }

    2. The outcomes are:

      T G = T G = { 3 , 4 , 5 , 6 } T C = { 1 , 2 , 4 , 5 , 6 } ( T G ) C = { 1 , 2 }
    3. The probabilities are:

      P ( T G ) = 0 P ( T G ) = 4 6 P ( T C ) = 1 P ( T ) = 1 1 6 = 5 6 P ( ( T G ) C ) = 1 P ( T G ) = 1 4 6 = 2 6
    4. They are mutually exclusive as they share not outcome in common. T consists of only the outcome of 3 and we do not find that in the set of outcomes for G.

  5. Confirm that the probabilities in the two-way contingency table add up to 1, then use it to find the probabilities of the events indicated.
    U V W
    A 0.15 0.00 0.23
    B 0.22 0.30 0.10
    1. P ( A ) , P ( B ) , P ( A B ) .
    2. P ( U ) , P ( W ) , P ( U W ) .
    3. P ( U W ) .
    4. P ( V C ) .
    5. Determine whether or not the events A and U are mutually exclusive; the events A and V.
    Answer
    1. P ( A ) = 0.38 , P ( B ) = 0.62 , P ( A B ) = 0

    2. P ( U ) = 0.37 , P ( W ) = 0.33 , P ( U W ) = 0

    3. The probability is:

      P ( U W ) = P ( U ) + P ( W ) P ( U W ) P ( U W ) = 0.37 + 0.33 + 0 P ( U W ) = 0.770
    4. P ( V C ) = 1 P ( V ) = 1 0.30 = 0.70 , take note how the complement of V is all of U or W.

    5. P ( A U ) = 0.15 0 , so A and U are not mutually exclusive. P ( A V ) = 0 , A and V are mutually exclusive.

  6. Make a statement in ordinary English that describes the complement of each event (do not simply insert the word “not”).
    1. In the roll of a die: “five or more.”
    2. In a roll of a die: “an even number.”
    3. In two tosses of a coin: “at least one heads.”
    4. In the random selection of a college student: “Not a freshman.”
    Answer
    1. Roll a four or less.

    2. Roll an odd number.

    3. No heads

    4. Select a freshman

  7. A tourist who speaks English and German but no other language visits a region of Slovenia. If 35% of the residents speak English, 15% speak German, and 3% speak both English and German, what is the probability that the tourist will be able to talk with a randomly encountered resident of the region?
    Answer

    The randomly chosen resident must speak English or German (or both).

    P ( E G ) = P ( E ) + P ( G ) P ( E G ) P ( E G ) = 0.35 + 0.15 0.03 P ( E G ) = 0.48
  8. The table relates the response to a fund-raising appeal by a college to its alumni to the number of years since graduation.
    Response Years Since Graduation
    0–5 6–20 21–35 Over 35
    Responded 120 440 210 90
    No Response 1380 3560 3290 910
    An alumnus is selected at random. Adjoin the row and column totals to the table and use the expanded table to find the probability of each of the following events.
    1. The alumnus responded.
    2. The alumnus did not respond.
    3. The alumnus graduated at least 21 years ago.
    4. The alumnus graduated at least 21 years ago and responded.
    Answer
    1. P ( R ) = 120 + 440 + 210 + 90 120 + 440 + 210 + 90 + 1380 + 3560 + 3290 + 910 = 860 10000

    2. P ( R C ) = 1 P ( R ) = 1 860 10000 = 9140 10000

    3. P ( at least 21 years ) = 210 + 90 + 3290 + 910 10000 = 4500 10000

    4. P ( at least 21 years R ) = 210 + 90 10000 = 300 10000

  9. Compute the probability of rolling a fair 12-sided die (numbered 1 to 12) and getting a number other than 8.
    Answer

    P ( not 8 ) = 1 P ( roll a 8 ) = 1 1 12 = 11 12

  10. Referring to the grade table below, what is the probability that a student chosen at random did NOT earn a C?
      A B C Total

    Male

    8

    18

    13

    39

    Female

    10

    4

    12

    26

    Total

    18

    22

    25

    65

    Answer

    P ( Not a C ) = 1 P ( C ) = 1 25 65 = 40 65

  11. Referring to the credit card table below, what is the probability that a person chosen at random has at least one credit card? Answer the question with and without using the complement rule.
      Zero One Two or more Total

    Male

    9

    5

    19

    33

    Female

    18

    10

    20

    48

    Total

    27

    15

    39

    81

    Answer

    Without Complement Rule: P ( at least 1 CC ) = 15 + 39 81 = 54 81

    With Complement Rule: P ( at least 1 CC ) = 1 P ( No CC ) = 1 27 81 = 54 81

  12. A fair die is rolled twice. Find the follow probabilities:
    1. Showing a 5 on the first roll and an even number on the second roll?
    2. Showing a 5 on the first roll or an even number on the second roll?
    Answer

    Let A be the even of a F1 on first roll and E2 be the event of even on second roll

    1. P ( F 1  and E2 ) = 3 36

    2. Use the additive rule:

      P ( F 1  or E2 ) = P ( F 1 ) + P ( E 2 ) P ( F 1  and E2 ) P ( F 1  or E2 ) = 6 36 + 18 36 3 36 P ( F 1  or E2 ) = 21 36
  13. Suppose that P ( E ) = 0.4 , P ( F ) = 0.5 = .5. From the limited information, find a maximum and minimum value for P ( E  or  F ) . Make sure to explain your answer for each case.
    Answer
    1. Maximum: 0.90. E and F are mutually exclusive.

    2. Minimum: 0.50. All outcomes in F are also in E.

  14. Suppose that P ( E ) = 0.4 , P ( F ) = 0.5 = .5. From the limited information, find a maximum and minimum value for P ( E  and  F ) . Make sure to explain your answer for each case.
    Answer
    1. Maximum: 0.40. All outcomes in F are also in E, but largest intersection can be is F.

    2. Minimum: 0. F and E are mutually exclusive.

  15. The probability that you get a raise is 0.68, the probability that you get your own office is 0.41, and the probability that you get a raise and your own office is 0.24. Answer the following:
    1. What is the probability you get a raise or your own office?
    2. What is the probability you do not get your own office?
    Answer

    Let R be the event you get a raise and O be the event you get your own office.

    1. Use the additive rule.

      P ( R   o r   O ) = P ( R ) + P ( O ) P ( R   a n d   O ) P ( R   o r   O ) = 0.68 + 0.41 0.24 P ( R   o r   O ) = 0.85
    2. P ( O C ) = 1 P ( O ) = 1 0.41 = 0.59