Skip to main content
Statistics LibreTexts

4.6: Conditional Probability

  • Page ID
    26011
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    The probability of event B happening, given that event A already happened, is called the conditional probability. The conditional probability of B, given A is written as P(B | A), and is read as “the probability of B given A happened first.” We can use the General Multiplication Rule when two events are dependent.

    Definition: General Multiplication Rule

    \[\begin{align*} P(A ∩ B) &= P(A) \cdot P(B | A) P(A ∩ B) \\[4pt] &= P(A) \cdot P(B|A) \end{align*}\]

    A bag contains 10 colored marbles: 7 red and 3 blue. A random experiment consists of drawing a marble from the bag, then drawing another marble without replacement (without putting the first marble back in the bag). Find the probability of drawing a red marble on the first draw (event R1), and drawing another red marble on the second draw (event R2).

    Solution

    Drawing a red marble on the first draw and drawing a red marble on the second draw are dependent events because we do not place the marble back in the bag. The probability of drawing a red marble on the first draw is P(R1) = \(\frac{7}{10}\), but on the second draw, the probability of drawing a red marble given that a red marble was drawn on the first draw is P(R2|R1) = \(\frac{6}{9}\).

    Thus, by the general multiplication rule, P(R1 and R2) = P(R1)·P(R2|R1) = ( \(\frac{7}{10}\) ) ( \(\frac{6}{9}\) ) = 0.4667.

    A bag contains 10 colored marbles: 7 red and 3 blue. A random experiment consists of drawing a marble from the bag, then drawing another marble without replacement. Create the tree diagram for this experiment and compute the probabilities of each outcome.

    Solution

    clipboard_ee5beca853fff6d122e2c96d9785fcb1d.png

    Figure 4-15

    If we were to multiply the probabilities as we move from left to right up each set of tree branches as shown in Figure 4-15, we get the intersections. For example, by the general multiplication rule, P(R1 and R2) = P(R1)·P(R2|R1) = ( \(\frac{7}{10}\) ) ( \(\frac{6}{9}\) ) = 0.4667.

    Put the four intersection values into a contingency table and total the rows and columns. The table will help solve probability questions of other events.

    R2 B2 Total
    R1 0.4667 0.2333 0.7
    B1 0.2333 0.0667 0.3
    Total 0.7 0.3 1

    The grand total should add up to 1 since we have 100% of the sample space.

    Conditional Probability Rule: P (A |B ) = \(\frac{P(A \cap B)}{P(B)}\) or P (B |A ) = \(\frac{P(A \cap B)}{P(A)}\)

    The following table shows the utility contract granted for a specific year. One contractor is randomly chosen.

    Corporation Government Individual Total United States 0.45 0.007 0.08 0.537 Foreign 0.41 0.003 0.05 0.463 Total 0.86 0.01 0.13 1
    1. Compute the probability the contractor is from the United States and is a corporation.
    2. Compute the probability the contractor is from the United States given that they are a corporation.
    3. If the contractor is from a foreign country, what is the probability that it is from a government?
    4. Are the events a “contractor is an individual” independent of a “contractor from the United States?”
    Solution

    a) For the intersection in the contingency tables use where the row and column meet. P(U.S. ∩ Corp) = 0.45.

    b) P (U.S.|Corp) = \(\frac{P(\text { U.S. ∩ Corp})}{P(\text {Corp})}\) = \(\frac{0.45}{0.86}\) = 0.5233.

    c) P (Gov|Foreign) = \(\frac{P(\text { Gov ∩ Foreign})}{P(\text {Foreign})}\) = \(\frac{0.003}{0.463}\) = 0.0065.

    d) Do not assume independence between two variables in a contingency table since the data may show relationships that you didn’t know were there.

    Use the definition of independent events. If the two events are independent then we would have P(Individual ∩ U.S.) = P(Individual)·P(U.S.). First find the intersection using where the row and column meet to get P(Individual ∩ U.S.) = 0.08. Then use the row and column totals to find P(Individual)·P(U.S.) = 0.13·0.537 = 0.0698. Since P(Individual ∩ U.S.) ≠ P(Individual)·P(U.S.) these two events are dependent.

    A random sample of 500 people was taken from the 2010 United States Census. Their marital status and race were recorded in the following contingency table. A person is randomly chosen, find the following.

    Race Marital Status American Indian Black Asian White Two Major Races Total Divorced 0 6 1 30 1 38 Married 1 25 23 156 4 209 Single 2 33 21 155 11 222 Widowed 0 7 2 22 0 31 Total 3 71 47 363 16 500

    a) P(Single and Asian)

    b) P(Single | Asian)

    c) Given that a person is single what is the probability their race is Asian?

    Solution

    a) The intersection for a contingency table is found by simply finding where the row or intersection meets. There are 21 single Asians, therefore the P(Single ∩ Asian) = P(Single and Asian) = 21/500 = 0.042. Do not multiply the row total times the column total since there is no indication that these are independent events.

    b) In words we are trying to find the probability that the person is single given that we already know that their race is Asian. Using the conditional probability formula, we get P(Single | Asian) = \(\frac{P(\text { Single ∩ Asian})}{P(\text {Asian})}\) = \(\frac{21}{47}\) = 0.4468.

    c) This seems similar to the last question, however the part we know is that the person is single, but we do not know their race. In symbols we want to find the P(Asian | Single) = \(\frac{P(\text { Asian ∩ Single})}{P(\text {Single})}\)= \(\frac{21}{222}\) = 0.0946.

    Keep in mind that P(A | B) ≠ P(B | A) since we would divide by a different total in the equation.

    A blood test correctly detects a certain disease 95% of the time (positive result), and correctly detects no disease present 90% of the time (negative result). It is estimated that 25% of the population have the disease. A person takes the blood test and they get a positive result. What is the probability that they have the disease?

    Solution

    Let D = Having the Disease, DC = Not having the disease, + is a positive result, and – is a negative result. We are given in the problem the following: P(+ | D) = 0.95, P(– | DC ) = 0.90, P(D) = 0.25. We want to find P (D|+) = \(\frac{P(D \cap+)}{P(+)}\).

    clipboard_e0440cad1f6d092692f7e7229aed3c6ad.png

    Figure 4-16

    When you multiply up each pair of tree branches from left to right as shown in Figure 4-16, you are finding the intersection of the events. Place the multiplied values into a table. Note that the 0.2375 is not our answer. This is the people who have the disease and tested positive, but does not take into consideration the false positives. Since we know that the result was positive, we only divide by the proportion of positive results.

    DC D Total
    + 0.075 0.2375 0.3125
    0.675 0.0125 0.6875
    Total 0.75 0.25 1

    \[P (D|+) = \frac{P(D \cap+)}{P(+)} = \frac{0.2375}{0.3125} = 0.76\]

    There is a 76% chance that they have the disease given that they tested positive. Many of the more difficult probability problems can be set up in a table, which makes the probabilities easier to find.


    This page titled 4.6: Conditional Probability is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Rachel Webb via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.