8. Topic 8(COLON) Scientific, Causal and Probabilistic Reasoning

Lesson 8.3: Probability And Uncertainty

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 8.3: Probability and Uncertainty

Introduction

Welcome, students! In this lesson, we will dive into the fascinating world of probability and uncertainty. Understanding probability helps us make informed decisions based on empirical evidence and data analysis. By learning to evaluate outcomes, events, and likelihoods, you will enhance your decision-making skills in everyday situations.

Learning Objectives

By the end of this lesson, you should be able to:

  • Define basic probability, including outcomes, events, and likelihood.
  • Differentiate between independent and dependent events and identify the gambler's fallacy.
  • Understand conditional probability and base rates.
  • Analyze risk, expected value, and decision-making under uncertainty.
  • Recognize common probabilistic mistakes in everyday reasoning.

Basic Probability: Outcomes, Events, and Likelihood

Probability is the measure of how likely an event is to occur. It is calculated using the formula:

$$ P(E) = \frac{n(E)}{n(S)} $$

where:

  • $P(E)$ is the probability of the event $E$ occurring,
  • $n(E)$ is the number of favorable outcomes, and
  • $n(S)$ is the total number of possible outcomes.

For example, let's say you're rolling a standard six-sided die. The event $E$ is rolling a 4. There is 1 way to roll a 4 and a total of 6 possible outcomes (1, 2, 3, 4, 5, and 6). Thus, the probability of rolling a 4 is:

$$ P(4) = \frac{1}{6} $$

Independent and Dependent Events

Independent events occur when the outcome of one event does not affect the outcome of another. For instance, flipping a coin and rolling a die are independent events. The probability of both occurring together is calculated by multiplying their individual probabilities:

$$ P(A \text{ and } B) = P(A) \times P(B) $$

Dependent events, on the other hand, are events where one event's outcome influences the other's. For example, if you draw a card from a deck and do not replace it before drawing again, the second draw's probability depends on the first draw.

The Gambler's Fallacy

The gambler's fallacy is a common mistake where a person believes that past random events can influence future events in a game of chance. For example, if a coin has landed on heads five times in a row, someone might think that tails is "due" to happen. However, each flip remains independent with a probability of:

$$ P(H) = P(T) = \frac{1}{2} $$

Conditional Probability and Base Rates

Conditional probability is the probability of an event occurring given that another event has already occurred. It is expressed as:

$$ P(A | B) = \frac{P(A \text{ and } B)}{P(B)} $$

For example, suppose we know that a certain percentage of students at a school are athletes. To find the probability that a randomly selected student is an athlete given that they are in the track team, we use conditional probability.

Base rates refer to the overall prevalence of a characteristic within a population. It’s crucial to consider base rates when interpreting results, such as in medical screenings. A test might be 95% accurate, but if the base rate of a disease is low, the positive predictive value of the test might also be low, leading to misunderstandings about the actual risk.

Risk, Expected Value, and Decision-Making Under Uncertainty

Risk involves making decisions where the outcomes are uncertain. Expected value (EV) is a calculation used to determine the average outcome when the probability of different outcomes is considered. It helps in making rational decisions under uncertainty.

The formula for expected value is:

$$ EV = \sum (P(E_i) \times V(E_i)) $$

where $P(E_i)$ is the probability of outcome $i$ and $V(E_i)$ is the value of outcome $i$.

For example, if you buy a lottery ticket for $1, and the chance of winning $10 is 0.1, your expected value would be:

$$ EV = (0.1 \times 10) + (0.9 \times -1) = 1 - 0.9 = 0.1 $$

This means, on average, you would lose 10 cents per ticket bought, indicating it's not a good investment.

Common Probabilistic Mistakes in Everyday Reasoning

Understanding probability can help avoid common mistakes like:

  • Ignoring Base Rates: When assessing risks, forgetting the base rate can lead to overestimation.
  • Confusing Independent and Dependent Events: Misunderstanding these can lead to incorrect probability calculations.
  • Overgeneralization from Limited Data: Just because something happened once doesn’t mean it will happen again.
  • Believing in the Gambler's Fallacy: Random events are independent, so past outcomes do not influence future outcomes.

Conclusion

In today’s lesson, students, we explored probability and uncertainty, understanding how to apply reasoning to predict outcomes in various situations. Remember, recognizing the difference between independent and dependent events, using expected value in decision-making, and avoiding common probabilistic mistakes can significantly improve your critical thinking skills.

Study Notes

  • Probability measures how likely an event is to occur.
  • The probability formula is $P(E) = \frac{n(E)}{n(S)}$.
  • Independent events' probabilities multiply; dependent events do not.
  • Conditional probability is calculated using $P(A | B) = \frac{P(A \text{ and } B)}{P(B)}$.
  • Expected value helps assess average outcomes in decision-making under uncertainty.

Practice Quiz

5 questions to test your understanding