How Math Works
Fields

Probability & Statistics

14 concepts

Probability & StatisticsN = m × n

Counting Cases

Things that can't happen together you ADD (the sum rule); things that happen one after another you MULTIPLY (the product rule).

Probability & StatisticsP(A) = a / n

What Probability Means

Count the equally likely outcomes, then take the share of them that are the ones you're hoping for.

Probability & StatisticsP(Aᶜ) = 1 − P(A)

Complementary Events

The probability that something does NOT happen is the whole probability 1 minus the probability that it does.

Probability & Statisticsx̄ = (x₁ + x₂ + ⋯ + xₙ) / n

Measures of Center

The mean is the sum divided by the count, the median is the middle value in order, and the mode is the value that shows up most.

Probability & Statisticsσ² = { (x₁−x̄)² + ⋯ + (xₙ−x̄)² } / n

Spread: Variance & Standard Deviation

The average of the squared deviations of each value from the mean is the variance; its square root is the standard deviation.

Probability & StatisticsₙPᵣ = n!/(n−r)!, ₙCᵣ = n!/(r!(n−r)!)

Permutations & Combinations

Picking r from n items: if the order you picked them in matters, it's a permutation (P); if only 'who got picked' matters, it's a combination (C).

Probability & StatisticsP(B|A) = P(A∩B) / P(A)

Conditional Probability

Given that event A has already happened, it's the probability B happens under that condition. You shrink the world to A, then weigh B.

Probability & StatisticsP(X=k) = ₙCₖ pᵏ (1−p)ⁿ⁻ᵏ

The Binomial Distribution

It's the distribution of the probability of getting k successes when you run n independent trials, each with the same success probability p.

Probability & StatisticsP(μ−σ ≤ X ≤ μ+σ) ≈ 0.68

The Normal Distribution

A bell-shaped distribution, symmetric about its mean. Data clusters most densely near the mean and thins out sharply as you move away.

Probability & StatisticsE(X) = Σ xᵢ pᵢ

Expected Value & Variance

When you know the probabilities of the outcomes, it's each value times its probability, all summed. Repeat enormously many times and it's the 'long-run average' things settle to.

Probability & StatisticsP(A|B) = P(B|A)·P(A) / P(B)

Bayes' Theorem

Bayes' theorem is the rule for updating a belief with new evidence. Take the probability of A before seeing B (the prior), multiply by how likely B is if A holds, divide by the total chance of B, and you get the probability of A after seeing B (the posterior).

Probability & Statisticsx̄ₙ = (X₁ + X₂ + ⋯ + Xₙ) / n → μ (n → ∞)

The Law of Large Numbers

The law of large numbers says that if you repeat the same random experiment many times, the average of the results gets closer and closer to the theoretical expected value μ. Individual outcomes stay unpredictable, but the average becomes predictable.

Probability & Statistics(x̄ₙ − μ) / (σ/√n) → N(0, 1) (n → ∞)

The Central Limit Theorem

The central limit theorem says that whatever the shape of the original distribution—flat or skewed—if you gather many independent samples and take their average (or sum), the distribution of those averages approaches the normal (bell) shape.

Probability & StatisticsP(Xₙ₊₁ | X₀…Xₙ) = P(Xₙ₊₁ | Xₙ); πP = π

Markov Chains

It is a process that hops randomly among states, where the probability of the next state depends only on the current state and not at all on the path taken to get there. This 'memorylessness' is the Markov property.

Keep learning in the app

Touch-and-drag widgets, self-graded practice and daily formulas — free on iOS and Android.