Enrol to start learning
Reading is open to everyone. Enrolling is free, and it is what unlocks the audio lessons, practice tests and progress tracking.
14. Exercises (Examples)
Interactive Audio Lesson
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountToday we're going to calculate probabilities. Let's start with a standard deck of cards. Can anyone tell me what the sample space is when we draw two cards?
Isn’t it all the cards in the deck, which is 52?
Exactly! Now, if we want to find the probability that both cards drawn are hearts, what should we consider?
We need to find the number of ways to draw 2 hearts out of the total number of ways to draw 2 cards.
Great insight! Using combinations, the probability of drawing two hearts is $ P = \frac{ {13\choose 2} }{ {52\choose 2} } $. Can anyone calculate this?
Let me see... that's .
Perfect! The probability of both being hearts is approximately 0.059. Remember this calculation with the acronym CDR — Combinations, Deck, and Result!
CDR! I like that!
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountNext, let’s talk about tossing a biased coin. What’s the probability of getting heads if the coin is biased at 0.6?
So it's just 0.6, right?
Right! Now, if we toss this coin 3 times, how do we model the distribution of heads?
We can use the binomial probability formula, α = nCk * p^k * (1-p)^(n-k).
Exactly! Here and . Can you show me how to calculate the probability of getting exactly 2 heads?
Sure! .
Nice work! So the probability of getting 2 heads in 3 tosses is 0.432. Remember the acronym PLT — Probability, Law for Tossing!
PLT! Got it!
Unlock the classroom podcast
The transcript is above and free to read. A free account plays the conversation back.
Create a free accountNow, let's analyze a traffic light scenario. If the light is red with a probability of 0.4, how would we find the probability of it being green given it’s not red?
We’d apply conditional probability, right?
Exactly! How would you write that?
It’s .
Great! Since there are only three lights — red, green, and yellow — if red is 0.4, and assuming yellow is 0.2, how would you calculate this?
If red is 0.4 and yellow is 0.2, then green is 1 - 0.4 - 0.2 = 0.4.
Correct! So . Well done! You can remember this with the acronym GNR — Green Not Red!
GNR! I’ll remember that!
Overview
Short Summary
This section presents exercises related to probability concepts, including card drawing, coin tossing, and traffic light scenarios.
Medium Summary
The exercises explore concepts of probability through practical examples, such as drawing cards from a deck, tossing a biased coin, and calculating conditional probabilities with traffic lights. Each exercise is designed to reinforce understanding of probability principles through real-world applications.
Detailed Summary
Detailed Summary
This section provides various exercises to apply the principles learned in probability. Here are the key exercises:
-
Two Cards Drawn from a Standard Deck: This exercise involves calculating the probability of drawing two hearts without replacement. It illustrates the concept of dependent events and requires understanding of basic probability rules.
-
Biased Coin Tossing: Students will explore the distribution of number of heads when a biased coin (with probability of heads = 0.6) is tossed three times. This exercise emphasizes empirical probabilities and binomial distributions.
-
Traffic Light Problem: The calculation of conditional probabilities is applied here, where students find the probability of the light being green given it is not red. This exercise tests students’ grasp of conditional probability using real-life scenarios.
Each of these exercises not only reinforces theoretical knowledge but also cultivates critical thinking skills as students navigate through practical situations involving randomness and probabilities.
Audio Book
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account- Two cards drawn from a standard deck without replacement: Probability both are hearts?
Detailed Explanation
To determine the probability of drawing two hearts from a standard deck of 52 cards without replacement, we follow these steps:
- Identify the Sample Space: A standard deck has 52 cards with 13 of them being hearts.
- Calculate the Probability of the First Card: The chance of drawing a heart first is 13 out of 52, or 13/52.
- Calculate the Probability of the Second Card: After drawing one heart, there are now 51 cards left, with only 12 hearts remaining. Thus, the probability of drawing a second heart is 12 out of 51, or 12/51.
- Combine the Probabilities: The overall probability is obtained by multiplying the probabilities of both events together: (13/52) * (12/51). Performing this multiplication gives the final probability of both cards being hearts.
Examples & Analogies
Imagine you have a bag of marbles—13 red ones (representing hearts) and 39 blue ones (non-hearts). If you draw one marble without looking, the chances of it being red are 13 out of 52. After removing a red marble, you now have 12 reds left in a bag of 51. Drawing a second red marble gets trickier since there’s now a smaller pool to choose from.
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account- A biased coin with P(heads)=0.6 tossed 3 times: Distribution of number of heads.
Detailed Explanation
To calculate the distribution of heads when tossing a biased coin three times, we can perform the following steps:
- Understanding the Probability: The probability of getting heads on any single toss is 0.6, while the probability of getting tails is 0.4 (1 - 0.6).
- Identifying Outcomes: There are 8 different possible outcomes when tossing the coin 3 times (e.g., HHH, HHT, HTH, HTT, THH, THT, TTH, TTT).
- Calculating Individual Probabilities: Using the binomial formula, we can calculate the probabilities of getting 0, 1, 2, or 3 heads:
- P(0 heads) = (0.4)^3 = 0.064
- P(1 head) = 3 * (0.6)^1 * (0.4)^2 = 3 * 0.6 * 0.16 = 0.288
- P(2 heads) = 3 * (0.6)^2 * (0.4)^1 = 3 * 0.36 * 0.4 = 0.432
- P(3 heads) = (0.6)^3 = 0.216
- Summarizing: The distribution of heads can thus be summarized as:
- 0 heads: P = 0.064
- 1 head: P = 0.288
- 2 heads: P = 0.432
- 3 heads: P = 0.216.
Examples & Analogies
Think of a vending machine where every time you want to buy a drink, it sometimes gives you a soda (heads) and sometimes just gives you your money back (tails). If it favors giving you a drink 60% of the time, you can figure out over 3 tries how many sodas you are likely to get and how often you’ll just get your money back.
Unlock the audio lesson
The script is above and free to read. A free account plays it back, in the voice you pick.
Create a free account- Traffic light probability problem: Given it’s red with prob. 0.4, what is P(green | not red)?
Detailed Explanation
To solve this traffic light problem, we need to use conditional probability:
- Understand Given Probabilities: The probability that the light is red (P(red)) is 0.4. Therefore, the probability that it’s not red (P(not red)) is 0.6 (1 - 0.4).
- Calculate P(green): Since the light can only be red, green, or yellow, and assuming that yellow is not considered in this question, we can derive that P(green) = 1 - P(red) - P(yellow). Without a specific P(yellow), we assume yellow has a negligible impact in this scenario. Thus, P(green) = P(not red).
- Final Calculation: Therefore, P(green | not red) = P(green) / P(not red) = P(green) / 0.6. If we assume equal likelihood for green and yellow, we find that P(green) = 0.5. Hence, P(green | not red) = 0.5/0.6, simplifying to 5/6, or approximately 0.83.
Examples & Analogies
Imagine you're waiting to cross the road, and you know the light is red 40% of the time. If you see that it’s not red, you might wonder how likely it is to be green instead of yellow. Realizing that every time it isn’t red, you’d have a high chance of seeing the green light—like skipping through a crowded area where less popular attractions attract fewer people but the best ones are still the most crowded.
--
Key Concepts
Core takeaways and short definitions to help you quickly recall the key ideas from this section.
Probability: A measure of how likely an event is to occur.
Sample Space: The complete set of all possible outcomes.
Empirical Probability: Based on observed data.
Conditional Probability: The probability of an event given that another event has happened.
Binomial Probability: Deals with the probabilities of obtaining a fixed number of successes in a series of trials.
Examples
Step-by-step examples to apply the section's ideas and test your understanding.
Drawing two cards from a deck to find the probability of both being hearts.
Tossing a biased coin multiple times to find the distribution of heads.
Calculating the probability of a light being green when it is known to be not red.
Memory Aids
Interactive tools to help you remember key concepts
Stories
Flash Cards
Glossary
Probability
The likelihood of an event occurring, often quantified between 0 (impossible) and 1 (certain).
Sample Space
The complete set of all possible outcomes of an experiment.
Event
A specific outcome or a combination of outcomes from the sample space.
Empirical Probability
A probability derived from observed data rather than theoretical calculations.
Conditional Probability
The probability of an event occurring given that another event has already occurred.
Binomial Probability
The probability of a given number of successes in a fixed number of independent Bernoulli trials.