Probability & simulation tools

Simulate, compute, and sanity-check odds: trees, combinatorics, and distributions.

Probability simulator Probability tree / 2×2 nCr / nPr Distribution sampler Dice tools
Other languages 日本語 | English | 简体中文 | 繁體中文 | 繁體中文(香港) | Español | Español (México) | Português (Brasil) | Português (Portugal) | Bahasa Indonesia | Tiếng Việt | 한국어 | Français | Deutsch | Italiano | Русский | हिन्दी | العربية | বাংলা | اردو | Türkçe | ไทย | Polski | Filipino | Bahasa Melayu | فارسی | Nederlands | Українська | עברית | Čeština

Quick guide

  1. Use the simulator to build intuition and compare theory vs runs.
  2. Use the tree / 2×2 table to structure AND/OR/NOT.
  3. Use nCr/nPr for combinations and permutations.

Probability & simulation tools: how to choose the right calculator path

This topic page works best when you treat it as a decision map rather than a flat list of tools. Start by writing the exact decision you need to make, then pick calculators in sequence so each output becomes an input to the next step. In practice, teams get faster and make fewer errors when they run a baseline model first, pressure-test assumptions second, and only then export a final number. For many workflows in this topic, a reliable sequence is to begin with Probability Simulator — coin, dice, roulette, cross-check with Probability tree & 2×2 table — AND/OR & complement, and finalize with Birthday paradox (collision probability) calculator when you need a publishable result.

How to choose calculators in this topic

Common mistakes

Practical workflow example

Suppose your team must deliver a recommendation by end of day. Use the first 10 minutes to define scope, constraints, and acceptance criteria in plain language. Run a baseline calculation, then a conservative and an optimistic case using the same structure. If outputs diverge materially, capture the sensitivity driver and decide which assumption needs escalation. Only after this pass should you export or share numbers. This process keeps the topic useful for real decisions, not just one-off calculations.

When results will influence spending, policy, or operations, keep a short note beside each output that records source data date, assumptions, and rounding policy. That one step dramatically reduces rework when someone asks for a rerun next week.

See also

Tools

Calculators

How to choose the right probability tool first

Start from the question, not the formula. Use this page to decide whether you need simulation, exact counting, a distribution model, or a one-off probability story such as birthdays or coupon collection.

Open the simulator first when you want intuition

Use Probability Simulator or the sampling tools when you want to see how outcomes spread over repeated runs. This is the best first stop for coin tosses, dice, roulette, random walks, and "what happens if I repeat this many times?" questions.

Use formulas first when the structure is fixed

Open nCr / nPr for counting arrangements, Probability tree / 2×2 for AND/OR/NOT logic, and Distributions when you already know the model family. This route is faster when you need an exact probability rather than a simulated estimate.

When to use a special-purpose calculator

Common mistakes on this topic

See also

FAQ

Which probability tool should I open first?

Open the simulator when you want intuition from repeated runs, a tree or 2×2 table when you need AND/OR/NOT logic, and nCr/nPr when the question is about counting arrangements. If the process already names a model such as binomial, Poisson, or t, go straight to the distributions page.

When should I use a simulator instead of a formula?

Use a simulator when you want to see spread, rare outcomes, or repeated-run intuition. Use a formula first when the setup is fixed and you need an exact probability or exact count that is easier to report.

How do I know whether weighted and equal chance are different problems?

If each item has the same chance on every draw, use an equal-chance tool. If entries, probabilities, or transition weights differ by item, use a weighted picker, a weighted sampler, or a Markov/random-walk tool that keeps those weights explicit.

Why are coupon collector and birthday paradox separate calculators?

They answer different repeated-chance questions. Coupon collector is about how long it takes to collect all categories, while birthday paradox is about the chance of at least one collision in a group.

Are these pages good for study as well as quick answers?

Yes. The topic is arranged so you can start with a quick answer tool, then move to trees, distributions, or simulators to understand why the result changes under different assumptions.