Simplifying conditionals inclusion

Let . Simplify the following values:

Coin flipping: at least 2 heads

Flip a fair coin 4 times and record the outcomes as sequences, like HHTH.

Let be the event that there are at least two heads, and the event that there is at least one heads.

First let’s calculate .

Define , the event that there were exactly 2 heads, and , the event of exactly 3, and the event of exactly 4. These events are exclusive, so:

Each term on the right can be calculated by counting:

Therefore, .

Now suppose we find out that “at least one heads definitely came up”. (Meaning that we know .) For example, our friend is running the experiment and tells us this fact about the outcome.

Now what is our estimate of likelihood of ?

The formula for conditioning gives:

Now . (Any outcome with at least two heads automatically has at least one heads.) We already found that . To compute we simply add the probability , which is , to get .

Therefore:

Multiplication: flip a coin, then roll dice

Flip a coin. If the outcome is heads, roll two dice and add the numbers. If the outcome is tails, roll a single die and take that number. What is the probability of getting a tails AND a number at least 3?

Solution

(1) This “two-stage” experiment lends itself to a solution using the multiplication rule for conditional probability.

Label the events of interest.

Let and be the events that the coin showed heads and tails, respectively.

Let be the events that the final number is , respectively.

The value we seek is .


(2) Observe known (conditional) probabilities.

We know that and .

We know that , for example, or that .


(3) Apply “multiplication” rule.

This rule gives:

We know and can see by counting that .

Therefore .

Multiplication: draw two cards

Two cards are drawn from a standard deck (without replacement).

What is the probability that the first is a 3, and the second is a 4?

Solution

(1) This “two-stage” experiment lends itself to a solution using the multiplication rule for conditional probability. Label events.

Write for the event that the first card is a 3

Write for the event that the second card is a 4.

We seek .


(2) Write down knowns.

We know . (It does not depend on the second draw.)

Easily find .


(3) If the first is a 3, then there are four 4s remaining and 51 cards.

So .


(4) Apply multiplication rule.

Multiplication rule:

Therefore

Marble transferred, marble drawn

Setup:

  • Bin 1 holds five red and four green marbles.
  • Bin 2 holds four red and five green marbles.

Experiment:

  • You take a random marble from Bin 1 and put it in Bin 2 and shake Bin 2.
  • Then you draw a random marble from Bin 2 and look at it.

What is the probability that the marble you look at is red?

Solution