← Back To Notes↑ Back To Top

Probability Practice

GitHub Changelog -

  • 1

0 of 27 completed

Create worksheet

Selected problems

No problems selected.

    Direct

    1.1Count a Simple Sample Space

    A fair coin is flipped twice. What is the probability of getting exactly one head?

    1.2Choose a Committee

    Exam I | Problem 1.2 |

    How many ways can you choose 3 students from a group of 8?

    1.3Arrange Runners

    Exam I | Problem 1.3 |

    How many ordered outcomes are there for the gold, silver, and bronze places among 7 runners?

    1.4Count Distinct Arrangements

    Exam I | Problem 1.4 |

    How many distinct arrangements of the letters in BOOK are there?

    1.5Use the Complement Rule

    Exam I | Problem 1.5 |

    A fair die is rolled 3 times. What is the probability of getting at least one 6?

    1.6Apply the Addition Rule

    Exam I | Problem 1.6 |

    Suppose

    $$ P(A)=0.42,\quad P(B)=0.31,\quad P(A \cap B)=0.08. $$

    Find $P(A \cup B)$.

    1.7Find a Conditional Probability

    Exam I | Problem 1.7 |

    Suppose

    $$ P(A \cap B)=0.12 \quad \text{and} \quad P(B)=0.3. $$

    Find $P(A \mid B)$.

    1.8Evaluate a Bernoulli Mean and Variance

    If $X \sim \mathrm{Bernoulli}(0.7)$, find $E[X]$ and $\mathrm{Var}(X)$.

    1.9Compute a Binomial Probability

    Exam I | Problem 1.9 |

    If $X \sim \mathrm{Binomial}(5,0.2)$, find $P(X=2)$.

    1.10Standardize a Normal Random Variable

    Exam I | Problem 1.10 |

    If $X \sim \mathcal{N}(100,15^2)$, what is the $z$-score for $x=130$?

    Integrated

    2.1Count Draws Without Replacement

    A box contains 6 good parts and 4 defective parts. Two parts are drawn without replacement. What is the probability that exactly 1 part is defective?

    2.2Update a Belief with Bayes' Theorem

    Exam II | Problem 2.2 |

    A disease affects 2% of a population. A test is 95% accurate for people who have the disease, and it gives a false positive 10% of the time for people who do not have the disease. If a person tests positive, what is the probability that the person actually has the disease?

    2.3Use the Geometric Memoryless Property

    If $X \sim \mathrm{Geometric}(0.25)$, find $P(X>7 \mid X>3)$.

    2.4Solve a Negative Binomial Count

    Exam II | Problem 2.4 |

    A basketball player makes each free throw with probability $0.6$, independently. What is the probability that the third make occurs on the fifth attempt?

    2.5Compute a Poisson Count Probability

    Exam II | Problem 2.5 |

    A support line receives 4 calls per hour on average. What is the probability of exactly 2 calls in a half hour?

    2.6Compute an Exponential Waiting-Time Probability

    Exam II | Problem 2.6 |

    The waiting time to the next event has an exponential distribution with rate 3 per hour. What is the probability of waiting more than 20 minutes?

    2.7Use Inclusion-Exclusion for Three Events

    Exam II | Problem 2.7 |

    Suppose

    $$ P(A)=0.5,\quad P(B)=0.4,\quad P(C)=0.3 $$

    and

    $$ P(A \cap B)=0.2,\quad P(A \cap C)=0.1,\quad P(B \cap C)=0.08,\quad P(A \cap B \cap C)=0.05. $$

    Find $P(A \cup B \cup C)$.

    2.8Check Independence from a Joint Table

    A joint pmf is given by

    $$ \begin{array}{c|cc} & Y=0 & Y=1 \\ \hline X=0 & 0.12 & 0.18 \\ X=1 & 0.28 & 0.42 \end{array} $$

    Find the marginal distributions of $X$ and $Y$, and determine whether $X$ and $Y$ are independent.

    Applied

    3.1Find an Expected Value from a Discrete Distribution

    Let $X$ take the values $1$, $2$, and $4$ with probabilities $0.2$, $0.5$, and $0.3$, respectively. If the payoff is $X^2$, what is the expected payoff?

    3.2Model an Expected Count with Indicators

    A fair die is rolled 5 times. Let $X$ be the number of adjacent pairs that match. Find $E[X]$.

    3.3Model a Sampling Situation

    A box has 8 good components and 4 defective components. Three components are drawn without replacement. What is the probability that at least one component is defective?

    3.4Waiting Time to the Third Event

    Final | Problem 3.4 |

    Calls arrive at a rate of 2 per hour. Under the gamma model, what is the mean waiting time until the third call?

    3.5Infer a Beta Model for a Proportion

    Final | Problem 3.5 |

    A parameter $p$ represents a conversion rate, so it must stay between 0 and 1. Which distribution from the note is a natural choice for modeling $p$?

    Challenge

    4.1Combine Total Probability and Bayes

    Machine A makes 60% of the items and has a defect rate of 1%. Machine B makes the other 40% and has a defect rate of 4%. If an item is defective, what is the probability that it came from Machine A?

    4.2Approximate a Binomial Count with a Normal Model

    If $X \sim \mathrm{Binomial}(100,0.2)$, approximate $P(16 \le X \le 24)$ using a normal model.

    4.3Compare Sample Sizes with Standard Error

    A population has mean 50 and standard deviation 12. Compare the standard error of the sample mean for samples of size 36 and 144. Which sample mean should be more stable?

    4.4Use the Union Bound

    Final | Problem 4.4 |

    Three independent backup checks have failure probabilities 0.03, 0.05, and 0.02. Give an upper bound on the probability that at least one check fails.