Skip to main content

Probability and Statistics — the "hardest to understand" subject with the most real-world applications

Probability isn't "guessing". Behind every statistic is a way of thinking — and understanding it helps you make better decisions, both in math and in life.

Many students find probability and statistics the "strangest" part of the math curriculum — no clear formulas like algebra, nothing to visualize like geometry. But this is actually the part of math closest to real life. This post helps you understand probability correctly from the ground up.

What is probability — really?

Probability is a measure of how certain an event is to occur. Its value ranges from 0 (never happens) to 1 (definitely happens).

P(A)=number of favorable outcomestotal number of possible outcomesP(A) = \frac{\text{number of favorable outcomes}}{\text{total number of possible outcomes}}

Example: Tossing a fair coin, the probability of getting heads is:

P(heads)=12=0.5P(\text{heads}) = \frac{1}{2} = 0.5


Three core rules

1. Addition rule — mutually exclusive events

If two events AA and BB cannot happen at the same time:

P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)

Example: Rolling a die, the probability of getting 1 or 6:

P(1 or 6)=16+16=13P(1 \text{ or } 6) = \frac{1}{6} + \frac{1}{6} = \frac{1}{3}

2. Multiplication rule — independent events

If AA and BB do not affect each other:

P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)

Example: Tossing a coin twice, the probability of getting heads both times:

P=12×12=14P = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}

3. Complementary probability

P(A)=1P(A)P(\overline{A}) = 1 - P(A)

Application: Instead of calculating the probability of a complex event directly, calculate the probability it does not happen and subtract from 1 — usually much simpler.


Permutations, arrangements, and combinations

Before calculating probability, you need to count possible outcomes correctly.

TypeFormulaUse when
Permutation of nn elementsPn=n!P_n = n!Arranging all, order matters
Arrangement of kk from nnAnk=n!(nk)!A_n^k = \frac{n!}{(n-k)!}Selecting kk, order matters
Combination of kk from nnCnk=n!k!(nk)!C_n^k = \frac{n!}{k!(n-k)!}Selecting kk, order doesn't matter

Quick example: Selecting 3 students from a class of 30 for the student council (roles are interchangeable):

C303=30!3!27!=4060 waysC_{30}^3 = \frac{30!}{3! \cdot 27!} = 4060 \text{ ways}


Descriptive statistics — summarizing data

When working with a dataset, the three most important values are:

  • Mean xˉ\bar{x}: sum divided by count — sensitive to extreme values
  • Median: the middle value when sorted — more robust to outliers
  • Variance / Standard deviation: measures how spread out the data is

σ2=1ni=1n(xixˉ)2\sigma^2 = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^2

In practice: When the news reports "average income", they usually use the arithmetic mean — which can be pulled up by a wealthy minority. The median reflects reality more accurately.


Common probability thinking mistakes

The Gambler's Fallacy

"I've flipped tails 5 times in a row — heads must be due next time!"

Wrong. Each flip is independent. Past results don't affect future ones when events are independent.

Confusing conditional probability

P(AB)P(A|B) — the probability of AA occurring given that BB has occurred — is completely different from P(A)P(A).

Example: The probability a patient has disease X given a positive test result \neq the probability of a positive test result given that the patient has disease X.


Practice with MathPal

Probability and combinatorics are the areas where one logical misstep leads to a completely wrong answer. When you hit a tough problem:

  1. Upload it to MathPal to see each step analyzed
  2. Pay attention to whether the problem calls for a combination or arrangement — this is the key distinction
  3. Re-solve it yourself without looking at the answer

Try MathPal now →

MathPal Team

AI Math Tutor — step-by-step explanations, available 24/7.