No history yet

Probability Basics

What is Probability?

Probability is simply a way to measure how likely something is to happen. We use it every day, whether we're checking the weather forecast for a 30% chance of rain or just guessing the odds of a coin landing on heads. It helps us make sense of uncertainty.

Think of probability on a scale from 0 to 1. An event with a probability of 0 is impossible, like a standard six-sided die landing on a 7. An event with a probability of 1 is certain, like the sun rising tomorrow. Everything else falls somewhere in between.

We can write probabilities in three ways: as a fraction (like 1/2), a decimal (0.5), or a percentage (50%). They all mean the same thing.

Sample Spaces and Events

To calculate a probability, we first need to know all the possible results of an action. This complete set of outcomes is called the sample space.

For a single coin flip, the sample space is simple: {Heads, Tails}. For a standard six-sided die, the sample space is {1, 2, 3, 4, 5, 6}. There are six possible outcomes, and each is equally likely.

An event is the specific outcome or group of outcomes we are interested in. If we roll a die, an event could be 'rolling a 4'. A more complex event could be 'rolling an odd number,' which includes the outcomes {1, 3, 5}.

Calculating Probability

Once we know the sample space and the event, calculating the probability is straightforward. We use a simple formula:

P(Event)=Number of favorable outcomesTotal number of outcomesP(\text{Event}) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}}

Let's use our die-rolling example. What's the probability of rolling a 3?

  • There is only one 'favorable outcome': rolling a 3.
  • The total number of outcomes in the sample space is six: {1, 2, 3, 4, 5, 6}.

So, the probability is $1/6$.

What about the probability of rolling an even number?

  • The favorable outcomes are {2, 4, 6}. There are three of them.
  • The total number of outcomes is still six.

The probability is $3/6$, which simplifies to $1/2$. In other words, you have a 50% chance of rolling an even number.

EventFractionDecimalPercentage
Flipping heads1/20.550%
Rolling a 31/6~0.167~16.7%
Rolling an even number1/20.550%
Drawing a spade from a deck of cards13/52 = 1/40.2525%

Two Basic Rules

Probability has a few fundamental rules. The first one is that the sum of the probabilities of all possible outcomes in a sample space must equal 1.

For a six-sided die, the probability of rolling any number from 1 to 6 is $1/6$. If we add them up, we get: $1/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6 = 6/6 = 1$.

This makes sense. It's a certainty that when you roll the die, one of those six faces will land up.

Lesson image

The second rule is about opposites. The probability of an event not happening is 1 minus the probability that it does happen. This is called the complement.

P(not A)=1P(A)P(\text{not A}) = 1 - P(\text{A})

For example, we know the probability of rolling a 6 is 1/61/6. What's the probability of not rolling a 6? We can just subtract from 1:

P(not rolling a 6)=1P(rolling a 6)=11/6=5/6P(\text{not rolling a 6}) = 1 - P(\text{rolling a 6}) = 1 - 1/6 = 5/6.

This is much faster than adding up the probabilities of rolling a 1, 2, 3, 4, and 5.

These basic ideas form the foundation for understanding risk, making predictions, and navigating a world full of uncertainty.