You are making stellar progress! In the first two lessons, you placed events on the 0-to-1 probability scale and then learned to read percent chances as expected frequencies out of 100 similar situations. Both of those skills will come in handy in this lesson.
Here is the challenge: probability does not always arrive neatly packaged as a percentage. You will often encounter phrases like "1 in 20 customers win a prize" or "the odds are 4 to 1." These look quite different from a percent chance, yet they describe the same kind of thing — how likely something is. By the end of this lesson, you will be able to:
Recognize the three most common probability formats: percentages, "1 in N" statements, and simple odds.
Convert between these formats using straightforward formulas.
Compare probability statements even when they are expressed in different formats.
🔄 One Likelihood, Many Formats
Imagine you are researching a medical procedure and three sources describe the risk of a complication differently:
Source A: "There is a 4% chance of a complication."
Source B: "1 in 25 patients experience a complication."
Source C: "The odds are 24 to 1 against having a complication."
At first glance, these might look like three different risk levels. In fact, they are all saying the exact same thing — only the format changes. This is one reason probability can feel confusing in everyday life: identical likelihoods can appear very different depending on how they are written. Our goal in this lesson is to make each of these formats feel familiar and to build the skill of translating freely between them.
📣 The "1 in N" Format
😍 Getting a Feel for Scale
🎲 Understanding Simple Odds
↔️ Comparing Probabilities Across Formats
Conclusion and Next Steps
In this lesson, we explored three common formats for expressing probability — percentages, "1 in N" statements, and simple odds — and saw that these are simply different ways of describing the same underlying likelihood. We learned conversion formulas that let us move freely between them, and we built a sense of scale for judging whether a "1 in N" event counts as common, uncommon, or rare.
The key insight to carry forward is this: the format may change, but the likelihood does not. Recognizing and translating each format gives you a much clearer view of the information being presented. Now it is time to put these skills into action with hands-on exercises where you will identify formats, convert between them, and make real comparisons drawn from everyday scenarios.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
Beyond percentages, one of the most common ways to express probability is the "1 in N" format. You will find it in health information, product statistics, and news reporting — in statements like "1 in 5 adults exercise daily" or "1 in 1,000 patients report this side effect."
The meaning is straightforward: out of every N cases, we expect the event to happen about 1 time. We can connect this format to the percentage thinking we practiced in the previous lesson with a simple conversion:
percentage=N1×100
For example, "1 in 5" becomes 51×100=20%, and "1 in 50" becomes 501×100=2%. Here is a quick reference:
"1 in N" Statement
Percentage
1 in 4
25%
1 in 10
10%
1 in 20
5%
1 in 50
2%
1 in 100
1%
1 in 250
0.4%
Notice the pattern: as N gets larger, the percentage gets smaller and the event becomes rarer. This makes sense in that a bigger group has to pass before we expect the event to happen even once.
When we encounter a "1 in N" statement, it helps to have some rough benchmarks for how common or uncommon the event actually is:
1 in 2 through 1 in 5 (50% to 20%): Common. You would see this happen regularly.
1 in 10 through 1 in 50 (10% to 2%): Uncommon. In a group of 100 people, only a few would be affected, but it would not be surprising.
1 in 100 through 1 in 1,000 (1% to 0.1%): Rare. Most individuals will not experience it, though across a large population many still will.
1 in 10,000 or more (0.01% or less): Very rare. Extremely unlikely for any single person.
These benchmarks are especially useful in health contexts. For instance, if a medication label says a side effect occurs in "1 in 250 patients," that works out to 0.4%, which sits in the rare range. The vast majority of patients will not experience it, but it is not impossible. Having this sense of scale helps us react proportionally rather than either dismissing a risk completely or overreacting to it.
The third format we need to recognize is odds, which shows up frequently in sports commentary, betting, and sometimes in news stories. Odds express likelihood as a ratio between two outcomes, written as "A to B."
Here is the key idea: the first number represents how often the event does not happen, and the second represents how often it does. When someone says the odds are "3 to 1 against" an event, it means that for every 3 times the event does not occur, it occurs about 1 time. The total number of outcomes is 3+1=4, and the event happens in 1 of them. In casual speech, people often drop the word "against" and simply say "3 to 1 odds," which typically carries the same meaning.
To convert odds to a percentage, add the two numbers together, then divide the favorable side by that total:
percentage=total number of possible outcomesnumber of outcomes where the event happens×100
For "3 to 1 against," the event happens 1 time out of 4 total:
3+11×100=25%
Odds (Against)
Meaning
Percentage
1 to 1
Happens 1 out of 2 times
50%
3 to 1
Happens 1 out of 4 times
25%
4 to 1
Happens 1 out of 5 times
20%
9 to 1
Happens 1 out of 10 times
10%
A handy shortcut to remember: odds of "A to 1" against are the same as "1 in (A + 1)." For example, "9 to 1 against" is the same as saying "1 in 10," which is 10%. This connection lets you jump from odds into the "1 in N" format and from there to a percentage in just two quick steps.
The real power of knowing these conversions is that we can compare probabilities even when they are stated in completely different formats. The strategy is simple: convert everything to percentages and then compare the numbers directly.
Let's walk through a realistic example. Suppose you are comparing two product warranties that describe repair likelihood in different formats:
Product
Claim
Conversion
Percentage
A
"1 in 8 units need repair within the first year"
81×100
12.5%
B
"The odds are 9 to 1 against needing a repair"
9+11×100
10%
Product A has the higher repair likelihood at 12.5% compared to Product B's 10%. Without converting to a shared format, this comparison would be difficult to make at a glance. For quick reference, here is a summary of the three conversion paths we now have available:
Starting Format
How to Convert to a Percentage
Percentage
Already in the right format
1 in N
N1×100
Odds of A to B (against)
A+BB×100
Whenever you encounter a probability in any format, these conversions bring it into the familiar world of percentages, where our "imagine 100 similar situations" technique from Lesson 2 makes it concrete and easy to reason about.