Chapter 8

8.1 Sample Spaces and Probability

Learning Objectives

By the end of this section, you will be able to:

In this section, you will learn to:
  1. Write the sample space for a chance experiment.
  2. Compute probabilities by counting equally likely outcomes.

8.1.1 Sample Spaces

Probability begins with chance experiments — actions whose outcomes we cannot predict in advance, such as tossing a coin, rolling a die, or drawing a card. Before we can talk about how likely something is, we have to be precise about everything that could happen. That complete list is called the sample space.

Definition 8.1: Sample Space

Source: Applied Finite Mathematics

The sample space of a chance experiment is the set of all distinct possible outcomes. We usually denote it by \(S\). Each individual outcome is called a simple event or sample point.

For example, when one die is rolled the sample space is

$$S = \{1, 2, 3, 4, 5, 6\}.$$

When a single coin is tossed the sample space is \(S = \{H, T\}\).

Context Pause: Why list the outcomes one by one?

Many probability mistakes come from miscounting the sample space. A famous example: if two coins are tossed, students sometimes claim the outcomes are "no heads, one head, two heads," giving three possibilities. But these three results are not equally likely, so dividing by 3 leads to a wrong answer. Listing the underlying outcomes — \(HH, HT, TH, TT\) — makes the equally likely structure visible.

Insight Note: Distinguish the coins (or dice) even when they look identical

Pretend one coin is a penny and the other is a nickel, even when both are quarters. The outcome "head on penny, tail on nickel" is genuinely different from "tail on penny, head on nickel" — they happen on different coins. Treating the coins as distinguishable doesn't change the physical experiment; it just makes our counting honest.

Example 8.1.1

Source: Applied Finite Mathematics

Two coins — a penny and a nickel — are tossed. Write the sample space.

Solution

For each coin we record \(H\) or \(T\). Listing the penny's outcome first, the four equally likely outcomes are

$$S = \{HH,\; HT,\; TH,\; TT\}.$$

Here \(HT\) means a head on the penny and a tail on the nickel, while \(TH\) means a tail on the penny and a head on the nickel.

Answer: \(S = \{HH, HT, TH, TT\}\), which has \(4\) outcomes.

Example 8.1.2

Source: Applied Finite Mathematics

A die is rolled and a coin is tossed. Write the sample space.

Solution

Pair each die face \(\{1, 2, 3, 4, 5, 6\}\) with each coin face \(\{H, T\}\). That gives \(6 \times 2 = 12\) ordered pairs:

$$S = \{1H, 2H, 3H, 4H, 5H, 6H,\; 1T, 2T, 3T, 4T, 5T, 6T\}.$$

Answer: A 12-element sample space.

Try It Now 8.1.1

Source: Applied Finite Mathematics

Three coins are tossed. Write the sample space.

Solution

For each of the three coins we record \(H\) or \(T\). Order the coins (first, second, third) and list the \(2 \cdot 2 \cdot 2 = 8\) outcomes:

$$S = \{HHH,\; HHT,\; HTH,\; HTT,\; THH,\; THT,\; TTH,\; TTT\}.$$

8.1.2 Events and Their Probability

A sample space lists every possible outcome. Often we care about a particular collection of outcomes — for instance, "the coin shows at least one head," or "the die shows an even number." Such a collection is called an event.

Definition 8.2: Event

Source: Applied Finite Mathematics

An event \(E\) is any subset of the sample space \(S\). When we perform the experiment we say the event \(E\) occurred if the actual outcome is one of the elements of \(E\).

For example, in the two-coin experiment with \(S = \{HH, HT, TH, TT\}\), the event "exactly one head" is

$$E = \{HT, TH\}.$$
Definition 8.3: Probability of an Event (Equally Likely Outcomes)

Source: Applied Finite Mathematics

If a sample space \(S\) has \(n(S)\) equally likely outcomes and an event \(E\) contains \(n(E)\) of those outcomes, the probability of \(E\) is

$$P(E) \;=\; \frac{n(E)}{n(S)} \;=\; \frac{\text{number of outcomes in } E}{\text{total number of outcomes in } S}.$$

Probabilities always satisfy \(0 \le P(E) \le 1\). The probability of the empty event \(\varnothing\) is \(0\) (it cannot happen) and the probability of the full sample space \(S\) is \(1\) (something must happen).

Context Pause: "Equally likely" is a modeling assumption

Definition 8.3 assumes every outcome in \(S\) is equally likely. That assumption is exactly right for fair coins, well-balanced dice, and well-shuffled cards — and it is the standard set-up for an introductory chapter. When outcomes are not equally likely (a loaded die, a biased coin, a card guessed from someone's poker face), we need a more general definition that we will encounter later. Always check the equally-likely assumption before using \(P(E) = n(E)/n(S)\).

Insight Note: Probability as proportion

Because every outcome carries equal weight, \(P(E)\) is just the fraction of the sample space occupied by \(E\). If \(E\) covers half the sample space, \(P(E) = 1/2\); if it covers all of it, \(P(E) = 1\). Thinking of probability as "share of the sample space" makes many calculations feel natural — you're just measuring sizes.

Example 8.1.3

Source: Applied Finite Mathematics

Two coins are tossed. Find the probability of getting exactly one head.

Solution

The sample space \(S = \{HH, HT, TH, TT\}\) has \(n(S) = 4\) equally likely outcomes.

The event \(E\) of exactly one head is \(E = \{HT, TH\}\), so \(n(E) = 2\).

$$P(E) \;=\; \frac{n(E)}{n(S)} \;=\; \frac{2}{4} \;=\; \frac{1}{2}.$$

Answer: \(P(\text{exactly one head}) = 1/2\).

Example 8.1.4

Source: Applied Finite Mathematics

A single card is drawn from a standard 52-card deck. Find:

a) \(P(\text{the card is a king})\)

b) \(P(\text{the card is a heart})\)

c) \(P(\text{the card is a face card})\) — a face card is a jack, queen, or king.

Solution

The sample space contains \(n(S) = 52\) equally likely cards.

a) King. There are 4 kings (one in each suit), so

$$P(\text{king}) \;=\; \frac{4}{52} \;=\; \frac{1}{13}.$$

b) Heart. Each of the four suits has 13 cards, so there are 13 hearts:

$$P(\text{heart}) \;=\; \frac{13}{52} \;=\; \frac{1}{4}.$$

c) Face card. Each suit has 3 face cards (jack, queen, king), giving \(3 \times 4 = 12\) face cards:

$$P(\text{face card}) \;=\; \frac{12}{52} \;=\; \frac{3}{13}.$$
Try It Now 8.1.2

Source: Applied Finite Mathematics

Two coins are tossed. Find the probability of getting at least one head.

Solution

\(S = \{HH, HT, TH, TT\}\), so \(n(S) = 4\).

The event "at least one head" excludes only \(TT\), so

$$E = \{HH, HT, TH\}, \qquad n(E) = 3.$$ $$P(\text{at least one head}) \;=\; \frac{3}{4}.$$

8.1.3 Computing Probabilities by Counting

When the sample space is small, we can list it. When it grows — pairs of dice, hands of cards, families of three children — we count outcomes systematically using the multiplication rule we will sharpen in later chapters. For now, the strategy is the same:

Procedure: Computing a Probability with Equally Likely Outcomes

  1. Identify the chance experiment and its sample space \(S\).
  2. Verify that the listed outcomes are equally likely. (If not, this section's formula does not apply.)
  3. Identify the event \(E\) — the subset of outcomes you care about.
  4. Count \(n(S)\) and \(n(E)\).
  5. Compute \(P(E) = n(E)/n(S)\).
Example 8.1.5

Source: Applied Finite Mathematics

Two dice are rolled. Find the probability that the sum on the two dice is 7.

Solution

Step 1 — Sample space. Treat the dice as distinguishable. Each die has \(6\) faces, so

$$n(S) = 6 \times 6 = 36.$$

The sample space is the set of ordered pairs \((a, b)\) with \(a, b \in \{1, 2, 3, 4, 5, 6\}\).

Step 2 — Event. The pairs that sum to \(7\) are

$$E = \{(1,6),\, (2,5),\, (3,4),\, (4,3),\, (5,2),\, (6,1)\}, \qquad n(E) = 6.$$

Step 3 — Probability.

$$P(\text{sum is 7}) \;=\; \frac{6}{36} \;=\; \frac{1}{6}.$$

Answer: \(1/6\).

Example 8.1.6

Source: Applied Finite Mathematics

Consider a family of three children. Find the probability that the family has exactly two boys and one girl. (Assume each birth is independently a boy or girl with equal likelihood.)

Solution

Step 1 — Sample space. List the eight equally likely birth-order outcomes (oldest to youngest):

$$S = \{BBB,\, BBG,\, BGB,\, BGG,\, GBB,\, GBG,\, GGB,\, GGG\}, \qquad n(S) = 8.$$

Step 2 — Event. "Exactly two boys and one girl" matches \(BBG, BGB, GBB\), so \(n(E) = 3\).

Step 3 — Probability.

$$P(\text{two boys and one girl}) \;=\; \frac{3}{8}.$$
Try It Now 8.1.3

Source: Applied Finite Mathematics

A jar contains 6 red, 7 white, and 7 blue marbles. One marble is chosen at random. Find \(P(\text{red})\).

Solution

The total number of marbles is \(6 + 7 + 7 = 20\), so \(n(S) = 20\). The red event has \(n(E) = 6\):

$$P(\text{red}) \;=\; \frac{6}{20} \;=\; \frac{3}{10}.$$

Problem Set 8.1

Example 8.2.1

Source: Applied Finite Mathematics

A card is drawn from a standard deck. Determine whether the events \(E\) and \(F\) below are mutually exclusive (i.e., whether \(E \cap F = \varnothing\)).

\(E = \{\text{the card is an ace}\}\), \(F = \{\text{the card is a heart}\}\).

Solution

The Ace of Hearts belongs to both events, so

$$E \cap F = \{\text{Ace of Hearts}\} \neq \varnothing.$$

Answer: \(E\) and \(F\) are not mutually exclusive.

Example 8.2.2

Source: Applied Finite Mathematics

Two dice are rolled. Determine whether the events below are mutually exclusive.

\(G = \{\text{the sum of the faces is 6}\}\), \(H = \{\text{one die shows a 4}\}\).

Solution

List both events as sets of ordered pairs:

$$G = \{(1,5),(2,4),(3,3),(4,2),(5,1)\}, \qquad H = \{(2,4),(4,2)\, \text{and any other pair with a 4}\}.$$

Restricting \(H\) to pairs that intersect \(G\):

$$G \cap H = \{(2,4),(4,2)\} \neq \varnothing.$$

Answer: \(G\) and \(H\) are not mutually exclusive.

Example 8.2.3

Source: Applied Finite Mathematics

A family has three children. Determine whether the following events are mutually exclusive.

\(M = \{\text{the family has at least one boy}\}\), \(N = \{\text{the family has all girls}\}\).

Solution

Listing the events:

$$M = \{BBB, BBG, BGB, BGG, GBB, GBG, GGB\}, \qquad N = \{GGG\}.$$

These are disjoint sets:

$$M \cap N = \varnothing.$$

Answer: \(M\) and \(N\) are mutually exclusive.

Try It Now 8.2.1

Source: Applied Finite Mathematics

A single die is rolled. Are the events \(E = \{\text{a multiple of 3 shows}\}\) and \(F = \{\text{a 2 shows}\}\) mutually exclusive?

Solution

\(E = \{3, 6\}\) and \(F = \{2\}\). Their intersection is empty, so

$$E \cap F = \varnothing.$$

Answer: Yes, \(E\) and \(F\) are mutually exclusive.

Example 8.2.4

Source: Applied Finite Mathematics

A die is rolled. Find the probability that the result is an even number or a number greater than four.

Solution

Step 1 — Identify the sample space and events.

$$S = \{1,2,3,4,5,6\}, \quad E = \{2, 4, 6\}, \quad F = \{5, 6\}.$$

Step 2 — Naive addition is wrong.

\(P(E) = 3/6\) and \(P(F) = 2/6\). Adding gives \(5/6\), but that double-counts the outcome \(6\), which lies in both events.

Step 3 — Use \(E \cup F\) directly.

$$E \cup F = \{2, 4, 5, 6\}, \qquad n(E \cup F) = 4.$$

So

$$P(E \cup F) \;=\; \frac{4}{6} \;=\; \frac{2}{3}.$$

Step 4 — Equivalent form using the overlap.

Since \(E \cap F = \{6\}\) and \(P(E \cap F) = 1/6\),

$$P(E \cup F) \;=\; P(E) + P(F) - P(E \cap F) \;=\; \frac{3}{6} + \frac{2}{6} - \frac{1}{6} = \frac{4}{6}.$$

Answer: \(P(E \cup F) = 2/3\).

Example 8.2.5

Source: Applied Finite Mathematics

In a club, 20% of the students take Finite Mathematics, 30% take Statistics, and 10% take both. What percent take Finite Mathematics or Statistics?

Solution

Let \(F = \{\text{takes Finite Math}\}\) and \(S = \{\text{takes Statistics}\}\). Then \(P(F) = 0.20\), \(P(S) = 0.30\), \(P(F \cap S) = 0.10\).

$$P(F \cup S) \;=\; 0.20 + 0.30 - 0.10 \;=\; 0.40.$$

Answer: \(40\%\) of students take at least one of the two courses.

Try It Now 8.2.2

Source: Applied Finite Mathematics

If \(P(E) = 0.4\), \(P(F) = 0.5\), and \(P(E \cup F) = 0.7\), find \(P(E \cap F)\).

Solution

Solve the Addition Rule for the overlap:

$$P(E \cap F) = P(E) + P(F) - P(E \cup F) = 0.4 + 0.5 - 0.7 = 0.2.$$

Answer: \(P(E \cap F) = 0.2\).

Example 8.2.6

Source: Applied Finite Mathematics

The table below is the distribution of the 100 U.S. senators of the 114th Congress (January 2015) by political party and gender.

Male (M)Female (F)Total
Democrats (D)301444
Republicans (R)48654
Other (T)202
Total8020100

A senator is selected at random. Find:

a) \(P(M \cap D)\) — male and Democrat.

b) \(P(M \cup D)\) — male or Democrat.

c) \(P(F \cap R)\).

d) \(P(F \cup R)\).

Solution

Part a — Intersection. The "male Democrat" cell shows 30:

$$P(M \cap D) \;=\; \frac{30}{100} \;=\; 0.30.$$

Part b — Union via Addition Rule. \(P(M) = 80/100\), \(P(D) = 44/100\), and we just computed \(P(M \cap D) = 30/100\). So

$$P(M \cup D) = \frac{80}{100} + \frac{44}{100} - \frac{30}{100} = \frac{94}{100} = 0.94.$$

Part c — Intersection. The "female Republican" cell shows 6:

$$P(F \cap R) \;=\; \frac{6}{100} \;=\; 0.06.$$

Part d — Union. \(P(F) = 20/100\), \(P(R) = 54/100\), \(P(F \cap R) = 6/100\):

$$P(F \cup R) = \frac{20}{100} + \frac{54}{100} - \frac{6}{100} = \frac{68}{100} = 0.68.$$
Try It Now 8.2.3

Source: Applied Finite Mathematics

Using the Senate table above, find \(P(F \cup T)\) — female or Other party.

Solution

\(P(F) = 20/100\), \(P(T) = 2/100\), and the "female Other" cell is 0, so \(P(F \cap T) = 0\). The events are mutually exclusive in the data:

$$P(F \cup T) = \frac{20}{100} + \frac{2}{100} - 0 = \frac{22}{100} = 0.22.$$

Answer: \(0.22\).

Example 8.3.1

Source: Applied Finite Mathematics

Two apples are chosen from a basket containing 5 red and 3 yellow. Find the probability that both apples are red by drawing a tree diagram.

Solution

Step 1 — Draw the tree. Stage 1 splits into Red (\(5/8\)) and Yellow (\(3/8\)). Each Stage-1 branch splits again, with denominators reduced by 1 because the first apple is not returned.

Stage 1            Stage 2
                   ┌── R: 4/7
              R 5/8┤
              ┌────┴── Y: 3/7
Start ────────┤
              └────┬── R: 5/7
              Y 3/8┤
                   └── Y: 2/7

Step 2 — Identify the path "both red". That is the R → R path.

Step 3 — Multiply along the path:

$$P(\text{both red}) \;=\; \frac{5}{8} \times \frac{4}{7} \;=\; \frac{20}{56} \;=\; \frac{5}{14}.$$

Answer: \(5/14\).

Example 8.3.2

Source: Applied Finite Mathematics

A basket contains 6 red and 4 blue marbles. Three marbles are drawn at random without replacement. Find \(P(\text{all three red})\) using sequential probabilities (no combinations).

Solution

Step 1 — First draw. \(6/10\) red.

Step 2 — Second draw, given a red on draw 1. \(5/9\) red.

Step 3 — Third draw, given two reds. \(4/8\) red.

Step 4 — Multiply:

$$P(\text{all red}) \;=\; \frac{6}{10} \times \frac{5}{9} \times \frac{4}{8} \;=\; \frac{120}{720} \;=\; \frac{1}{6}.$$

Answer: \(1/6\).

Try It Now 8.3.1

Source: Applied Finite Mathematics

Two apples are drawn without replacement from a basket of 5 red and 3 yellow apples. Find \(P(\text{one red and one yellow})\).

Solution

This event has two paths through the tree: \(R \to Y\) and \(Y \to R\). Add the two products:

$$P = \frac{5}{8}\cdot\frac{3}{7} + \frac{3}{8}\cdot\frac{5}{7} = \frac{15}{56} + \frac{15}{56} = \frac{30}{56} = \frac{15}{28}.$$

Answer: \(15/28\).

Example 8.3.3

Source: Applied Finite Mathematics

A jar contains 5 red, 4 white, and 3 blue marbles (12 total). Three marbles are drawn at random. Find \(P(\text{all three red})\).

Solution

Step 1 — Total ways to draw 3 from 12:

$$C(12, 3) = \frac{12!}{3!\, 9!} = 220.$$

Step 2 — Ways to draw 3 reds from 5:

$$C(5, 3) = 10.$$

Step 3 — Probability:

$$P(\text{all red}) \;=\; \frac{C(5,3)}{C(12,3)} \;=\; \frac{10}{220} \;=\; \frac{1}{22}.$$

Answer: \(1/22\).

Example 8.3.4

Source: Applied Finite Mathematics

From the same jar (5 red, 4 white, 3 blue), find \(P(\text{2 white and 1 blue})\).

Solution

Step 1 — Choose 2 of 4 whites: \(C(4, 2) = 6\).

Step 2 — Choose 1 of 3 blues: \(C(3, 1) = 3\).

Step 3 — Multiply for favorable count: \(6 \times 3 = 18\).

Step 4 — Divide by total:

$$P(\text{2 white, 1 blue}) \;=\; \frac{18}{220} \;=\; \frac{9}{110}.$$

Answer: \(9/110\).

Try It Now 8.3.2

Source: Applied Finite Mathematics

From the same jar of 5 red, 4 white, and 3 blue marbles, find \(P(\text{none white})\) when 3 marbles are drawn.

Solution

"None white" means all 3 are chosen from the 8 non-white marbles:

$$P = \frac{C(8, 3)}{C(12, 3)} = \frac{56}{220} = \frac{14}{55}.$$

Answer: \(14/55\).

Example 8.3.5

Source: Applied Finite Mathematics

From a jar of 5 red, 4 white, and 3 blue marbles, three are drawn. Find \(P(\text{at least one red})\).

Solution

Step 1 — Use the complement. "At least one red" is the complement of "no reds at all". The "no reds" event picks 3 from the 7 non-red marbles:

$$P(\text{no reds}) = \frac{C(7, 3)}{C(12, 3)} = \frac{35}{220} = \frac{7}{44}.$$

Step 2 — Subtract from 1:

$$P(\text{at least one red}) = 1 - \frac{7}{44} = \frac{37}{44}.$$

Answer: \(37/44\).

Example 8.3.6

Source: Applied Finite Mathematics

If there are 5 people in a room, find \(P(\text{at least 2 share a birthday})\). (Assume 365 equally likely birthdays and ignore leap years.)

Solution

Step 1 — Use the complement "all 5 birthdays are distinct".

For the second person to differ from the first: \(364/365\). For the third to differ from the first two: \(363/365\). And so on:

$$P(\text{all distinct}) = \frac{365}{365}\cdot\frac{364}{365}\cdot\frac{363}{365}\cdot\frac{362}{365}\cdot\frac{361}{365} \approx 0.9729.$$

Step 2 — Subtract from 1:

$$P(\text{at least 2 share}) = 1 - 0.9729 \approx 0.0271.$$

Answer: about \(0.027\), or roughly \(2.7\%\).

Try It Now 8.3.3

Source: Applied Finite Mathematics

If there are 4 people in a room, find \(P(\text{at least two share a birthday})\) (365-day calendar).

Solution

\(P(\text{all 4 distinct}) = \dfrac{365 \cdot 364 \cdot 363 \cdot 362}{365^{4}} \approx 0.9836\).

$$P(\text{at least two share}) \approx 1 - 0.9836 = 0.0164.$$

Answer: about \(1.6\%\).

Example 8.4.1

Source: Applied Finite Mathematics

A family has three children. Find the conditional probability of having two boys and a girl, given that the first born is a boy.

Solution

Step 1 — Full sample space:

$$S = \{BBB, BBG, BGB, BGG, GBB, GBG, GGB, GGG\}, \quad n(S) = 8.$$

Step 2 — Condition on "first born is a boy". That cuts the sample space to outcomes starting with \(B\):

$$F = \{BBB, BBG, BGB, BGG\}, \quad n(F) = 4.$$

Step 3 — Count outcomes in \(F\) that also have two boys and one girl: \(BBG\) and \(BGB\).

Step 4 — Compute:

$$P(E \mid F) = \frac{2}{4} = \frac{1}{2}.$$

Answer: \(1/2\).

Example 8.4.2

Source: Applied Finite Mathematics

A six-sided die is rolled once. Let \(E = \{\text{the result is even}\}\) and \(T = \{\text{the result is greater than 3}\}\). Find:

a) \(P(E)\).

b) \(P(E \mid T)\).

Solution

Sample space: \(S = \{1, 2, 3, 4, 5, 6\}\). \(E = \{2, 4, 6\}\), \(T = \{4, 5, 6\}\).

Part a — Unconditional. \(P(E) = 3/6 = 1/2\).

Part b — Conditional. Given \(T\) holds, the only possible outcomes are \(\{4, 5, 6\}\). Of those, the even ones are \(\{4, 6\}\). Therefore

$$P(E \mid T) = \frac{2}{3}.$$
Example 8.4.3

Source: Applied Finite Mathematics

A fair coin is tossed twice. Find:

a) \(P(\text{two heads})\).

b) \(P(\text{two heads} \mid \text{at least one head})\).

Solution

Sample space: \(S = \{HH, HT, TH, TT\}\). Let \(E = \{\text{two heads}\} = \{HH\}\) and \(F = \{\text{at least one head}\} = \{HH, HT, TH\}\).

Part a — Unconditional. \(P(E) = 1/4\).

Part b — Conditional. Given \(F\), the reduced sample space is \(\{HH, HT, TH\}\) with \(n(F) = 3\). Of those, only \(HH\) gives two heads:

$$P(E \mid F) = \frac{1}{3}.$$
Try It Now 8.4.1

Source: Applied Finite Mathematics

A single die is rolled. Find \(P(\text{the result is a 3} \mid \text{the result is odd})\).

Solution

The conditioning event "odd" is \(\{1, 3, 5\}\), with \(n = 3\). The event "result is 3" inside that reduced space is \(\{3\}\). Therefore

$$P = \frac{1}{3}.$$

Answer: \(1/3\).

Example 8.4.4

Source: Applied Finite Mathematics

Suppose \(P(A) = 0.3\), \(P(B) = 0.4\), and \(P(A \cap B) = 0.12\). Find \(P(A \mid B)\) and \(P(B \mid A)\).

Solution
$$P(A \mid B) = \frac{P(A \cap B)}{P(B)} = \frac{0.12}{0.4} = 0.30.$$ $$P(B \mid A) = \frac{P(A \cap B)}{P(A)} = \frac{0.12}{0.3} = 0.40.$$

Answer: \(P(A \mid B) = 0.30\), \(P(B \mid A) = 0.40\).

Try It Now 8.4.2

Source: Applied Finite Mathematics

If \(P(F) = 0.4\) and \(P(E \mid F) = 0.3\), find \(P(E \cap F)\).

Solution

Use the multiplication rule:

$$P(E \cap F) = P(F)\, P(E \mid F) = 0.4 \times 0.3 = 0.12.$$

Answer: \(0.12\).

Example 8.4.5

Source: Applied Finite Mathematics

The table below shows the distribution of the 100 U.S. senators of the 114th Congress (January 2015) by political party and gender.

Male (M)Female (F)Total
Democrats (D)301444
Republicans (R)48654
Other (T)202
Total8020100

Find:

a) \(P(M \mid D)\).

b) \(P(D \mid M)\).

c) \(P(F \mid R)\).

d) \(P(R \mid F)\).

Solution

Part a — Condition on Democrats. Among the 44 Democrats, 30 are male:

$$P(M \mid D) = \frac{30}{44} = \frac{15}{22} \approx 0.682.$$

Part b — Condition on Males. Among the 80 males, 30 are Democrats:

$$P(D \mid M) = \frac{30}{80} = \frac{3}{8} = 0.375.$$

Part c — Condition on Republicans. Among the 54 Republicans, 6 are female:

$$P(F \mid R) = \frac{6}{54} = \frac{1}{9} \approx 0.111.$$

Part d — Condition on Females. Among the 20 females, 6 are Republicans:

$$P(R \mid F) = \frac{6}{20} = \frac{3}{10} = 0.30.$$
Try It Now 8.4.3

Source: Applied Finite Mathematics

Using the same Senate table, find \(P(M \mid F)\).

Solution

Among the 20 females, none are male:

$$P(M \mid F) = \frac{0}{20} = 0.$$

Answer: \(0\) (Senators in this table are exclusively male or female; the events are mutually exclusive).

Example 8.5.1

Source: Applied Finite Mathematics

A card is drawn from a standard deck. Find:

a) \(P(\text{king})\).

b) \(P(\text{king} \mid \text{face card})\).

Solution

Part a — Unconditional. \(P(\text{king}) = 4/52 = 1/13\).

Part b — Conditional. Among the 12 face cards there are 4 kings:

$$P(\text{king} \mid \text{face card}) = \frac{4}{12} = \frac{1}{3}.$$

Note \(P(\text{king} \mid \text{face card}) \neq P(\text{king})\) — knowing the card is a face card changed the probability that it is a king. The two events depend on each other.

Example 8.5.2

Source: Applied Finite Mathematics

A card is drawn from a standard deck. Find:

a) \(P(\text{king})\).

b) \(P(\text{king} \mid \text{red})\).

Solution

Part a — Unconditional. \(P(\text{king}) = 4/52 = 1/13\).

Part b — Conditional. Among the 26 red cards there are 2 kings:

$$P(\text{king} \mid \text{red}) = \frac{2}{26} = \frac{1}{13}.$$

This time \(P(\text{king} \mid \text{red}) = P(\text{king})\) — knowing the card is red did not change the probability that it is a king. The two events are independent.

Example 8.5.3

Source: Applied Finite Mathematics

Consider a two-child family. Let \(F = \{\text{the family has children of both sexes}\}\) and \(G = \{\text{the first born is a boy}\}\). Are \(F\) and \(G\) independent?

Solution

Step 1 — Sample space: \(S = \{BB, BG, GB, GG\}\), \(n(S) = 4\).

Step 2 — Compute probabilities.

  • \(F = \{BG, GB\}\), so \(P(F) = 2/4 = 1/2\).
  • \(G = \{BB, BG\}\), so \(P(G) = 2/4 = 1/2\).
  • \(F \cap G = \{BG\}\), so \(P(F \cap G) = 1/4\).

Step 3 — Apply the test \(P(E)\,P(F) \stackrel{?}{=} P(E \cap F)\):

$$P(F)\, P(G) = \frac{1}{2}\cdot\frac{1}{2} = \frac{1}{4} = P(F \cap G).$$

The product equals the joint probability, so the events are independent.

Answer: Yes, \(F\) and \(G\) are independent.

Try It Now 8.5.1

Source: Applied Finite Mathematics

For the same two-child family let \(E = \{\text{at least one boy}\}\) and \(F = \{\text{children of both sexes}\}\). Are \(E\) and \(F\) independent?

Solution

\(P(E) = 3/4\) (every outcome but \(GG\)), \(P(F) = 1/2\), and \(E \cap F = \{BG, GB\}\), so \(P(E \cap F) = 1/2\). Then

$$P(E)\, P(F) = \frac{3}{4}\cdot\frac{1}{2} = \frac{3}{8} \neq \frac{1}{2} = P(E \cap F),$$

so \(E\) and \(F\) are not independent.

Example 8.5.4

Source: Applied Finite Mathematics

John's probability of passing Statistics is \(0.40\), and Linda's is \(0.70\). Assuming the two events are independent, find:

a) \(P(\text{both pass})\).

b) \(P(\text{at least one passes})\).

Solution

Part a — Both:

$$P(\text{both pass}) = 0.40 \times 0.70 = 0.28.$$

Part b — At least one. Use the complement: the only way "at least one passes" fails is if both fail. The probability each fails is \(1 - p\); fails are independent too, so

$$P(\text{both fail}) = 0.60 \times 0.30 = 0.18.$$ $$P(\text{at least one passes}) = 1 - 0.18 = 0.82.$$
Try It Now 8.5.2

Source: Applied Finite Mathematics

Jane's probabilities of making her two flight connections are \(0.80\) and \(0.90\), independent of each other. Find \(P(\text{at least one connection})\).

Solution

\(P(\text{misses both}) = (1 - 0.8)(1 - 0.9) = 0.2 \times 0.1 = 0.02\).

$$P(\text{at least one}) = 1 - 0.02 = 0.98.$$

Answer: \(0.98\).

Example 8.5.5

Source: Applied Finite Mathematics

The library checkout data below records, for one day, where each book was borrowed (Main vs. Branch) and its category (Fiction vs. Non-fiction).

Main (M)Branch (B)Total
Fiction (F)300100400
Non-fiction (N)15050200
Total450150600

Is the event "the book is fiction" independent of the event "the book was borrowed at the Main library"?

Solution

Step 1 — Compute marginals.

$$P(F) = \frac{400}{600} = \frac{2}{3}, \qquad P(M) = \frac{450}{600} = \frac{3}{4}.$$

Step 2 — Compute the joint probability.

$$P(F \cap M) = \frac{300}{600} = \frac{1}{2}.$$

Step 3 — Apply the test.

$$P(F)\, P(M) = \frac{2}{3} \cdot \frac{3}{4} = \frac{1}{2}.$$

The product equals \(P(F \cap M)\), so the events are independent.

Answer: Yes, fiction and Main library are independent (in this dataset).

Source: Applied Finite Mathematics

In problems 8.1.1–8.1.6, write a sample space for the given experiment.

Problem 1. A die is rolled.

Problem 2. A penny and a nickel are tossed.

Problem 3. A die is rolled, and a coin is tossed.

Problem 4. Three coins are tossed.

Problem 5. Two dice are rolled.

Problem 6. A jar contains four marbles numbered 1, 2, 3, and 4. Two marbles are drawn.

In problems 8.1.7–8.1.12, one card is randomly selected from a standard 52-card deck. Find the following probabilities.

Problem 7. \(P(\text{an ace})\)

Problem 8. \(P(\text{a red card})\)

Problem 9. \(P(\text{a club})\)

Problem 10. \(P(\text{a face card})\)

Problem 11. \(P(\text{a jack or a spade})\)

Problem 12. \(P(\text{a jack and a spade})\)

For problems 8.1.13–8.1.16: A jar contains 6 red, 7 white, and 7 blue marbles. If one marble is chosen at random, find the following probabilities.

Problem 13. \(P(\text{red})\)

Problem 14. \(P(\text{white})\)

Problem 15. \(P(\text{red or blue})\)

Problem 16. \(P(\text{red and blue})\)

For problems 8.1.17–8.1.22: Consider a family of three children. Find the following probabilities.

Problem 17. \(P(\text{two boys and a girl})\)

Problem 18. \(P(\text{at least one boy})\)

Problem 19. \(P(\text{children of both sexes})\)

Problem 20. \(P(\text{at most one girl})\)

Problem 21. \(P(\text{first and third children are male})\)

Problem 22. \(P(\text{all children are of the same gender})\)

For problems 8.1.23–8.1.27: Two dice are rolled. Find the following probabilities.

Problem 23. \(P(\text{the sum of the dice is 5})\)

Problem 24. \(P(\text{the sum of the dice is 8})\)

Problem 25. \(P(\text{the sum is 3 or 6})\)

Problem 26. \(P(\text{the sum is more than 10})\)

Problem 27. \(P(\text{the result is a double})\). Hint: a double means both dice show the same value.

For problems 8.1.28–8.1.31: A jar contains four marbles numbered 1, 2, 3, and 4. Two marbles are drawn randomly without replacement — after a marble is drawn it is not returned to the jar before the second is selected. Find the following probabilities.

Problem 28. \(P(\text{the sum of the numbers is 5})\)

Problem 29. \(P(\text{the sum of the numbers is odd})\)

Problem 30. \(P(\text{the sum of the numbers is 9})\)

Problem 31. \(P(\text{one of the numbers is 3})\)

For problems 8.1.32–8.1.33: A jar contains four marbles numbered 1, 2, 3, and 4. Two marbles are drawn randomly with replacement — after a marble is drawn it is returned to the jar before the second is selected. Find the following probabilities.

Problem 32. \(P(\text{the sum of the numbers is 5})\)

Problem 33. \(P(\text{the sum of the numbers is 2})\)

Problem 8.1.1 Solution

Step 1 — Identify all possible outcomes: A standard die has six faces showing the numbers 1 through 6.

Step 2 — Write the sample space:

$$S = \{1, 2, 3, 4, 5, 6\}.$$

Answer: \(S = \{1, 2, 3, 4, 5, 6\}\) with \(n(S) = 6\).

Problem 8.1.2 Solution

Step 1 — Identify each coin's outcomes: The penny shows H or T; the nickel shows H or T.

Step 2 — Form the ordered pairs (penny first, nickel second):

$$S = \{HH,\; HT,\; TH,\; TT\}.$$

Answer: \(S = \{HH, HT, TH, TT\}\) with \(n(S) = 4\).

Problem 8.1.3 Solution

Step 1 — Pair die faces with coin faces: The die has 6 outcomes and the coin has 2, giving \(6 \times 2 = 12\) outcomes.

Step 2 — List the sample space:

$$S = \{1H, 2H, 3H, 4H, 5H, 6H,\; 1T, 2T, 3T, 4T, 5T, 6T\}.$$

Answer: A 12-element sample space.

Problem 8.1.4 Solution

Step 1 — Each coin contributes two outcomes: With three coins there are \(2 \times 2 \times 2 = 8\) ordered outcomes.

Step 2 — List them:

$$S = \{HHH,\; HHT,\; HTH,\; HTT,\; THH,\; THT,\; TTH,\; TTT\}.$$

Answer: \(n(S) = 8\).

Problem 8.1.5 Solution

Step 1 — Treat the dice as distinguishable: List ordered pairs \((a, b)\) with \(a, b \in \{1, 2, 3, 4, 5, 6\}\). There are \(6 \times 6 = 36\) outcomes.

Step 2 — Describe the sample space:

$$S = \{(a, b) : a, b \in \{1, 2, 3, 4, 5, 6\}\},$$

i.e. all 36 ordered pairs from \((1,1)\) through \((6,6)\).

Answer: \(n(S) = 36\).

Problem 8.1.6 Solution

Step 1 — Two distinct marbles drawn in order: The first draw has 4 possibilities and the second has 3 (the first marble is not returned), giving \(4 \times 3 = 12\) ordered outcomes.

Step 2 — List the sample space:

$$S = \{(1,2),(1,3),(1,4),(2,1),(2,3),(2,4),(3,1),(3,2),(3,4),(4,1),(4,2),(4,3)\}.$$

Answer: \(n(S) = 12\).

Problem 8.1.7 Solution

Step 1 — Count favorable outcomes: A standard deck has 4 aces (one per suit), so \(n(E) = 4\).

Step 2 — Apply the probability formula:

$$P(\text{ace}) \;=\; \frac{4}{52} \;=\; \frac{1}{13}.$$

Answer: \(1/13\).

Problem 8.1.8 Solution

Step 1 — Count red cards: Hearts and diamonds give \(13 + 13 = 26\) red cards.

Step 2 — Compute the probability:

$$P(\text{red}) \;=\; \frac{26}{52} \;=\; \frac{1}{2}.$$

Answer: \(1/2\).

Problem 8.1.9 Solution

Step 1 — Count clubs: There are 13 clubs in the deck.

Step 2 — Compute the probability:

$$P(\text{club}) \;=\; \frac{13}{52} \;=\; \frac{1}{4}.$$

Answer: \(1/4\).

Problem 8.1.10 Solution

Step 1 — Count face cards: Each suit contributes 3 face cards (jack, queen, king): \(3 \times 4 = 12\).

Step 2 — Compute the probability:

$$P(\text{face card}) \;=\; \frac{12}{52} \;=\; \frac{3}{13}.$$

Answer: \(3/13\).

Problem 8.1.11 Solution

Step 1 — Use the addition principle for "or": There are 4 jacks and 13 spades, but the jack of spades is counted in both groups. Subtract the overlap once:

$$n(\text{jack or spade}) = 4 + 13 - 1 = 16.$$

Step 2 — Compute the probability:

$$P(\text{jack or spade}) \;=\; \frac{16}{52} \;=\; \frac{4}{13}.$$

Answer: \(4/13\).

Problem 8.1.12 Solution

Step 1 — Identify the overlap: Only one card is both a jack and a spade — the jack of spades.

Step 2 — Compute the probability:

$$P(\text{jack and spade}) \;=\; \frac{1}{52}.$$

Answer: \(1/52\).

Problem 8.1.13 Solution

Step 1 — Total marbles: \(6 + 7 + 7 = 20\), so \(n(S) = 20\).

Step 2 — Probability of red:

$$P(\text{red}) \;=\; \frac{6}{20} \;=\; \frac{3}{10}.$$

Answer: \(3/10\).

Problem 8.1.14 Solution

Step 1 — Count white marbles: There are \(7\) white marbles out of \(20\).

Step 2 — Compute the probability:

$$P(\text{white}) \;=\; \frac{7}{20}.$$

Answer: \(7/20\).

Problem 8.1.15 Solution

Step 1 — Combine the two disjoint events: Red and blue marbles never overlap (each marble is one color), so add:

$$n(\text{red or blue}) = 6 + 7 = 13.$$

Step 2 — Compute the probability:

$$P(\text{red or blue}) \;=\; \frac{13}{20}.$$

Answer: \(13/20\).

Problem 8.1.16 Solution

Step 1 — Check for overlap: A single marble cannot be both red and blue. There are no outcomes in this event.

Step 2 — Compute the probability:

$$P(\text{red and blue}) \;=\; \frac{0}{20} \;=\; 0.$$

Answer: \(0\).

Problem 8.1.17 Solution

Step 1 — Sample space for three children:

$$S = \{BBB, BBG, BGB, BGG, GBB, GBG, GGB, GGG\}, \quad n(S) = 8.$$

Step 2 — Identify the event: "Two boys and a girl" matches \(BBG, BGB, GBB\), so \(n(E) = 3\).

Step 3 — Compute:

$$P(\text{two boys, one girl}) \;=\; \frac{3}{8}.$$

Answer: \(3/8\).

Problem 8.1.18 Solution

Step 1 — Use the complement: "At least one boy" excludes only \(GGG\). So \(n(E) = 8 - 1 = 7\).

Step 2 — Compute:

$$P(\text{at least one boy}) \;=\; \frac{7}{8}.$$

Answer: \(7/8\).

Problem 8.1.19 Solution

Step 1 — Identify the complement: The event "children of both sexes" is everything except \(BBB\) and \(GGG\). Thus \(n(E) = 8 - 2 = 6\).

Step 2 — Compute:

$$P(\text{both sexes}) \;=\; \frac{6}{8} \;=\; \frac{3}{4}.$$

Answer: \(3/4\).

Problem 8.1.20 Solution

Step 1 — Enumerate "at most one girl": Either 0 girls (\(BBB\)) or exactly 1 girl (\(BBG, BGB, GBB\)). Total: \(n(E) = 4\).

Step 2 — Compute:

$$P(\text{at most one girl}) \;=\; \frac{4}{8} \;=\; \frac{1}{2}.$$

Answer: \(1/2\).

Problem 8.1.21 Solution

Step 1 — Fix the first and third positions to \(B\): The second child is free. Outcomes: \(BBB, BGB\). So \(n(E) = 2\).

Step 2 — Compute:

$$P(\text{first and third are male}) \;=\; \frac{2}{8} \;=\; \frac{1}{4}.$$

Answer: \(1/4\).

Problem 8.1.22 Solution

Step 1 — Identify same-gender outcomes: Only \(BBB\) and \(GGG\). So \(n(E) = 2\).

Step 2 — Compute:

$$P(\text{all same gender}) \;=\; \frac{2}{8} \;=\; \frac{1}{4}.$$

Answer: \(1/4\).

Problem 8.1.23 Solution

Step 1 — Sample space size: Two dice give \(n(S) = 36\).

Step 2 — Pairs summing to 5: \((1,4), (2,3), (3,2), (4,1)\), so \(n(E) = 4\).

Step 3 — Compute:

$$P(\text{sum} = 5) \;=\; \frac{4}{36} \;=\; \frac{1}{9}.$$

Answer: \(1/9\).

Problem 8.1.24 Solution

Step 1 — Pairs summing to 8: \((2,6), (3,5), (4,4), (5,3), (6,2)\), so \(n(E) = 5\).

Step 2 — Compute:

$$P(\text{sum} = 8) \;=\; \frac{5}{36}.$$

Answer: \(5/36\).

Problem 8.1.25 Solution

Step 1 — Pairs summing to 3: \((1,2),(2,1)\), 2 outcomes.

Step 2 — Pairs summing to 6: \((1,5),(2,4),(3,3),(4,2),(5,1)\), 5 outcomes.

Step 3 — Add (the events are disjoint) and compute:

$$P(\text{sum} = 3 \text{ or } 6) \;=\; \frac{2 + 5}{36} \;=\; \frac{7}{36}.$$

Answer: \(7/36\).

Problem 8.1.26 Solution

Step 1 — Pairs with sum > 10: Sum 11: \((5,6),(6,5)\); sum 12: \((6,6)\). Total \(n(E) = 3\).

Step 2 — Compute:

$$P(\text{sum} > 10) \;=\; \frac{3}{36} \;=\; \frac{1}{12}.$$

Answer: \(1/12\).

Problem 8.1.27 Solution

Step 1 — Identify doubles: \((1,1),(2,2),(3,3),(4,4),(5,5),(6,6)\), so \(n(E) = 6\).

Step 2 — Compute:

$$P(\text{double}) \;=\; \frac{6}{36} \;=\; \frac{1}{6}.$$

Answer: \(1/6\).

Problem 8.1.28 Solution

Step 1 — Sample space without replacement: Two distinct ordered marbles from \(\{1,2,3,4\}\): \(n(S) = 4 \times 3 = 12\).

Step 2 — Pairs summing to 5: \((1,4),(2,3),(3,2),(4,1)\), so \(n(E) = 4\).

Step 3 — Compute:

$$P(\text{sum} = 5) \;=\; \frac{4}{12} \;=\; \frac{1}{3}.$$

Answer: \(1/3\).

Problem 8.1.29 Solution

Step 1 — Enumerate ordered pairs with odd sum: A sum is odd when one marble is odd and the other is even. Listing all 12 outcomes and their sums:

PairSum
(1,2)3 (odd)
(1,3)4
(1,4)5 (odd)
(2,1)3 (odd)
(2,3)5 (odd)
(2,4)6
(3,1)4
(3,2)5 (odd)
(3,4)7 (odd)
(4,1)5 (odd)
(4,2)6
(4,3)7 (odd)

That gives \(n(E) = 8\) odd-sum pairs.

Step 2 — Compute:

$$P(\text{sum is odd}) \;=\; \frac{8}{12} \;=\; \frac{2}{3}.$$

Answer: \(2/3\).

Problem 8.1.30 Solution

Step 1 — Maximum possible sum: Without replacement, the largest sum is \(3 + 4 = 7\). A sum of 9 is impossible.

Step 2 — Compute:

$$P(\text{sum} = 9) \;=\; \frac{0}{12} \;=\; 0.$$

Answer: \(0\).

Problem 8.1.31 Solution

Step 1 — Pairs containing a 3: \((1,3),(2,3),(3,1),(3,2),(3,4),(4,3)\), so \(n(E) = 6\).

Step 2 — Compute:

$$P(\text{one of the numbers is 3}) \;=\; \frac{6}{12} \;=\; \frac{1}{2}.$$

Answer: \(1/2\).

Problem 8.1.32 Solution

Step 1 — Sample space with replacement: \(n(S) = 4 \times 4 = 16\) ordered pairs.

Step 2 — Pairs summing to 5: \((1,4),(2,3),(3,2),(4,1)\), so \(n(E) = 4\).

Step 3 — Compute:

$$P(\text{sum} = 5) \;=\; \frac{4}{16} \;=\; \frac{1}{4}.$$

Answer: \(1/4\).

Problem 8.1.33 Solution

Step 1 — Pairs summing to 2: With replacement only \((1,1)\) gives sum 2, so \(n(E) = 1\).

Step 2 — Compute:

$$P(\text{sum} = 2) \;=\; \frac{1}{16}.$$

Answer: \(1/16\).

8.2 Mutually Exclusive Events and the Addition Rule

Learning Objectives

By the end of this section, you will be able to:

In this section, you will learn to:
  1. Describe compound events using union, intersection, and complement.
  2. Identify mutually exclusive events.
  3. Use the Addition Rule to compute probabilities of unions of events.

8.2.1 Set Operations on Events

In the previous chapter we saw how to take the union, intersection, and complement of sets. Events in a probability experiment are themselves subsets of the sample space, so the same operations apply — and they let us describe compound questions like "\(A\) or \(B\)," "\(A\) and \(B\)," and "not \(A\)."

Definition 8.4: Union, Intersection, Complement of Events

Source: Applied Finite Mathematics

Let \(E\) and \(F\) be events in a sample space \(S\).

  • The union \(E \cup F\) is the set of outcomes that lie in \(E\), in \(F\), or in both.
  • The intersection \(E \cap F\) is the set of outcomes that lie in both \(E\) and \(F\).
  • The complement \(\overline{E}\) is the set of outcomes in \(S\) that are not in \(E\).

A useful consequence of the complement: if \(n(S) = n\) and \(n(E) = k\), then \(n(\overline{E}) = n - k\), so

$$P(\overline{E}) \;=\; \frac{n - k}{n} \;=\; 1 - \frac{k}{n} \;=\; 1 - P(E).$$
Context Pause: Why bother re-using set notation for events?

Probability is built on counting, and counting works the same whether the objects are numbers, students, or experimental outcomes. Reusing the language of sets — union, intersection, complement — means every fact you already know about sets carries straight into probability. Drawing a Venn diagram for an event problem isn't a clever trick; it's the natural picture.

Insight Note: The complement rule is your "easy mode"

Whenever an event sounds like at least one, not all, or fewer than two, ask whether its complement is easier to describe. "At least one head in five tosses" has 31 outcomes; its complement, "no heads at all," has just 1. Computing \(P(\overline{E}) = 1 - P(E)\) often saves a lot of casework.

8.2.2 Mutually Exclusive Events

The events that interest us most often are those whose outcomes do not overlap.

Definition 8.5: Mutually Exclusive Events

Source: Applied Finite Mathematics

Two events \(E\) and \(F\) are mutually exclusive (also called disjoint) if they share no outcomes:

$$E \cap F = \varnothing, \quad \text{equivalently} \quad P(E \cap F) = 0.$$
Context Pause: "Mutually exclusive" is a yes/no property of events

"Mutually exclusive" is the language for events that cannot both happen in the same trial. Drawing a single card cannot give you both a king and a 7 — those two events are mutually exclusive. But it can give you both a king and a heart (the King of Hearts), so those two events are not mutually exclusive. The probability \(P(E \cap F)\) measures the overlap; mutually exclusive means that overlap is zero.

8.2.3 The Addition Rule for Probability

When we want \(P(E \cup F)\) — the probability that \(E\) happens, or \(F\) happens, or both — a quick attempt is to add \(P(E) + P(F)\). That works only when the events do not overlap. Otherwise we double-count the overlap and have to subtract it back out.

The pattern in Example 8.2.4 is the Addition Rule — it always adjusts for the overlap.

Addition Rule for Probability

For any events \(E\) and \(F\) in the same sample space,

$$P(E \cup F) \;=\; P(E) + P(F) - P(E \cap F).$$

When \(E\) and \(F\) are mutually exclusive, \(P(E \cap F) = 0\), so the rule simplifies to

$$P(E \cup F) \;=\; P(E) + P(F).$$
Insight Note: The Addition Rule is just inclusion–exclusion

If you draw a Venn diagram for two events, you will see that \(n(E) + n(F)\) counts the lens-shaped overlap twice. Subtracting \(n(E \cap F)\) once corrects the count. Dividing through by \(n(S)\) turns the count into a probability — and that's the Addition Rule.

8.2.4 Two-Way Tables and the Addition Rule

A two-way (cross-classification) table neatly displays a sample space split by two attributes. Probabilities of unions and intersections are read off the table directly.

Problem Set 8.2

Source: Applied Finite Mathematics

Determine whether the following pairs of events are mutually exclusive.

Problem 34. \(A = \{\text{a person earns more than } \$25{,}000\}\), \(B = \{\text{a person earns less than } \$20{,}000\}\).

Problem 35. A card is drawn from a deck. \(C = \{\text{it is a King}\}\), \(D = \{\text{it is a heart}\}\).

Problem 36. A die is rolled. \(E = \{\text{an even number shows}\}\), \(F = \{\text{a number greater than 3 shows}\}\).

Problem 37. Two dice are rolled. \(G = \{\text{the sum of the dice is 8}\}\), \(H = \{\text{one die shows a 6}\}\).

Problem 38. Three coins are tossed. \(I = \{\text{two heads come up}\}\), \(J = \{\text{at least one tail comes up}\}\).

Problem 39. A family has three children. \(K = \{\text{first born is a boy}\}\), \(L = \{\text{the family has children of both sexes}\}\).

Use the Addition Rule to find the following probabilities.

Problem 40. A card is drawn from a deck. Events \(C\) and \(D\) are: \(C = \{\text{it is a king}\}\), \(D = \{\text{it is a heart}\}\). Find \(P(C \cup D)\).

Problem 41. A die is rolled. Events \(E\) and \(F\) are: \(E = \{\text{an even number shows}\}\), \(F = \{\text{a number greater than 3 shows}\}\). Find \(P(E \cup F)\).

Problem 42. Two dice are rolled. Events \(G\) and \(H\) are: \(G = \{\text{the sum of the dice is 8}\}\), \(H = \{\text{exactly one die shows a 6}\}\). Find \(P(G \cup H)\).

Problem 43. Three coins are tossed. Events \(I\) and \(J\) are: \(I = \{\text{two heads come up}\}\), \(J = \{\text{at least one tail comes up}\}\). Find \(P(I \cup J)\).

Use the Addition Rule to find the following probabilities.

Problem 44. At a college, 20% of the students take Finite Mathematics, 30% take Statistics, and 10% take both. What percent of students take Finite Mathematics or Statistics?

Problem 45. This quarter there is a 50% chance that Jason will pass Accounting, a 60% chance that he will pass English, and an 80% chance that he will pass at least one of these two courses. What is the probability that he will pass both Accounting and English?

Questions 8.2.13–8.2.20 refer to the following table, the distribution of Democratic and Republican U.S. senators by gender in the 114th Congress as of January 2015.

Male (M)Female (F)Total
Democrats (D)301444
Republicans (R)48654
Other (T)202
Total8020100

Use this table to determine the following probabilities.

Problem 46. \(P(M \cap D)\)

Problem 47. \(P(F \cap R)\)

Problem 48. \(P(M \cup D)\)

Problem 49. \(P(F \cup R)\)

Problem 50. \(P(\overline{M} \cup R)\)

Problem 51. \(P(M \cup F)\)

Problem 52. Are the events \(F\) and \(R\) mutually exclusive? Use probabilities to support your conclusion.

Problem 53. Are the events \(F\) and \(T\) mutually exclusive? Use probabilities to support your conclusion.

Use the Addition Rule to find the following probabilities.

Problem 54. If \(P(E) = 0.5\), \(P(F) = 0.4\), and \(E\) and \(F\) are mutually exclusive, find \(P(E \cap F)\).

Problem 55. If \(P(E) = 0.4\), \(P(F) = 0.2\), and \(E\) and \(F\) are mutually exclusive, find \(P(E \cup F)\).

Problem 56. If \(P(E) = 0.3\), \(P(E \cup F) = 0.6\), and \(P(E \cap F) = 0.2\), find \(P(F)\).

Problem 57. If \(P(E) = 0.4\), \(P(F) = 0.5\), and \(P(E \cup F) = 0.7\), find \(P(E \cap F)\).

Problem 58. In a box of assorted cookies, 36% of cookies contain chocolate and 12% of cookies contain nuts. 8% of cookies have both chocolate and nuts. Sean is allergic to chocolate and nuts. Find the probability that a cookie has chocolate or nuts (he can't eat it).

Problem 59. At a college, 72% of courses have final exams and 46% of courses require research papers. 32% of courses have both a research paper and a final exam. Let \(F\) be the event that a course has a final exam and \(R\) be the event that a course requires a research paper. Find the probability that a course requires a final exam or a research paper.

Problem 8.2.1 Solution

Step 1 — Compare the events: A person cannot earn more than \$25,000 and less than \$20,000 simultaneously.

Step 2 — Conclude:

$$A \cap B = \varnothing.$$

Answer: \(A\) and \(B\) are mutually exclusive.

Problem 8.2.2 Solution

Step 1 — Identify the overlap: The King of Hearts is both a King and a heart, so it lies in both events.

Step 2 — Conclude:

$$C \cap D = \{\text{King of Hearts}\} \neq \varnothing.$$

Answer: \(C\) and \(D\) are not mutually exclusive.

Problem 8.2.3 Solution

Step 1 — List the events: \(E = \{2, 4, 6\}\) (even) and \(F = \{4, 5, 6\}\) (greater than 3).

Step 2 — Compute the intersection:

$$E \cap F = \{4, 6\} \neq \varnothing.$$

Answer: \(E\) and \(F\) are not mutually exclusive.

Problem 8.2.4 Solution

Step 1 — Sum-equals-8 outcomes:

$$G = \{(2,6),(3,5),(4,4),(5,3),(6,2)\}.$$

Step 2 — Outcomes where one die shows a 6: All ordered pairs containing a 6 — many — but those that also lie in \(G\) are \((2,6)\) and \((6,2)\).

Step 3 — Conclude:

$$G \cap H = \{(2,6),(6,2)\} \neq \varnothing.$$

Answer: \(G\) and \(H\) are not mutually exclusive.

Problem 8.2.5 Solution

Step 1 — List the events: \(I = \{HHT, HTH, THH\}\) (exactly two heads) and \(J = \) all outcomes with at least one tail \(= S \setminus \{HHH\}\).

Step 2 — Intersection: Every outcome in \(I\) has at least one tail, so

$$I \cap J = I = \{HHT, HTH, THH\} \neq \varnothing.$$

Answer: \(I\) and \(J\) are not mutually exclusive.

Problem 8.2.6 Solution

Step 1 — List the events: \(K = \{BBB, BBG, BGB, BGG\}\) (first born is a boy). \(L\) excludes the all-same-gender outcomes \(BBB\) and \(GGG\), so \(L = \{BBG, BGB, BGG, GBB, GBG, GGB\}\).

Step 2 — Intersection:

$$K \cap L = \{BBG, BGB, BGG\} \neq \varnothing.$$

Answer: \(K\) and \(L\) are not mutually exclusive.

Problem 8.2.7 Solution

Step 1 — Component probabilities: \(P(C) = 4/52\) (kings), \(P(D) = 13/52\) (hearts), \(P(C \cap D) = 1/52\) (King of Hearts).

Step 2 — Apply the Addition Rule:

$$P(C \cup D) = \frac{4}{52} + \frac{13}{52} - \frac{1}{52} = \frac{16}{52} = \frac{4}{13}.$$

Answer: \(4/13\).

Problem 8.2.8 Solution

Step 1 — Identify events on a single die: \(E = \{2, 4, 6\}\), \(F = \{4, 5, 6\}\), \(E \cap F = \{4, 6\}\).

Step 2 — Apply the Addition Rule:

$$P(E \cup F) = \frac{3}{6} + \frac{3}{6} - \frac{2}{6} = \frac{4}{6} = \frac{2}{3}.$$

Answer: \(2/3\).

Problem 8.2.9 Solution

Step 1 — Count \(G\): sum equals 8 → \((2,6),(3,5),(4,4),(5,3),(6,2)\), so \(n(G) = 5\).

Step 2 — Count \(H\): exactly one die shows a 6 → 10 ordered pairs containing exactly one 6 (excluding \((6,6)\)).

Step 3 — Count \(G \cap H\): \((2,6)\) and \((6,2)\), so \(n(G \cap H) = 2\).

Step 4 — Apply the Addition Rule:

$$P(G \cup H) = \frac{5}{36} + \frac{10}{36} - \frac{2}{36} = \frac{13}{36}.$$

Answer: \(13/36\).

Problem 8.2.10 Solution

Step 1 — Identify events for three coins: \(I = \{HHT, HTH, THH\}\), so \(P(I) = 3/8\). \(J\) excludes only \(HHH\), so \(P(J) = 7/8\). Every outcome in \(I\) has at least one tail, so \(I \cap J = I\) and \(P(I \cap J) = 3/8\).

Step 2 — Apply the Addition Rule:

$$P(I \cup J) = \frac{3}{8} + \frac{7}{8} - \frac{3}{8} = \frac{7}{8}.$$

Answer: \(7/8\).

Problem 8.2.11 Solution

Step 1 — Set up: \(P(F) = 0.20\), \(P(S) = 0.30\), \(P(F \cap S) = 0.10\).

Step 2 — Apply the Addition Rule:

$$P(F \cup S) = 0.20 + 0.30 - 0.10 = 0.40.$$

Answer: \(40\%\).

Problem 8.2.12 Solution

Step 1 — Solve the Addition Rule for the intersection: \(P(A \cup E) = P(A) + P(E) - P(A \cap E)\), so

$$P(A \cap E) = P(A) + P(E) - P(A \cup E) = 0.50 + 0.60 - 0.80 = 0.30.$$

Answer: \(30\%\).

Problem 8.2.13 Solution

Step 1 — Read the table cell: The "male Democrat" cell is 30 out of 100.

Step 2 — Compute:

$$P(M \cap D) = \frac{30}{100} = \frac{3}{10}.$$

Answer: \(0.30\).

Problem 8.2.14 Solution

Step 1 — Read the table cell: The "female Republican" cell is 6 out of 100.

Step 2 — Compute:

$$P(F \cap R) = \frac{6}{100} = \frac{3}{50}.$$

Answer: \(0.06\).

Problem 8.2.15 Solution

Step 1 — Component totals: \(P(M) = 80/100\), \(P(D) = 44/100\), \(P(M \cap D) = 30/100\).

Step 2 — Apply the Addition Rule:

$$P(M \cup D) = \frac{80 + 44 - 30}{100} = \frac{94}{100} = \frac{47}{50}.$$

Answer: \(0.94\).

Problem 8.2.16 Solution

Step 1 — Component totals: \(P(F) = 20/100\), \(P(R) = 54/100\), \(P(F \cap R) = 6/100\).

Step 2 — Apply the Addition Rule:

$$P(F \cup R) = \frac{20 + 54 - 6}{100} = \frac{68}{100} = \frac{17}{25}.$$

Answer: \(0.68\).

Problem 8.2.17 Solution

Step 1 — \(\overline{M}\) is "not male" = female: \(P(\overline{M}) = 20/100\). \(P(R) = 54/100\). \(\overline{M} \cap R\) is "female and Republican" = 6/100.

Step 2 — Apply the Addition Rule:

$$P(\overline{M} \cup R) = \frac{20 + 54 - 6}{100} = \frac{68}{100} = \frac{17}{25}.$$

Answer: \(0.68\).

Problem 8.2.18 Solution

Step 1 — \(M\) and \(F\) are mutually exclusive: A senator is either male or female (no overlap), so \(P(M \cap F) = 0\).

Step 2 — Apply the Addition Rule:

$$P(M \cup F) = \frac{80}{100} + \frac{20}{100} - 0 = 1.$$

Answer: \(1\) (every senator is in \(M\) or \(F\)).

Problem 8.2.19 Solution

Step 1 — Look at \(P(F \cap R)\): The female Republican cell is 6, so \(P(F \cap R) = 6/100 = 0.06 > 0\).

Step 2 — Conclude: Because the intersection probability is not zero, the events overlap.

Answer: \(F\) and \(R\) are not mutually exclusive.

Problem 8.2.20 Solution

Step 1 — Look at \(P(F \cap T)\): The female "Other" cell is 0, so \(P(F \cap T) = 0\).

Step 2 — Conclude: With zero overlap probability the events cannot occur together.

Answer: \(F\) and \(T\) are mutually exclusive (in this dataset).

Problem 8.2.21 Solution

Step 1 — Apply the definition of mutually exclusive:

$$E \cap F = \varnothing \;\Longrightarrow\; P(E \cap F) = 0.$$

Answer: \(P(E \cap F) = 0\).

Problem 8.2.22 Solution

Step 1 — Mutually exclusive simplifies the rule:

$$P(E \cup F) = P(E) + P(F) = 0.4 + 0.2 = 0.6.$$

Answer: \(0.6\).

Problem 8.2.23 Solution

Step 1 — Solve the Addition Rule for \(P(F)\):

$$P(E \cup F) = P(E) + P(F) - P(E \cap F) \;\Longrightarrow\; P(F) = P(E \cup F) - P(E) + P(E \cap F).$$

Step 2 — Plug in:

$$P(F) = 0.6 - 0.3 + 0.2 = 0.5.$$

Answer: \(0.5\).

Problem 8.2.24 Solution

Step 1 — Solve the Addition Rule for the intersection:

$$P(E \cap F) = P(E) + P(F) - P(E \cup F) = 0.4 + 0.5 - 0.7 = 0.2.$$

Answer: \(0.2\).

Problem 8.2.25 Solution

Step 1 — Set up the events: \(C = \{\text{contains chocolate}\}\), \(N = \{\text{contains nuts}\}\). \(P(C) = 0.36\), \(P(N) = 0.12\), \(P(C \cap N) = 0.08\).

Step 2 — Apply the Addition Rule:

$$P(C \cup N) = 0.36 + 0.12 - 0.08 = 0.40.$$

Answer: \(40\%\) of cookies contain chocolate or nuts (so Sean cannot eat them).

Problem 8.2.26 Solution

Step 1 — Set up: \(P(F) = 0.72\), \(P(R) = 0.46\), \(P(F \cap R) = 0.32\).

Step 2 — Apply the Addition Rule:

$$P(F \cup R) = 0.72 + 0.46 - 0.32 = 0.86.$$

Answer: \(86\%\).

8.3 Probability Using Tree Diagrams and Combinations

Learning Objectives

By the end of this section, you will be able to:

In this section, you will learn to:
  1. Use probability tree diagrams to compute probabilities of sequences of events.
  2. Use combinations to compute probabilities when order does not matter.
  3. Apply the complement rule to "at least one" problems.

8.3.1 Tree Diagrams for Sequential Events

When an experiment unfolds in stages — first one card is drawn, then another; first one marble, then a second — a tree diagram organizes every possible path through the stages and the probability along each branch.

Procedure: Reading a Probability Tree

  1. Each stage of the experiment becomes one level of the tree.
  2. The probability written on each branch is the conditional probability of that branch given everything earlier on the path.
  3. To find the probability of a specific path, multiply the branch probabilities along it.
  4. To find the probability of an event that includes several paths, add the path probabilities.
Context Pause: Why we multiply along a branch

The branch probabilities are conditional on the events earlier in the path. Their product is the joint probability that all those events happen in sequence — the multiplication axiom from Chapter 7. Tree diagrams are just a visual bookkeeping system for the multiplication axiom, with addition over disjoint paths layered on top.

Insight Note: When sampling without replacement, denominators shrink

Drawing two apples from a basket of 8 (5 red, 3 yellow) without replacement: the first draw has 8 in the denominator; the second has 7, because one apple is gone. If you ever forget whether to subtract from the denominator, ask: "Is the apple I just drew still in the basket?" If no, the denominator goes down by one.

8.3.2 Counting with Combinations

When order doesn't matter — picking a committee, a hand of cards, a playlist — counting outcomes with combinations \(C(n, r)\) is faster than enumerating tree paths.

Definition 8.6: Probability via Combinations

Source: Applied Finite Mathematics

If the sample space consists of equally likely unordered selections of \(r\) objects from a population of \(n\), and the event \(E\) corresponds to a set of those selections, then

$$P(E) \;=\; \frac{\text{number of favorable combinations}}{C(n, r)}.$$

The number of favorable combinations is found by multiplying combinations chosen separately from each subgroup.

8.3.3 "At Least One" via the Complement

Whenever an event reads at least one or no fewer than \(k\), the complement is usually easier — none or fewer than \(k\). Compute the complement and subtract from 1.

Insight Note: The complement is often a one-liner

Direct counting of "at least one red" requires summing several cases (1 red, 2 reds, 3 reds). The complement collapses all of that into a single combination ratio. When you see "at least one," try the complement first.

8.3.4 The Birthday Problem

The Birthday Problem asks: in a group of \(k\) people, what's the probability that at least two share a birthday? It's a classic illustration of "at least one" via the complement.

Context Pause: Why the answer is "more than you'd guess"

With only 5 people the probability is small (about \(2.7\%\)), but the answer climbs surprisingly fast. With 23 people the probability of a shared birthday already exceeds \(50\%\). The reason is combinatorial: the number of pairs in a group of \(n\) is \(C(n, 2)\), which grows much faster than \(n\) itself. With 23 people there are \(C(23, 2) = 253\) pairs — each one a chance for a match.

Problem Set 8.3

Source: Applied Finite Mathematics

Two apples are chosen from a basket containing five red and three yellow apples. Draw a tree diagram and find the following probabilities.

Problem 60. \(P(\text{both red})\)

Problem 61. \(P(\text{one red, one yellow})\)

Problem 62. \(P(\text{both yellow})\)

Problem 63. \(P(\text{first red and second yellow})\)

A basket contains six red and four blue marbles. Three marbles are drawn at random. Find the following probabilities using sequential branch products (do not use combinations).

Problem 64. \(P(\text{all three red})\)

Problem 65. \(P(\text{two red, one blue})\)

Problem 66. \(P(\text{one red, two blue})\)

Problem 67. \(P(\text{first red, second blue, third red})\)

Three marbles are drawn from a jar containing five red, four white, and three blue marbles. Find the following probabilities using combinations.

Problem 68. \(P(\text{all three red})\)

Problem 69. \(P(\text{two white and one blue})\)

Problem 70. \(P(\text{none white})\)

Problem 71. \(P(\text{at least one red})\)

A committee of four is selected from a total of 4 freshmen, 5 sophomores, and 6 juniors. Find the probabilities of the following events.

Problem 72. At least three freshmen.

Problem 73. No sophomores.

Problem 74. All four of the same class.

Problem 75. Not all four from the same class.

Problem 76. Exactly three of the same class.

Problem 77. More juniors than freshmen and sophomores combined.

Five cards are drawn from a standard 52-card deck. Find the probabilities of the following events.

Problem 78. Two hearts, two spades, and one club.

Problem 79. A flush of any suit (all five cards of a single suit).

Problem 80. A full house of nines and tens (three nines and two tens).

Problem 81. Any full house.

Problem 82. A pair of nines and a pair of tens (and the fifth card is not a nine or a ten).

Problem 83. Any two pairs (two cards of one value, two more cards of another value, and the fifth card does not match either pair).

Jorge has 6 rock songs, 7 rap songs, and 4 country songs that he likes for exercising. He randomly selects 6 songs to make a workout playlist. Find the following probabilities.

Problem 84. \(P(\text{playlist has 2 songs of each type})\)

Problem 85. \(P(\text{playlist has no country songs})\)

Problem 86. \(P(\text{playlist has 3 rock, 2 rap, and 1 country song})\)

Problem 87. \(P(\text{playlist has 3 or 4 rock songs and the rest are rap})\)

A project is staffed by 12 people: 5 engineers, 4 salespeople, and 3 customer service representatives. A committee of 5 is selected at random to present to senior management. Find the probabilities of the following events.

Problem 88. The committee has 2 engineers, 2 salespeople, and 1 customer service representative.

Problem 89. The committee contains 3 engineers and 2 salespeople.

Problem 90. The committee has no engineers.

Problem 91. The committee has all salespeople.

Birthday problems (assume 365 equally likely birthdays and ignore leap years).

Problem 92. If there are 5 people in a room, what is the probability that no two share a birthday?

Problem 93. If there are 5 people in a room, find the probability that at least 2 share a birthday.

Problem 8.3.1 Solution

Step 1 — First red: \(P = 5/8\).

Step 2 — Second red, given the first was red: one red apple is gone, so \(P = 4/7\).

Step 3 — Multiply:

$$P(\text{both red}) = \frac{5}{8}\cdot\frac{4}{7} = \frac{20}{56} = \frac{5}{14}.$$

Answer: \(5/14\).

Problem 8.3.2 Solution

Step 1 — Two paths give one red and one yellow: R then Y, or Y then R.

Step 2 — Path probabilities: \(\frac{5}{8}\cdot\frac{3}{7} = \frac{15}{56}\) and \(\frac{3}{8}\cdot\frac{5}{7} = \frac{15}{56}\).

Step 3 — Add the disjoint paths:

$$P = \frac{15}{56} + \frac{15}{56} = \frac{30}{56} = \frac{15}{28}.$$

Answer: \(15/28\).

Problem 8.3.3 Solution

Step 1 — Path Y → Y: \(P = \frac{3}{8}\cdot\frac{2}{7} = \frac{6}{56} = \frac{3}{28}\).

Answer: \(3/28\).

Problem 8.3.4 Solution

Step 1 — Single path R then Y: \(P = \frac{5}{8}\cdot\frac{3}{7} = \frac{15}{56}\).

Answer: \(15/56\).

Problem 8.3.5 Solution

Step 1 — Sequential branches: \(\frac{6}{10}\cdot\frac{5}{9}\cdot\frac{4}{8}\).

Step 2 — Multiply:

$$P = \frac{6 \cdot 5 \cdot 4}{10 \cdot 9 \cdot 8} = \frac{120}{720} = \frac{1}{6}.$$

Answer: \(1/6\).

Problem 8.3.6 Solution

Step 1 — Three orderings give 2 red and 1 blue: RRB, RBR, BRR. Each path uses the same six numerators in some order, so each has the same probability:

$$\frac{6}{10}\cdot\frac{5}{9}\cdot\frac{4}{8} = \frac{120}{720}.$$

Step 2 — Sum the three disjoint paths:

$$P = 3 \cdot \frac{120}{720} = \frac{360}{720} = \frac{1}{2}.$$

Answer: \(1/2\).

Problem 8.3.7 Solution

Step 1 — Three orderings give 1 red and 2 blue: RBB, BRB, BBR. Each has probability \(\frac{6 \cdot 4 \cdot 3}{10 \cdot 9 \cdot 8} = \frac{72}{720}\).

Step 2 — Sum:

$$P = 3 \cdot \frac{72}{720} = \frac{216}{720} = \frac{3}{10}.$$

Answer: \(3/10\).

Problem 8.3.8 Solution

Step 1 — Single ordered path R, B, R:

$$P = \frac{6}{10}\cdot\frac{4}{9}\cdot\frac{5}{8} = \frac{120}{720} = \frac{1}{6}.$$

Answer: \(1/6\).

Problem 8.3.9 Solution

Step 1 — Total ways: \(C(12, 3) = 220\).

Step 2 — Favorable: \(C(5, 3) = 10\).

Step 3 — Probability:

$$P = \frac{10}{220} = \frac{1}{22}.$$

Answer: \(1/22\).

Problem 8.3.10 Solution

Step 1 — Choose 2 of 4 whites and 1 of 3 blues: \(C(4,2)\cdot C(3,1) = 6 \cdot 3 = 18\).

Step 2 — Probability:

$$P = \frac{18}{220} = \frac{9}{110}.$$

Answer: \(9/110\).

Problem 8.3.11 Solution

Step 1 — Pick all 3 from the 8 non-white marbles: \(C(8,3) = 56\).

Step 2 — Probability:

$$P = \frac{56}{220} = \frac{14}{55}.$$

Answer: \(14/55\).

Problem 8.3.12 Solution

Step 1 — Use the complement "no reds at all": pick all 3 from the 7 non-red marbles. \(C(7,3) = 35\), so

$$P(\text{no reds}) = \frac{35}{220} = \frac{7}{44}.$$

Step 2 — Subtract from 1:

$$P(\text{at least one red}) = 1 - \frac{7}{44} = \frac{37}{44}.$$

Answer: \(37/44\).

Problem 8.3.13 Solution

Step 1 — Total ways: \(C(15, 4) = 1365\).

Step 2 — Favorable. "At least three freshmen" = (3 freshmen + 1 other) + (4 freshmen):

$$C(4,3)\cdot C(11,1) + C(4,4) = 4 \cdot 11 + 1 = 45.$$

Step 3 — Probability:

$$P = \frac{45}{1365} = \frac{3}{91}.$$

Answer: \(3/91\).

Problem 8.3.14 Solution

Step 1 — Pick 4 from non-sophomores (10 of them): \(C(10, 4) = 210\).

Step 2 — Probability:

$$P = \frac{210}{1365} = \frac{2}{13}.$$

Answer: \(2/13\).

Problem 8.3.15 Solution

Step 1 — Sum the all-same-class counts: \(C(4,4) + C(5,4) + C(6,4) = 1 + 5 + 15 = 21\).

Step 2 — Probability:

$$P = \frac{21}{1365} = \frac{1}{65}.$$

Answer: \(1/65\).

Problem 8.3.16 Solution

Step 1 — Use the complement of 8.3.15:

$$P = 1 - \frac{1}{65} = \frac{64}{65}.$$

Answer: \(64/65\).

Problem 8.3.17 Solution

Step 1 — For each class, count "exactly 3 from that class + 1 from the other 11":

  • Freshmen: \(C(4,3)\cdot C(11,1) = 4 \cdot 11 = 44\).
  • Sophomores: \(C(5,3)\cdot C(10,1) = 10 \cdot 10 = 100\).
  • Juniors: \(C(6,3)\cdot C(9,1) = 20 \cdot 9 = 180\).

Step 2 — Sum: \(44 + 100 + 180 = 324\).

Step 3 — Probability:

$$P = \frac{324}{1365} = \frac{108}{455}.$$

Answer: \(108/455\).

Problem 8.3.18 Solution

Step 1 — Translate the condition. Let \(J\) be the number of juniors. We need \(J > 4 - J\), so \(J > 2\), i.e. \(J \in \{3, 4\}\).

Step 2 — Count.

  • \(J = 3\): \(C(6,3)\cdot C(9,1) = 20 \cdot 9 = 180\).
  • \(J = 4\): \(C(6,4) = 15\).

Total = \(195\).

Step 3 — Probability:

$$P = \frac{195}{1365} = \frac{1}{7}.$$

Answer: \(1/7\).

Problem 8.3.19 Solution

Step 1 — Total 5-card hands: \(C(52, 5) = 2{,}598{,}960\).

Step 2 — Favorable: \(C(13, 2)\cdot C(13, 2)\cdot C(13, 1) = 78 \cdot 78 \cdot 13 = 79{,}092\).

Step 3 — Probability:

$$P = \frac{79{,}092}{2{,}598{,}960} \approx 0.0304.$$

Answer: \(\dfrac{79{,}092}{2{,}598{,}960} \approx 3.04\%\).

Problem 8.3.20 Solution

Step 1 — Choose suit, then 5 cards of that suit: \(4 \cdot C(13, 5) = 4 \cdot 1287 = 5148\).

Step 2 — Probability (includes straight flushes):

$$P = \frac{5148}{2{,}598{,}960} \approx 0.00198.$$

Answer: about \(0.198\%\) (≈ 1 in 505).

Problem 8.3.21 Solution

Step 1 — Choose 3 of the 4 nines and 2 of the 4 tens: \(C(4,3)\cdot C(4,2) = 4 \cdot 6 = 24\).

Step 2 — Probability:

$$P = \frac{24}{2{,}598{,}960} = \frac{1}{108{,}290}.$$

Answer: \(\dfrac{1}{108{,}290}\).

Problem 8.3.22 Solution

Step 1 — Pick the rank for the triple (13), then 3 of its 4 cards (\(C(4,3)\)). Pick the rank for the pair from the remaining 12, then 2 of its 4 cards (\(C(4,2)\)):

$$13 \cdot 4 \cdot 12 \cdot 6 = 3744.$$

Step 2 — Probability:

$$P = \frac{3744}{2{,}598{,}960} \approx 0.00144.$$

Answer: about \(0.144\%\) (≈ 1 in 694).

Problem 8.3.23 Solution

Step 1 — Two of 4 nines, two of 4 tens, fifth card from the 44 non-nines/non-tens:

$$C(4,2)\cdot C(4,2)\cdot 44 = 6 \cdot 6 \cdot 44 = 1584.$$

Step 2 — Probability:

$$P = \frac{1584}{2{,}598{,}960} \approx 0.000610.$$

Answer: about \(0.061\%\) (≈ 1 in 1640).

Problem 8.3.24 Solution

Step 1 — Pick the two pair ranks: \(C(13, 2) = 78\). From each, pick 2 of 4 cards: \(C(4,2)^{2} = 36\). Pick the fifth card from the remaining \(11 \cdot 4 = 44\) cards.

Step 2 — Multiply:

$$78 \cdot 36 \cdot 44 = 123{,}552.$$

Step 3 — Probability:

$$P = \frac{123{,}552}{2{,}598{,}960} \approx 0.0475.$$

Answer: about \(4.75\%\).

Problem 8.3.25 Solution

Step 1 — Total playlists: \(C(17, 6) = 12{,}376\).

Step 2 — Favorable: 2 of 6 rock, 2 of 7 rap, 2 of 4 country:

$$C(6,2)\cdot C(7,2)\cdot C(4,2) = 15 \cdot 21 \cdot 6 = 1890.$$

Step 3 — Probability:

$$P = \frac{1890}{12{,}376} = \frac{135}{884}.$$

Answer: \(135/884 \approx 0.153\).

Problem 8.3.26 Solution

Step 1 — Pick 6 from the 13 non-country songs: \(C(13, 6) = 1716\).

Step 2 — Probability:

$$P = \frac{1716}{12{,}376} = \frac{33}{238}.$$

Answer: \(33/238 \approx 0.139\).

Problem 8.3.27 Solution

Step 1 — Favorable: \(C(6,3)\cdot C(7,2)\cdot C(4,1) = 20 \cdot 21 \cdot 4 = 1680\).

Step 2 — Probability:

$$P = \frac{1680}{12{,}376} = \frac{30}{221}.$$

Answer: \(30/221 \approx 0.136\).

Problem 8.3.28 Solution

Step 1 — Two cases (no country songs):

  • 3 rock + 3 rap: \(C(6,3)\cdot C(7,3) = 20 \cdot 35 = 700\).
  • 4 rock + 2 rap: \(C(6,4)\cdot C(7,2) = 15 \cdot 21 = 315\).

Step 2 — Sum: \(700 + 315 = 1015\).

Step 3 — Probability:

$$P = \frac{1015}{12{,}376} = \frac{145}{1768}.$$

Answer: \(145/1768 \approx 0.082\).

Problem 8.3.29 Solution

Step 1 — Total committees: \(C(12, 5) = 792\).

Step 2 — Favorable: \(C(5,2)\cdot C(4,2)\cdot C(3,1) = 10 \cdot 6 \cdot 3 = 180\).

Step 3 — Probability:

$$P = \frac{180}{792} = \frac{5}{22}.$$

Answer: \(5/22\).

Problem 8.3.30 Solution

Step 1 — Favorable: \(C(5,3)\cdot C(4,2) = 10 \cdot 6 = 60\).

Step 2 — Probability:

$$P = \frac{60}{792} = \frac{5}{66}.$$

Answer: \(5/66\).

Problem 8.3.31 Solution

Step 1 — Pick all 5 from the 7 non-engineers: \(C(7, 5) = 21\).

Step 2 — Probability:

$$P = \frac{21}{792} = \frac{7}{264}.$$

Answer: \(7/264\).

Problem 8.3.32 Solution

Step 1 — Check feasibility: the committee needs 5 salespeople, but there are only 4.

Step 2 — Conclude:

$$P(\text{all salespeople}) = 0.$$

Answer: \(0\).

Problem 8.3.33 Solution

Step 1 — Sequential distinct birthdays:

$$P(\text{all distinct}) = \frac{365 \cdot 364 \cdot 363 \cdot 362 \cdot 361}{365^{5}}.$$

Step 2 — Evaluate: the product equals approximately \(0.9729\).

Answer: approximately \(0.9729\) (about \(97.3\%\)).

Problem 8.3.34 Solution

Step 1 — Use the complement of 8.3.33:

$$P(\text{at least 2 share}) = 1 - 0.9729 \approx 0.0271.$$

Answer: about \(0.0271\) (about \(2.7\%\)).

8.4 Conditional Probability

Learning Objectives

By the end of this section, you will be able to:

In this section, you will learn to:
  1. Recognize situations that involve conditional probability.
  2. Compute conditional probabilities directly from a reduced sample space and from the formula \(P(E \mid F) = P(E \cap F)/P(F)\).

8.4.1 What "Given That" Means

Suppose a friend asks for the probability that it will snow today. The honest answer depends on where you are.

  • In Boston in winter, the probability is fairly high.
  • In Cupertino in summer, the probability is essentially zero.

Letting \(A\) = "it snows today," \(B\) = "I'm in Boston in winter," and \(C\) = "I'm in Cupertino in summer," we cannot give a single \(P(A)\); we must specify the condition. We write \(P(A \mid B)\) for the probability of \(A\) given \(B\), and \(P(A \mid C)\) for the probability of \(A\) given \(C\).

The vertical bar \(\mid\) is read "given that" or "if we know that". The event of interest sits to the left of the bar; the condition sits to the right.

Context Pause: Why conditional probability shows up everywhere

Almost every real probability question is conditional. Risk of accident given a 16-year-old driver. Likelihood of a defect given the part came from supplier B. Probability of disease given a positive test. The unconditional version is mathematically simpler, but the conditional version is what actually informs decisions, because we usually know something about the situation.

Insight Note: Conditioning shrinks the sample space

Knowing that condition \(F\) holds removes every outcome not in \(F\) from consideration. The new "denominator" is \(n(F)\), and the new "numerator" is the number of outcomes that lie in both the event of interest and \(F\). Drawing the picture (a Venn diagram with the relevant region shaded) makes the formula self-evident.

8.4.2 Computing Conditional Probability from a Reduced Sample Space

When the sample space is small, you can list it, condition on \(F\), and just count.

8.4.3 The Conditional Probability Formula

When the sample space is too large to enumerate, we use a formula. Suppose the experiment has \(n\) equally likely outcomes; suppose \(F\) has \(m\) outcomes and \(E \cap F\) has \(c\) outcomes. Conditioning on \(F\) restricts attention to those \(m\) outcomes; among them, \(c\) are favorable to \(E\). So

$$P(E \mid F) = \frac{c}{m} = \frac{c/n}{m/n} = \frac{P(E \cap F)}{P(F)}.$$

Conditional Probability Formula

For events \(E\) and \(F\) with \(P(F) > 0\),

$$P(E \mid F) \;=\; \frac{P(E \cap F)}{P(F)}.$$

Equivalently, the multiplication rule:

$$P(E \cap F) \;=\; P(F)\, P(E \mid F).$$

8.4.4 Conditional Probability from Two-Way Tables

A two-way table makes conditional probabilities very natural: condition on a row (or column) and read the relative frequency along that row (or column).

Insight Note: \(P(A \mid B)\) and \(P(B \mid A)\) are not the same

Example 8.4.5 made this explicit: \(P(M \mid D) \approx 0.682\), but \(P(D \mid M) = 0.375\). The two ratios share a numerator (the count of male Democrats) but use different denominators (Democrats vs. males). Confusing the two — sometimes called the "prosecutor's fallacy" — is one of the most common probability errors.

Problem Set 8.4

Source: Applied Finite Mathematics

For problems 8.4.1–8.4.4, use the conditional probability formula \(P(A \mid B) = P(A \cap B)/P(B)\).

Problem 94. A card is drawn from a deck. Find \(P(\text{a queen} \mid \text{a face card})\).

Problem 95. A card is drawn from a deck. Find \(P(\text{a queen} \mid \text{a club})\).

Problem 96. A die is rolled. Find the conditional probability that it shows a three given that an odd number has shown.

Problem 97. If \(P(A) = 0.3\), \(P(B) = 0.4\), and \(P(A \cap B) = 0.12\), find:

a) \(P(A \mid B)\)

b) \(P(B \mid A)\)

For problems 8.4.5–8.4.8, use the Senate table:

Male (M)Female (F)Total
Democrats (D)301444
Republicans (R)48654
Other (T)202
Total8020100

Problem 98. \(P(M \mid D)\)

Problem 99. \(P(D \mid M)\)

Problem 100. \(P(F \mid R)\)

Problem 101. \(P(R \mid F)\)

Solve each conditional probability problem.

Problem 102. At a college, 20% of the students take Finite Math, 30% take History, and 5% take both Finite Math and History. If a student is chosen at random, find:

a) \(P(\text{Finite Math} \mid \text{History})\).

b) \(P(\text{History} \mid \text{Finite Math})\).

Problem 103. At a college, 60% of students pass Accounting, 70% pass English, and 30% pass both. If a student is selected at random, find:

a) \(P(\text{Accounting} \mid \text{English})\).

b) \(P(\text{English} \mid \text{Accounting})\).

Problem 104. If \(P(F) = 0.4\) and \(P(E \mid F) = 0.3\), find \(P(E \cap F)\).

Problem 105. \(P(E) = 0.3\), \(P(F) = 0.3\), and \(E\) and \(F\) are mutually exclusive. Find \(P(E \mid F)\).

Problem 106. If \(P(E) = 0.6\) and \(P(E \cap F) = 0.24\), find \(P(F \mid E)\).

Problem 107. If \(P(E \cap F) = 0.04\) and \(P(E \mid F) = 0.1\), find \(P(F)\).

At a college, 72% of courses have final exams and 46% of courses require research papers. 32% of courses have both a research paper and a final exam. Let \(F\) be the event that a course has a final exam and \(R\) be the event that a course requires a research paper.

Problem 108. Find \(P(\text{course has a final exam} \mid \text{course has a research paper})\).

Problem 109. Find \(P(\text{course has a research paper} \mid \text{course has a final exam})\).

Consider a family of three children. Find the following conditional probabilities.

Problem 110. \(P(\text{two boys} \mid \text{first born is a boy})\)

Problem 111. \(P(\text{all girls} \mid \text{at least one girl is born})\)

Problem 112. \(P(\text{children of both sexes} \mid \text{first born is a boy})\)

Problem 113. \(P(\text{all boys} \mid \text{children of both sexes})\)

For problems 8.4.21–8.4.26, use the table below — the highest attained educational status for a sample of U.S. residents age 25+ (data: census.gov, Table 1-01, 2010).

Did not Complete HS (D)HS Grad (H)Some College (C)Associate (A)Bachelor (B)Graduate (G)Total
25–44 (R)952281438118861796
45–64 (S)832561368015067772
65+ (T)9619184368041528
Total2746753631974181692096

Problem 114. \(P(C \mid T)\)

Problem 115. \(P(S \mid A)\)

Problem 116. \(P(C \cap T)\)

Problem 117. \(P(R \mid B)\)

Problem 118. \(P(B \mid R)\)

Problem 119. \(P(G \mid S)\)

Problem 8.4.1 Solution

Step 1 — Apply the formula:

$$P(\text{queen} \mid \text{face card}) = \frac{P(\text{queen} \cap \text{face card})}{P(\text{face card})}.$$

Step 2 — Plug in: every queen is a face card, so \(P(\text{queen} \cap \text{face}) = 4/52\). \(P(\text{face card}) = 12/52\).

$$P = \frac{4/52}{12/52} = \frac{4}{12} = \frac{1}{3}.$$

Answer: \(1/3\).

Problem 8.4.2 Solution

Step 1 — Apply the formula:

$$P(\text{queen} \mid \text{club}) = \frac{P(\text{queen} \cap \text{club})}{P(\text{club})}.$$

Step 2 — Compute. Only the Queen of Clubs is both a queen and a club, so \(P(\text{queen} \cap \text{club}) = 1/52\). \(P(\text{club}) = 13/52\).

$$P = \frac{1/52}{13/52} = \frac{1}{13}.$$

Answer: \(1/13\).

Problem 8.4.3 Solution

Step 1 — Reduce the sample space to "odd": \(\{1, 3, 5\}\) with 3 outcomes.

Step 2 — Count favorable: the result equals 3 in 1 of those.

Step 3 — Compute:

$$P(3 \mid \text{odd}) = \frac{1}{3}.$$

Answer: \(1/3\).

Problem 8.4.4 Solution

Part a:

$$P(A \mid B) = \frac{P(A \cap B)}{P(B)} = \frac{0.12}{0.4} = 0.3.$$

Part b:

$$P(B \mid A) = \frac{P(A \cap B)}{P(A)} = \frac{0.12}{0.3} = 0.4.$$

Answer: a) \(0.3\); b) \(0.4\).

Problem 8.4.5 Solution

Step 1 — Condition on Democrats (44 of them). 30 are male:

$$P(M \mid D) = \frac{30}{44} = \frac{15}{22}.$$

Answer: \(15/22 \approx 0.682\).

Problem 8.4.6 Solution

Step 1 — Condition on males (80 of them). 30 are Democrats:

$$P(D \mid M) = \frac{30}{80} = \frac{3}{8} = 0.375.$$

Answer: \(3/8\).

Problem 8.4.7 Solution

Step 1 — Condition on Republicans (54 of them). 6 are female:

$$P(F \mid R) = \frac{6}{54} = \frac{1}{9}.$$

Answer: \(1/9 \approx 0.111\).

Problem 8.4.8 Solution

Step 1 — Condition on females (20 of them). 6 are Republicans:

$$P(R \mid F) = \frac{6}{20} = \frac{3}{10} = 0.30.$$

Answer: \(3/10\).

Problem 8.4.9 Solution

Let \(M = \{\text{takes Finite Math}\}\) and \(H = \{\text{takes History}\}\). \(P(M) = 0.20\), \(P(H) = 0.30\), \(P(M \cap H) = 0.05\).

Part a — Conditioning on History:

$$P(M \mid H) = \frac{0.05}{0.30} = \frac{1}{6} \approx 0.167.$$

Part b — Conditioning on Finite Math:

$$P(H \mid M) = \frac{0.05}{0.20} = \frac{1}{4} = 0.25.$$

Answer: a) \(1/6\); b) \(1/4\).

Problem 8.4.10 Solution

Let \(A = \{\text{passes Accounting}\}\) and \(E = \{\text{passes English}\}\). \(P(A) = 0.60\), \(P(E) = 0.70\), \(P(A \cap E) = 0.30\).

Part a:

$$P(A \mid E) = \frac{0.30}{0.70} = \frac{3}{7} \approx 0.429.$$

Part b:

$$P(E \mid A) = \frac{0.30}{0.60} = \frac{1}{2} = 0.50.$$

Answer: a) \(3/7\); b) \(1/2\).

Problem 8.4.11 Solution

Step 1 — Use the multiplication rule:

$$P(E \cap F) = P(F)\, P(E \mid F) = 0.4 \times 0.3 = 0.12.$$

Answer: \(0.12\).

Problem 8.4.12 Solution

Step 1 — Mutually exclusive means \(P(E \cap F) = 0\):

$$P(E \mid F) = \frac{P(E \cap F)}{P(F)} = \frac{0}{0.3} = 0.$$

Answer: \(0\).

Problem 8.4.13 Solution
$$P(F \mid E) = \frac{P(E \cap F)}{P(E)} = \frac{0.24}{0.6} = 0.4.$$

Answer: \(0.4\).

Problem 8.4.14 Solution

Step 1 — Solve the formula for \(P(F)\):

$$P(F) = \frac{P(E \cap F)}{P(E \mid F)} = \frac{0.04}{0.1} = 0.4.$$

Answer: \(0.4\).

Problem 8.4.15 Solution

\(P(F) = 0.72\) (final exam), \(P(R) = 0.46\) (research paper), \(P(F \cap R) = 0.32\).

$$P(F \mid R) = \frac{0.32}{0.46} = \frac{16}{23} \approx 0.696.$$

Answer: \(16/23 \approx 0.696\).

Problem 8.4.16 Solution
$$P(R \mid F) = \frac{0.32}{0.72} = \frac{4}{9} \approx 0.444.$$

Answer: \(4/9 \approx 0.444\).

Problem 8.4.17 Solution

Step 1 — Reduce the sample space to "first born is a boy": \(\{BBB, BBG, BGB, BGG\}\), so \(n = 4\).

Step 2 — Count outcomes with exactly two boys: \(BBG\) and \(BGB\) (the third child is a girl). The interpretation "two boys" here means exactly two — i.e., two boys and one girl.

$$P = \frac{2}{4} = \frac{1}{2}.$$

Answer: \(1/2\).

Problem 8.4.18 Solution

Step 1 — Condition on "at least one girl": all 8 outcomes except \(BBB\), so \(n = 7\).

Step 2 — Count "all girls": only \(GGG\), so 1 outcome.

$$P = \frac{1}{7}.$$

Answer: \(1/7\).

Problem 8.4.19 Solution

Step 1 — Condition on "first born is a boy": \(\{BBB, BBG, BGB, BGG\}\), \(n = 4\).

Step 2 — Count "both sexes" within those: exclude \(BBB\) (all boys), leaving \(\{BBG, BGB, BGG\}\), so 3 outcomes.

$$P = \frac{3}{4}.$$

Answer: \(3/4\).

Problem 8.4.20 Solution

Step 1 — Condition on "children of both sexes": exclude \(BBB\) and \(GGG\), giving 6 outcomes.

Step 2 — Count "all boys" within those: \(BBB\) is excluded, so 0 outcomes.

$$P = \frac{0}{6} = 0.$$

Answer: \(0\) ("all boys" contradicts "both sexes").

Problem 8.4.21 Solution

Step 1 — Condition on age 65+ (T row, total 528). Some-college count for that row: 84.

$$P(C \mid T) = \frac{84}{528} = \frac{7}{44}.$$

Answer: \(7/44 \approx 0.159\).

Problem 8.4.22 Solution

Step 1 — Condition on Associate degree (A column, total 197). S row entry in that column: 80.

$$P(S \mid A) = \frac{80}{197}.$$

Answer: \(80/197 \approx 0.406\).

Problem 8.4.23 Solution

Step 1 — Joint probability uses the grand total:

$$P(C \cap T) = \frac{84}{2096} = \frac{21}{524}.$$

Answer: \(21/524 \approx 0.040\).

Problem 8.4.24 Solution

Step 1 — Condition on Bachelor (B column, total 418). R row entry: 188.

$$P(R \mid B) = \frac{188}{418} = \frac{94}{209}.$$

Answer: \(94/209 \approx 0.450\).

Problem 8.4.25 Solution

Step 1 — Condition on age 25–44 (R row, total 796). Bachelor count: 188.

$$P(B \mid R) = \frac{188}{796} = \frac{47}{199}.$$

Answer: \(47/199 \approx 0.236\).

Problem 8.4.26 Solution

Step 1 — Condition on age 45–64 (S row, total 772). Graduate count: 67.

$$P(G \mid S) = \frac{67}{772}.$$

Answer: \(67/772 \approx 0.087\).

8.5 Independent Events

Learning Objectives

By the end of this section, you will be able to:

In this section, you will learn to:
  1. Define independent events.
  2. Determine whether two events are independent or dependent.
  3. Use the multiplication rule for independent events to compute joint probabilities.

8.5.1 What "Independent" Means

In the previous section we learned that knowing event \(F\) has occurred can change the probability of event \(E\). Sometimes that extra information changes \(P(E)\); other times it leaves \(P(E)\) alone. The latter case is the heart of this section.

Context Pause: "Independent" is a strong claim about information

Saying that \(E\) and \(F\) are independent means that learning whether \(F\) happened gives you no information about whether \(E\) will happen. That's a very strong statement, and it is rarely true by accident. Independence usually arises from the experimental design — separate dice, separate coins, separate trials — or from an assumed model (a fair lottery, a memoryless service queue).

8.5.2 Tests for Independence

Definition 8.7: Independent Events

Source: Applied Finite Mathematics

Two events \(E\) and \(F\) (with positive probabilities) are independent if any one of the following equivalent conditions holds:

  1. \(P(E \mid F) = P(E)\).
  2. \(P(F \mid E) = P(F)\).
  3. \(P(E \cap F) = P(E)\, P(F)\).

If \(E\) and \(F\) are not independent, they are dependent.

The third condition is usually the most useful in practice — it does not require computing a conditional probability — but all three are equivalent.

Insight Note: Independent ≠ Mutually Exclusive

Beginners often confuse the two. Mutually exclusive events cannot both happen; independent events can both happen, and one happening tells you nothing about the other. In fact, two events that are mutually exclusive (and have positive probability) are guaranteed to be dependent — knowing \(F\) happened tells you \(E\) cannot happen, which is plenty of information. The two notions describe different relationships.

8.5.3 Multiplication Rule for Independent Events

The third condition in Definition 8.7 is itself a useful formula for computing joint probabilities.

Multiplication Rule for Independent Events

If \(E\) and \(F\) are independent,

$$P(E \cap F) \;=\; P(E)\, P(F).$$

More generally, the joint probability of any number of mutually independent events is the product of their individual probabilities.

8.5.4 Independence in Practice

Real-world independence claims must be checked against data. Two-way tables are the most direct test: compute \(P(E)\), \(P(F)\), and \(P(E \cap F)\) from the table and see whether \(P(E)\,P(F) = P(E \cap F)\).

Problem Set 8.5

Source: Applied Finite Mathematics

For problems 8.5.1–8.5.4, use the library checkout table.

Main (M)Branch (B)Total
Fiction (F)300100400
Non-fiction (N)15050200
Total450150600

Problem 120. \(P(F)\)

Problem 121. \(P(M \mid F)\)

Problem 122. \(P(N \mid B)\)

Problem 123. Is the fact that a person checks out a fiction book independent of the main library? Use probabilities to justify your conclusion.

For a two-child family let the events be:

  • \(E = \{\text{the family has at least one boy}\}\)
  • \(F = \{\text{the family has children of both sexes}\}\)
  • \(G = \{\text{the first born is a boy}\}\)

Problem 124. Find:

a) \(P(E)\)

b) \(P(F)\)

c) \(P(E \cap F)\)

d) Are \(E\) and \(F\) independent? Justify with probabilities.

Problem 125. Find:

a) \(P(F)\)

b) \(P(G)\)

c) \(P(F \cap G)\)

d) Are \(F\) and \(G\) independent? Justify with probabilities.

Solve each independence problem.

Problem 126. If \(P(E) = 0.6\), \(P(F) = 0.2\), and \(E\) and \(F\) are independent, find \(P(E \cap F)\).

Problem 127. If \(P(E) = 0.6\), \(P(F) = 0.2\), and \(E\) and \(F\) are independent, find \(P(E \cup F)\).

Problem 128. If \(P(E) = 0.9\), \(P(F \mid E) = 0.36\), and \(E\) and \(F\) are independent, find \(P(F)\).

Problem 129. If \(P(E) = 0.6\), \(P(E \cup F) = 0.8\), and \(E\) and \(F\) are independent, find \(P(F)\).

Problem 130. In a survey of 100 people, 40 were casual drinkers and 60 did not drink. Of the drinkers, 6 had minor headaches. Of the non-drinkers, 9 had minor headaches. Are the events "drinker" and "had a headache" independent?

Problem 131. 80% of people wear seat belts and 5% quit smoking last year. If 4% of seat-belt wearers quit smoking, are the events "wears a seat belt" and "quit smoking" independent?

Problem 132. John's probability of passing Statistics is \(40\%\) and Linda's is \(70\%\). Assuming the events are independent, find:

a) \(P(\text{both pass})\)

b) \(P(\text{at least one passes})\)

Problem 133. Jane is flying home for the holidays and has to change planes twice. \(P(\text{makes 1st connection}) = 0.80\) and \(P(\text{makes 2nd connection}) = 0.90\). Assuming the events are independent, find:

a) \(P(\text{makes both connections})\)

b) \(P(\text{makes at least one connection})\)

For a three-child family let:

  • \(E = \{\text{at least one boy}\}\)
  • \(F = \{\text{children of both sexes}\}\)
  • \(G = \{\text{first born is a boy}\}\)

Problem 134. Find:

a) \(P(E)\)

b) \(P(F)\)

c) \(P(E \cap F)\)

d) Are \(E\) and \(F\) independent?

Problem 135. Find:

a) \(P(F)\)

b) \(P(G)\)

c) \(P(F \cap G)\)

d) Are \(F\) and \(G\) independent?

Problem 136. \(P(K \mid D) = 0.7\), \(P(D) = 0.25\), and \(P(K) = 0.7\).

a) Are events \(K\) and \(D\) independent? Justify with probabilities.

b) Find \(P(K \cap D)\).

Problem 137. \(P(R \mid S) = 0.4\), \(P(S) = 0.2\), and \(P(R) = 0.3\).

a) Are events \(R\) and \(S\) independent? Justify with probabilities.

b) Find \(P(R \cap S)\).

Problem 138. At a college, \(54\%\) of students are female, \(25\%\) of students are majoring in engineering, and \(15\%\) of female students are majoring in engineering. Let \(E = \{\text{majors in engineering}\}\) and \(F = \{\text{female}\}\).

a) Are \(E\) and \(F\) independent? Justify with probabilities.

b) Find \(P(E \cap F)\).

Problem 139. At a college, \(54\%\) of students are female, \(60\%\) of all students receive financial aid, and \(60\%\) of female students receive financial aid. Let \(A = \{\text{receives financial aid}\}\) and \(F = \{\text{female}\}\).

a) Are \(A\) and \(F\) independent? Justify with probabilities.

b) Find \(P(A \cap F)\).

Problem 8.5.1 Solution

\(P(F) = 400/600 = 2/3\).

Answer: \(2/3\).

Problem 8.5.2 Solution

Among the 400 fiction checkouts, 300 came from the Main library:

$$P(M \mid F) = \frac{300}{400} = \frac{3}{4}.$$

Answer: \(3/4\).

Problem 8.5.3 Solution

Among the 150 Branch checkouts, 50 are non-fiction:

$$P(N \mid B) = \frac{50}{150} = \frac{1}{3}.$$

Answer: \(1/3\).

Problem 8.5.4 Solution

Step 1 — Compute \(P(F)\) and \(P(F \mid M)\):

$$P(F) = \frac{400}{600} = \frac{2}{3}, \qquad P(F \mid M) = \frac{300}{450} = \frac{2}{3}.$$

Step 2 — Compare: \(P(F \mid M) = P(F)\), so the events are independent.

Answer: Yes — fiction-vs-Main are independent.

Problem 8.5.5 Solution

Sample space \(S = \{BB, BG, GB, GG\}\), \(n(S) = 4\).

a) \(E = \{BB, BG, GB\}\), \(P(E) = 3/4\).

b) \(F = \{BG, GB\}\), \(P(F) = 1/2\).

c) \(E \cap F = \{BG, GB\}\), \(P(E \cap F) = 1/2\).

d) \(P(E)\,P(F) = (3/4)(1/2) = 3/8 \neq 1/2 = P(E \cap F)\). Not independent.

Problem 8.5.6 Solution

a) \(F = \{BG, GB\}\), \(P(F) = 1/2\).

b) \(G = \{BB, BG\}\), \(P(G) = 1/2\).

c) \(F \cap G = \{BG\}\), \(P(F \cap G) = 1/4\).

d) \(P(F)\,P(G) = (1/2)(1/2) = 1/4 = P(F \cap G)\). Independent.

Problem 8.5.7 Solution

\(P(E \cap F) = P(E)\,P(F) = (0.6)(0.2) = 0.12\).

Answer: \(0.12\).

Problem 8.5.8 Solution

Use the Addition Rule with the independent product:

$$P(E \cup F) = P(E) + P(F) - P(E)\,P(F) = 0.6 + 0.2 - 0.12 = 0.68.$$

Answer: \(0.68\).

Problem 8.5.9 Solution

Independence implies \(P(F \mid E) = P(F)\), so \(P(F) = 0.36\).

Answer: \(0.36\).

Problem 8.5.10 Solution

\(P(E \cup F) = P(E) + P(F) - P(E)\,P(F)\). With \(P(E) = 0.6\) and \(P(E \cup F) = 0.8\):

$$0.8 = 0.6 + P(F) - 0.6\,P(F) = 0.6 + 0.4\,P(F).$$$$P(F) = \frac{0.8 - 0.6}{0.4} = 0.5.$$

Answer: \(0.5\).

Problem 8.5.11 Solution

Step 1 — Compute marginals from the data.

  • Drinkers: \(P(D) = 40/100 = 0.40\).
  • Headaches: \(15/100 = 0.15\) (6 from drinkers + 9 from non-drinkers).
  • Both: \(P(D \cap H) = 6/100 = 0.06\).

Step 2 — Test: \(P(D)\,P(H) = (0.4)(0.15) = 0.06 = P(D \cap H)\). Independent.

Problem 8.5.12 Solution

\(P(Q) = 0.05\) and \(P(Q \mid S) = 0.04\). The two are not equal, so the events are not independent.

Problem 8.5.13 Solution

a) \(P(\text{both pass}) = 0.40 \times 0.70 = 0.28\).

b) \(P(\text{at least one passes}) = 1 - P(\text{both fail}) = 1 - (0.60)(0.30) = 1 - 0.18 = 0.82\).

Problem 8.5.14 Solution

a) \(P(\text{both connections}) = 0.80 \times 0.90 = 0.72\).

b) \(P(\text{misses both}) = (0.20)(0.10) = 0.02\). \(P(\text{at least one}) = 1 - 0.02 = 0.98\).

Problem 8.5.15 Solution

For a three-child family, \(n(S) = 8\).

a) \(E = \{\text{at least one boy}\} = S \setminus \{GGG\}\), so \(P(E) = 7/8\).

b) \(F = \{\text{both sexes}\} = S \setminus \{BBB, GGG\}\), so \(P(F) = 6/8 = 3/4\).

c) \(E \cap F = S \setminus \{BBB, GGG\} = \{BBG, BGB, BGG, GBB, GBG, GGB\}\) (since \(F\) already excludes \(BBB\) and \(GGG\), and every remaining outcome has at least one boy).

$$P(E \cap F) = 6/8 = 3/4.$$

d) \(P(E)\,P(F) = (7/8)(3/4) = 21/32\). \(P(E \cap F) = 3/4 = 24/32\). Not equal — not independent.

Problem 8.5.16 Solution

a) \(P(F) = 6/8 = 3/4\) (both-sexes outcomes).

b) \(P(G) = 4/8 = 1/2\) (first-born-boy outcomes).

c) \(F \cap G\): first born is boy AND family has both sexes. From \(\{BBB, BBG, BGB, BGG\}\) exclude \(BBB\): \(\{BBG, BGB, BGG\}\), so \(P(F \cap G) = 3/8\).

d) \(P(F)\,P(G) = (3/4)(1/2) = 3/8 = P(F \cap G)\). Independent.

Problem 8.5.17 Solution

a) \(P(K \mid D) = 0.7 = P(K)\). Independent.

b) \(P(K \cap D) = P(K \mid D)\,P(D) = (0.7)(0.25) = 0.175\).

Problem 8.5.18 Solution

a) \(P(R \mid S) = 0.4\) but \(P(R) = 0.3\). Not equal — not independent.

b) \(P(R \cap S) = P(R \mid S)\,P(S) = (0.4)(0.2) = 0.08\).

Problem 8.5.19 Solution

a) \(P(E \mid F) = 0.15\) but \(P(E) = 0.25\). Not equal — not independent.

b) \(P(E \cap F) = P(E \mid F)\,P(F) = (0.15)(0.54) = 0.081\).

Problem 8.5.20 Solution

a) \(P(A \mid F) = 0.60 = P(A)\). Independent.

b) \(P(A \cap F) = P(A \mid F)\,P(F) = (0.60)(0.54) = 0.324\).

Chapter 8 Review

Source: Applied Finite Mathematics

Problem 140. Two dice are rolled. Find the probability that the sum of the dice is

a) four

b) five

Problem 141. A jar contains 3 red, 4 white, and 5 blue marbles. If a marble is chosen at random, find:

a) \(P(\text{red or blue})\)

b) \(P(\text{not blue})\)

Problem 142. A card is drawn from a standard deck. Find:

a) \(P(\text{a jack or a king})\)

b) \(P(\text{a jack or a spade})\)

Problem 143. A basket contains 3 red and 2 yellow apples. Two apples are chosen at random. Find:

a) \(P(\text{one red, one yellow})\)

b) \(P(\text{at least one red})\)

Problem 144. A basket contains 4 red, 3 white, and 3 blue marbles. Three marbles are chosen at random. Find:

a) \(P(\text{two red, one white})\)

b) \(P(\text{first red, second white, third blue})\)

c) \(P(\text{at least one red})\)

d) \(P(\text{none red})\)

Problem 145. For a family of four children find:

a) \(P(\text{all boys})\)

b) \(P(\text{1 boy and 3 girls})\)

Problem 146. For a family of three children find:

a) \(P(\text{children of both sexes} \mid \text{first born is a boy})\)

b) \(P(\text{all girls} \mid \text{children of both sexes})\)

Problem 147. Mrs. Rossetti is flying from San Francisco to New York. On her way to the airport she encounters heavy traffic and estimates a \(20\%\) chance she will be late and miss her flight. Even if she makes that flight, there is a \(10\%\) chance she will miss her connection in Chicago. What is the probability she makes it to New York as scheduled?

Problem 148. At a college, \(20\%\) of students take History, \(30\%\) take Math, and \(10\%\) take both. What percent take at least one of the two?

Problem 149. In a T-maze, a mouse may run right (R) or left (L). A mouse runs the maze three times. Let \(E = \{\text{runs right on the first trial}\}\) and \(F = \{\text{runs left two consecutive times}\}\). Determine whether \(E\) and \(F\) are independent.

Problem 150. At a college, \(20\%\) of students take advanced math, \(40\%\) take advanced English, and \(15\%\) take both. If a student is selected at random, find:

a) \(P(\text{takes English} \mid \text{takes math})\)

b) \(P(\text{takes math or English})\)

Problem 151. If there are 35 students in a class, what is the probability that at least two share a birthday? (365-day calendar.)

Problem 152. A student feels that her probability of passing Accounting is \(0.62\), of passing Mathematics is \(0.45\), and of passing Accounting or Mathematics is \(0.85\). Find the probability she passes both.

Problem 153. The U.S. Supreme Court has nine justices: 5 conservative and 4 liberal. The court will act on six major cases this year. What is the probability that the court favors the conservatives in at least four of the six cases?

Problem 154. Five cards are drawn from a standard deck. Find:

a) \(P(\text{four cards of a single suit})\)

b) \(P(\text{two cards of one suit, two of another, and one from a third suit})\)

c) \(P(\text{a pair (e.g. two aces and three other cards)})\)

d) \(P(\text{a straight flush (five in a row of a single suit, but not a royal flush)})\)

Problem 155. The following table shows a distribution of drink preferences by gender.

Coke (C)Pepsi (P)Seven Up (S)Total
Male (M)605022132
Female (F)504018108
Total1109040240

Find:

a) \(P(F \mid S)\)

b) \(P(P \mid F)\)

c) \(P(C \mid M)\)

d) \(P(M \mid P \cup C)\)

e) Are the events \(F\) and \(S\) mutually exclusive?

f) Are the events \(F\) and \(S\) independent?

Problem 156. At a clothing outlet \(20\%\) of clothes are irregular, \(10\%\) have at least one button missing, and \(4\%\) are both irregular and have a button missing. If Martha found a dress with a missing button, what is the probability the dress is irregular?

Problem 157. A trade delegation has 4 Americans, 3 Japanese, and 2 Germans. Three people are chosen at random. Find:

a) \(P(\text{two Americans and one Japanese})\)

b) \(P(\text{at least one American})\)

c) \(P(\text{one of each nationality})\)

d) \(P(\text{no German})\)

Problem 158. A coin is tossed three times. Let \(E = \{\text{shows a head on the first toss}\}\) and \(F = \{\text{never turns up a tail}\}\). Are \(E\) and \(F\) independent?

Problem 159. If \(P(E) = 0.6\), \(P(F) = 0.4\), and \(E\) and \(F\) are mutually exclusive, find \(P(E \cap F)\).

Problem 160. If \(P(E) = 0.5\), \(P(F) = 0.3\), and \(E\) and \(F\) are independent, find \(P(E \cup F)\).

Problem 161. If \(P(F) = 0.9\), \(P(E \mid F) = 0.36\), and \(E\) and \(F\) are independent, find \(P(E)\).

Problem 162. If \(P(E) = 0.4\), \(P(E \cup F) = 0.9\), and \(E\) and \(F\) are independent, find \(P(F)\).

Problem 163. If \(P(E) = 0.4\) and \(P(F \mid E) = 0.5\), find \(P(E \cap F)\).

Problem 164. If \(P(E) = 0.6\) and \(P(E \cap F) = 0.3\), find \(P(F \mid E)\).

Problem 165. If \(P(E) = 0.3\), \(P(F) = 0.4\), and \(E\) and \(F\) are independent, find \(P(E \mid F)\).

Problem 8.5.21 Solution

a) Sum 4: \((1,3),(2,2),(3,1)\) — 3 outcomes. \(P = 3/36 = 1/12\).

b) Sum 5: \((1,4),(2,3),(3,2),(4,1)\) — 4 outcomes. \(P = 4/36 = 1/9\).

Problem 8.5.22 Solution

Total marbles \(= 3 + 4 + 5 = 12\).

a) \(P(\text{red or blue}) = (3 + 5)/12 = 8/12 = 2/3\).

b) \(P(\text{not blue}) = (12 - 5)/12 = 7/12\).

Problem 8.5.23 Solution

a) Jacks and kings are disjoint: \(P(\text{jack or king}) = 4/52 + 4/52 = 8/52 = 2/13\).

b) \(P(\text{jack or spade}) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13\).

Problem 8.5.24 Solution

\(C(5, 2) = 10\) total ways to draw 2 apples.

a) \(P(\text{1 R, 1 Y}) = C(3,1)\,C(2,1)/C(5,2) = 6/10 = 3/5\).

b) \(P(\text{at least 1 R}) = 1 - P(\text{no R}) = 1 - C(2,2)/10 = 1 - 1/10 = 9/10\).

Problem 8.5.25 Solution

\(C(10, 3) = 120\).

a) \(P(\text{2 R, 1 W}) = C(4,2)\,C(3,1)/120 = (6)(3)/120 = 18/120 = 3/20\).

b) Sequential ordered probability: \(P = (4/10)(3/9)(3/8) = 36/720 = 1/20\).

c) \(P(\text{no R}) = C(6, 3)/120 = 20/120 = 1/6\). \(P(\text{at least one R}) = 1 - 1/6 = 5/6\).

d) \(P(\text{none red}) = 1/6\) (from part c).

Problem 8.5.26 Solution

Family of 4: \(n(S) = 16\) equally likely outcomes.

a) \(P(\text{all boys}) = 1/16\).

b) \(P(\text{1 boy, 3 girls}) = C(4, 1)/16 = 4/16 = 1/4\).

Problem 8.5.27 Solution

a) "First born is boy" reduces \(S\) to \(\{BBB, BBG, BGB, BGG\}\) (4 outcomes). "Both sexes" within: \(\{BBG, BGB, BGG\}\) (3 outcomes). \(P = 3/4\).

b) "Both sexes" reduces \(S\) to 6 outcomes (all but \(BBB\) and \(GGG\)). "All girls" \(= \{GGG\}\) is not in this reduced space, so \(P = 0\).

Problem 8.5.28 Solution

\(P(\text{makes 1st flight}) = 0.80\). Given she made it, \(P(\text{makes 2nd flight} \mid \text{made 1st}) = 0.90\).

$$P(\text{makes both}) = (0.80)(0.90) = 0.72.$$

Answer: \(0.72\) (\(72\%\)).

Problem 8.5.29 Solution

\(P(H \cup M) = P(H) + P(M) - P(H \cap M) = 0.20 + 0.30 - 0.10 = 0.40\).

Answer: \(40\%\).

Problem 8.5.30 Solution

Each trial is L or R with probability \(1/2\). Three trials → \(n(S) = 8\) equally likely outcomes.

  • \(E = \{\text{first trial R}\} = \{RRR, RRL, RLR, RLL\}\), \(P(E) = 1/2\).
  • \(F = \{\text{at least two consecutive Ls}\} = \{LLR, LLL, RLL\}\), \(P(F) = 3/8\).
  • \(E \cap F = \{RLL\}\), so \(P(E \cap F) = 1/8\).

\(P(E)\,P(F) = (1/2)(3/8) = 3/16\), but \(P(E \cap F) = 1/8 = 2/16\). Not independent.

Problem 8.5.31 Solution

a) \(P(E \mid M) = P(E \cap M)/P(M) = 0.15/0.20 = 0.75\).

b) \(P(E \cup M) = 0.40 + 0.20 - 0.15 = 0.45\).

Problem 8.5.32 Solution

Use the complement "all 35 birthdays distinct":

$$P(\text{all distinct}) = \frac{365 \cdot 364 \cdots (365 - 34)}{365^{35}} \approx 0.1856.$$$$P(\text{at least 2 share}) \approx 1 - 0.1856 = 0.8144.$$

Answer: about \(0.814\) (≈ \(81.4\%\)).

Problem 8.5.33 Solution
$$P(A \cap M) = P(A) + P(M) - P(A \cup M) = 0.62 + 0.45 - 0.85 = 0.22.$$

Answer: \(0.22\).

Problem 8.5.34 Solution

Model: each of 6 cases is decided independently with \(P(\text{conservative wins}) = 5/9\) (the proportion of conservative justices). Let \(X\) be the number of conservative-favored cases; \(X \sim \text{Binomial}(6, 5/9)\). Want \(P(X \ge 4)\):

$$P(X = k) = \binom{6}{k}\!\left(\tfrac{5}{9}\right)^{k}\!\left(\tfrac{4}{9}\right)^{6-k}.$$
  • \(P(X = 4) = 15 \cdot (5/9)^4 (4/9)^2 = 150{,}000/531{,}441\).
  • \(P(X = 5) = 6 \cdot (5/9)^5 (4/9) = 75{,}000/531{,}441\).
  • \(P(X = 6) = (5/9)^6 = 15{,}625/531{,}441\).
$$P(X \ge 4) = \frac{150{,}000 + 75{,}000 + 15{,}625}{531{,}441} = \frac{240{,}625}{531{,}441} \approx 0.4528.$$

Answer: about \(0.4528\) (≈ \(45.3\%\)).

Problem 8.5.35 Solution

\(C(52, 5) = 2{,}598{,}960\).

a) Exactly four cards of one suit (and the fifth of a different suit):

$$4 \cdot C(13, 4) \cdot 39 = 4 \cdot 715 \cdot 39 = 111{,}540.$$

\(P \approx 111{,}540/2{,}598{,}960 \approx 0.0429\).

b) 2-of-one-suit, 2-of-another, 1-of-a-third: number of suit-count assignments is \(\binom{4}{2}\cdot 2 = 12\) (pick the two "pair suits", then the singleton suit), and each gives \(C(13,2)^{2}\,C(13,1) = 78 \cdot 78 \cdot 13 = 79{,}092\) hands:

$$12 \cdot 79{,}092 = 949{,}104.$$

\(P \approx 949{,}104/2{,}598{,}960 \approx 0.3651\).

c) Exactly one pair (the standard "one pair" hand): \(13 \cdot C(4,2) \cdot C(12, 3) \cdot 4^{3} = 13 \cdot 6 \cdot 220 \cdot 64 = 1{,}098{,}240\).

\(P \approx 1{,}098{,}240/2{,}598{,}960 \approx 0.4226\).

d) Straight flush (excluding royal): there are 40 straight flushes total (10 high-cards × 4 suits), of which 4 are royal flushes. So non-royal straight flushes = 36.

\(P = 36/2{,}598{,}960 \approx 1.39 \times 10^{-5}\).

Problem 8.5.36 Solution

Marginals: \(M = 132\), \(F = 108\), \(C = 110\), \(P = 90\), \(S = 40\), grand total \(= 240\).

a) \(P(F \mid S) = 18/40 = 9/20\).

b) \(P(P \mid F) = 40/108 = 10/27 \approx 0.370\).

c) \(P(C \mid M) = 60/132 = 5/11 \approx 0.455\).

d) \(P \cup C\) has \(90 + 110 = 200\) people. Of these, the male count is \(50 + 60 = 110\). \(P(M \mid P \cup C) = 110/200 = 11/20\).

e) \(F \cap S = 18 \neq 0\), so not mutually exclusive.

f) \(P(F)\,P(S) = (108/240)(40/240) = (9/20)(1/6) = 9/120 = 3/40 = 0.075\). And \(P(F \cap S) = 18/240 = 3/40 = 0.075\). Equal — independent.

Problem 8.5.37 Solution

\(P(I \mid B) = P(I \cap B)/P(B) = 0.04/0.10 = 0.40\).

Answer: \(0.40\) (\(40\%\)).

Problem 8.5.38 Solution

\(C(9, 3) = 84\).

a) \(P(\text{2 A, 1 J}) = C(4,2)\,C(3,1)/84 = 18/84 = 3/14\).

b) \(P(\text{no Americans}) = C(5, 3)/84 = 10/84 = 5/42\). \(P(\text{at least one American}) = 1 - 5/42 = 37/42\).

c) \(P(\text{one of each}) = C(4,1)\,C(3,1)\,C(2,1)/84 = 24/84 = 2/7\).

d) \(P(\text{no Germans}) = C(7, 3)/84 = 35/84 = 5/12\).

Problem 8.5.39 Solution

\(F = \{HHH\}\), \(P(F) = 1/8\). \(E = \{\text{first toss is H}\} = \{HHH, HHT, HTH, HTT\}\), \(P(E) = 1/2\). \(E \cap F = \{HHH\}\), \(P(E \cap F) = 1/8\).

\(P(E)\,P(F) = (1/2)(1/8) = 1/16\), but \(P(E \cap F) = 1/8\). Not equal — not independent.

Problem 8.5.40 Solution

Mutually exclusive ⇒ \(P(E \cap F) = 0\).

Problem 8.5.41 Solution

\(P(E \cap F) = (0.5)(0.3) = 0.15\). \(P(E \cup F) = 0.5 + 0.3 - 0.15 = 0.65\).

Problem 8.5.42 Solution

Independent ⇒ \(P(E) = P(E \mid F) = 0.36\).

Problem 8.5.43 Solution

\(P(E \cup F) = P(E) + P(F) - P(E)\,P(F)\). With \(P(E) = 0.4\) and \(P(E \cup F) = 0.9\):

$$0.9 = 0.4 + P(F) - 0.4\,P(F) = 0.4 + 0.6\,P(F).$$$$P(F) = \frac{0.5}{0.6} = \frac{5}{6} \approx 0.833.$$

Problem 8.5.44 Solution

\(P(E \cap F) = P(E)\,P(F \mid E) = (0.4)(0.5) = 0.20\).

Problem 8.5.45 Solution

\(P(F \mid E) = P(E \cap F)/P(E) = 0.3/0.6 = 0.5\).

Problem 8.5.46 Solution

Independent ⇒ \(P(E \mid F) = P(E) = 0.3\).