Introduction 🎉

Welcome to Understanding Cumulative Risk! So far, you have built up a solid toolkit: Lesson 1 showed you how to convert tiny probabilities into tangible expected counts, and Lesson 2 revealed how absolute and relative framing can make the very same data feel dramatically different. Now you will add one more crucial dimension: time and repetition. A single small risk might barely seem worth noticing, but repeated over days, months, or years, it can quietly grow into something much more meaningful. By the end of this lesson, you will be able to:

  • Calculate how repeated small risks build up over time by using P(at least one)=1(1p)nP(\text{at least one}) = 1 - (1 - p)^n to find the chance that an event happens at least once.
  • Estimate cumulative risk quickly and compare repeated risks to one-time risks by using the shortcut n×pn \times p when it is appropriate and recognizing how frequency can outweigh a larger single-event risk.
💧 One Drop at a Time

Think about a single drop of water landing on a stone. Nothing visible happens. But a steady drip, repeated thousands of times, eventually wears a groove. Risk can work the same way.

Water droplet metaphor showing how repeated small impacts accumulate into a visible groove in stone

A 1-in-10,000 chance of something going wrong on any given day sounds tiny — and it is. Yet over a full year of daily exposure, you are rolling that metaphorical 10,000-sided die 365 times. Intuitively, repeating an event many times increases the overall chance of experiencing it at least once — but by how much? Now it is time to turn that intuition into a reliable formula and see just how far the numbers can move.

🎯 The Math Behind "At Least Once"

The key question with cumulative risk is: What is the probability that something happens at least once over many repeated exposures?

The easiest approach is to start from the opposite direction. Instead of counting all the ways the event could happen, we calculate the chance it never happens and subtract from 11. If the probability of the event on a single exposure is pp, then the probability it does not happen on that exposure is 1p1 - p. For nn independent exposures, the chance it never happens in any of them is:

⚡ A Quick Approximation for Mental Math

Using the full formula every time can be a bit cumbersome, especially when you just want a fast estimate. Luckily, there is a simple shortcut that works well when the risk per exposure is very small and the total buildup is still fairly small:

P(at least one)n×pP(\text{at least one}) \approx n \times p

In other words, for small risks, you can often estimate the cumulative chance by multiplying the number of exposures by the risk on each one.

In our cleaning-product example:

n×p=365×0.0002=0.073n \times p = 365 \times 0.0002 = 0.073
🔁 When Repeated Small Risks Outweigh a One-Time Risk

Cumulative thinking reveals a twist that often surprises people. Consider two scenarios side by side:

ScenarioPer-event riskExposuresCumulative risk
A: One-time adventure activity11 in 1,0001{,}000110.1%0.1\%
B: Daily city commute11 in per trip
⚠️ Deciding When Cumulative Risk Deserves Attention

We encounter countless small repeated risks every day, and it would be exhausting — and pointless — to worry about all of them. So how do you decide when the buildup is actually worth acting on? A practical approach is to ask three questions:

  1. How large is the cumulative probability? Use the formula or the n×pn \times p shortcut to get a number. If it stays well below 1%1\%, it may not be worth changing anything.
  2. How serious is the outcome? A 5%5\% cumulative chance of mild skin irritation calls for a very different response than a 5%5\% cumulative chance of a serious injury. Higher stakes justify more caution even at lower probabilities.
Conclusion and Next Steps

In this lesson, you saw that a small risk repeated many times can quietly grow into a meaningful probability. The formula P(at least one)=1(1p)nP(\text{at least one}) = 1 - (1 - p)^n gives us the exact cumulative risk, and the shortcut n×pn \times p offers a fast mental estimate when the numbers are small. You also discovered that frequent low-risk activities can overtake rare higher-risk ones in overall danger, and you built a three-question framework for deciding when cumulative risk is worth acting on.

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