Understanding Likelihood and the Probability Scale
Introduction 🎉
Welcome to Make Sense of Everyday Probabilities, your first course in a learning path designed to help you think more clearly about chance, risk, and uncertainty.
Every day, we hear statements like "it will probably rain," "there's a good chance of a delay," or "that's almost impossible." We nod along, but what do these phrases actually mean in concrete terms? In this lesson, you will learn how to take those fuzzy feelings about likelihood and place them on a simple numeric scale. By the end, you will be able to:
Assign numbers to everyday events using the 0-to-1 probability scale.
Connect common words like "unlikely" or "almost certain" to approximate numeric ranges.
Understand why those words can be surprisingly slippery and how that imprecision affects real decisions.
🤔 Thinking About Certainty and Impossibility
Before we introduce any numbers, let's anchor ourselves with two extremes that everyone agrees on. Some things are impossible: a fair coin landing on both heads and tails at the same time simply cannot happen. Other things are certain: if today is Monday, then tomorrow is Tuesday. No debate there.
Most of life, though, falls somewhere in between. Will the bus be on time? Will it rain this afternoon? Will your favorite team win tonight? These outcomes are uncertain, and the whole point of probability is to measure just how uncertain they are. Think of it as placing each event somewhere on a ruler that stretches from "no way" on one end to "guaranteed" on the other.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
That intuitive ruler has a formal version — a numeric scale from 0 to 1:
A probability of 0 means the event is impossible or cannot happen.
A probability of 1 means the event is guaranteed or is certain to happen.
Everything else sits somewhere in between.
A fair coin landing heads, for example, has a probability of 0.5, right in the middle. An event with a probability of 0.9 is very likely but not guaranteed. An event at 0.1 is unlikely but not impossible. The closer the number is to 1, the more likely the event; the closer to 0, the less likely.
Here are a few familiar events placed on the scale to build your intuition:
Event
Approximate Probability
Tuesday follows Monday
1
Drawing a heart from a shuffled deck
0.25
A fair coin lands heads
0.50
Rolling a 6 on a fair die
≈0.17
The Grand Canyon fills with water overnight
≈0
In everyday conversation, we rarely say "there's a 0.3 probability of rain." Instead, we use likelihood words. These words are handy, but each one maps to a range on the probability scale rather than a single precise number. Here is a rough guide:
Likelihood Word
Approximate Range
Impossible
0
Very unlikely
0.01–0.10
Unlikely
0.10–0.25
Possible / could go either way
0.25–0.75
Likely
0.75–0.90
Very likely
0.90–0.99
Certain
1
An even chance (sometimes called a "fifty-fifty") sits right at 0.5, meaning the event is just as likely to happen as not. When someone says an outcome is "likely," they generally mean somewhere above 0.75 but below certainty. These ranges are not official rules carved in stone — they are useful approximations that help us translate between the way people naturally talk and the precision of numbers.
Now that we have a map from words to numbers, let's look at why that map is blurrier than it first appears. Imagine two coworkers reading the same project update that says there is "a good chance of a delay." One coworker might read "a good chance" as roughly 0.7. The other might interpret it as 0.5. Neither person is wrong; the phrase itself is simply vague enough to support both readings.
Research in decision science has repeatedly shown that when people are asked to put a number on words like "probable" or "unlikely," their answers vary widely. One person's "unlikely" might be 0.05, while another's is 0.20. This is not a flaw in anyone's reasoning — it is a natural limitation of qualitative language. Words describe a general region on the scale, not a pinpoint location.
This matters because important decisions in medicine, finance, and logistics can go very differently depending on whether "unlikely" means a 5% chance or a 20% chance. Recognizing this imprecision is the first step toward communicating about uncertainty more clearly, either by choosing words more carefully or by pairing them with actual numbers.
With the scale, the word-to-number mapping, and a healthy respect for imprecision under your belt, you are ready to try the process yourself. Suppose someone asks: "What is the probability that a randomly chosen person in the U.S. was born in January?" There are 12 months, and January is one of them, so a reasonable starting estimate is:
P(born in January)≈121≈0.08
That sits in the very unlikely zone, which matches our intuition: picking any single month for a random person is a long shot.
Now consider: "What is the probability that a local restaurant is open on a Wednesday evening?" Most restaurants are open midweek, so you might estimate something around 0.85 to 0.90, placing it in the likely to very likely range. You might adjust slightly depending on the type of restaurant or the area, but the scale gives you a structured way to express your judgment.
Whenever you face a new uncertain event, follow these steps:
Identify what you know about the event — facts, experience, or data.
Estimate a number between 0 and 1.
Match it to a likelihood word to check whether the number feels right.
If the word and the number disagree, revisit your estimate. This back-and-forth between intuition and the scale is exactly how you sharpen your probability thinking over time.
In this lesson, you explored the probability scale from 0 (impossible) to 1 (certain) and practiced placing everyday events along it. You connected common likelihood words such as "unlikely," "even chance," and "almost certain" to approximate numeric ranges. Most importantly, you saw that these words are inherently imprecise — two people can hear the same phrase and picture very different numbers, which is exactly why learning to think in numeric probabilities is so valuable.
Up next, you will put these ideas to work in a set of hands-on practice tasks where you will match words to ranges, assign probabilities to real scenarios, and diagnose why vague language leads to miscommunication. Let's see how sharp your probability instincts already are!