Welcome back to What Is Probability?! We are now on lesson 2 of 4 in this course, and we are making solid progress. In the previous lesson, we built the essential vocabulary of probability: outcomes, sample spaces, and events, giving us a precise way to describe what can happen in a chance process. Now it is time to take things further and ask: how likely is any given event to occur?
From Words to Numbers
We already have intuitive ways of describing likelihood. We say a raffle win is "practically impossible," that a coin flip is "50/50," or that a summer thunderstorm is "very unlikely." The trouble is that words like "likely" or "unlikely" mean different things to different people. Mathematics needs something more reliable: a single, shared numerical scale that anyone can use and interpret the same way.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
The probability scale is a number line that runs from 0 to 1. The probability of an event E, written as P(E), is always a number in this range:
0≤P(E)≤1
No probability can be less than 0 or greater than 1. Here is a broad picture of the full scale:
Impossible0⋯About even0.5⋯Certain1
The closer a probability value sits toward 1, the more likely the event; the closer toward 0, the less likely.
The two ends of the scale carry clear, precise meanings:
P(E)=0 — the event is impossible. It cannot happen under any circumstances. Rolling a 7 on a standard six-sided die is a good example: there is no face showing 7, so P(rolling a 7)=0.
P(E)=1 — the event is certain. It is guaranteed to happen every time. Rolling some number between 1 and 6 on that same die is certain: P(rolling 1 through 6)=1.
These two anchor points are our fixed reference markers. Every realistic event falls somewhere between them.
Between 0 and 1, three key regions help us interpret probabilities at a glance:
Region
Probability Range
What It Means
Unlikely
Close to 0 (e.g., 0.05)
Can happen, but rarely does
About even
Around 0.5 (e.g., 0.4 to 0.6)
Equally likely to happen or not happen
Likely
Close to 1 (e.g., 0.95)
Will probably happen, but not guaranteed
The midpoint P(E)=0.5 deserves special attention. An event at exactly 0.5 is equally likely to happen or not happen — a perfect toss-up. A fair coin flip landing heads is the classic illustration: exactly one favorable outcome out of two equally likely possibilities, giving P(heads)=0.5.
Let's bring the scale to life with a few concrete examples!
You do not need to worry about how these exact numbers are calculated yet. For now, focus on what the numbers mean on the probability scale; we will learn the calculation method in detail in future units.
Winning a door prize when holding 1 ticket out of 200. This is possible, but very unlikely. The probability is 2001=0.005, sitting extremely close to 0.
Picking a vowel at random from the English alphabet. With 5 vowels out of 26 letters, P(vowel)=265≈0.19. This still falls close to 0, so it belongs in the unlikely region.
Flipping a fair coin and getting heads. As noted above, P(heads)=0.5, placing this squarely in the about-even region.
Rolling a number greater than 1 on a standard six-sided die. With five successful outcomes (2, 3, 4, 5, and 6) out of six possibilities, P(greater than 1)=65≈0.83. This sits close to 1, placing it in the likely region.
Even when we do not know the exact number, we can often identify the right region simply by reasoning about the situation. A helpful first step is always to ask: is this event impossible, rare (unlikely), about even, probable (likely), or certain?
In this lesson, we introduced the probability scale: a number line from 0 to 1 that assigns a precise likelihood value to every event. A probability of 0 signals an impossible event, while a probability of 1 signals a certain one. Values near 0 indicate unlikely events, values near 0.5 indicate events that are about equally likely to happen or not, and values near 1 indicate likely events.
In the practice section that follows, we will put this scale to work right away, matching real-world situations to their correct regions and interpreting probability values in context. It is a great way to make these ideas feel natural and intuitive, so let's get to it!