Introduction 🎉

Welcome back to Think Clearly About Risk in Real Life! In the first lesson, you built a toolkit for making very small probabilities feel real: you converted them into expected counts, scaled them across populations, compared unfamiliar risks to familiar ones, and translated fractional expected counts into intuitive waiting times. In this lesson, you will learn to:

  • Identify how the exact same risk data can sound dramatically different depending on how it is framed.
  • Distinguish between absolute risk and relative risk when evaluating health headlines and claims.
  • Calculate both absolute and relative risk changes from raw numbers.
  • Decide which framing provides the most useful context for making real-world personal decisions.

These tools will help you see past sneaky, alarming headlines — like a claim that a food additive "doubles your risk" — to uncover the actual size of the danger before you react.

📰 When Headlines Tell the Truth but Miss the Point

Imagine two news stories published on the same day about the same study:

  • Headline A: "New study finds chemical doubles cancer risk!"
  • Headline B: "Study links chemical to 1 extra cancer case per 100,000 people."
Two newspaper front pages framing the same risk data in dramatically different ways

Both headlines are factually accurate. Yet Headline A is likely to spread faster and cause more worry because it highlights how much the risk multiplied. Headline B focuses on how much the risk actually changed in concrete terms. This distinction — between relative risk and absolute risk — is one of the most important tools for thinking clearly about any probability claim. Let's define each one precisely.

🔢 What Absolute Risk Tells Us

Absolute risk is simply the probability that an event happens, expressed as a plain number. You have been working with absolute risks throughout this learning path whenever you saw things like "1 in 10,000" or "0.03%."

When a risk changes, the absolute risk change is the straightforward difference between the new risk and the old risk:

Absolute risk change=pnewpold\text{Absolute risk change} = p_{\text{new}} - p_{\text{old}}
🔍 What Relative Risk Tells Us

Relative risk describes how the new risk compares to the old risk as a ratio. Instead of asking "how much did the risk go up?", it asks "how many times bigger (or smaller) is the new risk?"

Relative risk=pnewpold\text{Relative risk} = \frac{p_{\text{new}}}{p_{\text{old}}}
⚖️ Computing Both Framings from the Same Data

Let's walk through a second example to make the process feel routine. Suppose a medical study reports that a new drug lowers the risk of a particular side effect from 88 in 1,0001{,}000 to 66 in 1,0001{,}000.

MeasureCalculationResult
Absolute risk reduction81,00061,000\frac{8}{1{,}000} - \frac{6}{1{,}000}
🧭 Which Framing Should Guide Your Decision?

When you need to make a personal decision — whether to take a supplement, change a habit, or worry about a warning — start with the absolute risk change, then use the relative risk for additional context. Absolute risk directly answers the question most of us actually care about: "By how much does my chance really change?" Relative risk is useful for understanding the strength of a link between a cause and an effect, but it can exaggerate the real-world importance of that link, especially when the baseline risk is tiny.

Whenever you encounter a dramatic-sounding relative claim, you can recover the absolute picture by asking two questions:

  1. What is the baseline risk? (If the article doesn't say, that is a red flag.)
  2. What is the new risk? Multiply the baseline by the relative risk, or work backward from the reported percentage change.

Let's see this in action. If a headline says "treatment cuts risk by 33.33%" and you know the baseline risk is 66 in 1,0001{,}000, you can find the absolute reduction:

Absolute reduction=0.3333×61,000=1.99981,00021,000\text{Absolute reduction} = 0.3333 \times \frac{6}{1{,}000} = \frac{1.9998}{1{,}000} \approx \frac{2}{1{,}000}
Conclusion and Next Steps

In this lesson, you learned to distinguish absolute risk (the plain probability or its direct change) from relative risk (the ratio or percentage comparison between two probabilities). You saw that the same data can produce headlines that feel wildly different, and you practiced computing both framings from a single set of numbers. The central takeaway is straightforward: relative risk tells us how much a risk multiplied, while absolute risk tells us how much it actually moved. For personal decisions, the absolute change is almost always the more informative number.

In the upcoming exercises, you will identify framings in realistic headlines, compute absolute and relative changes from raw data, recover hidden absolute risks from relative claims, and write your own evaluation of an advertising claim. Let's put these ideas into practice!

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal