1.3.6Basic Data & Probability

Probability basics — sample space, events, P(E) = favourable - total

2,673 words12 min readdifficulty · medium1 backlinks

Overview

Probability measures how likely an event is to occur. It's the foundation of predicting outcomes in uncertain situations—from coin flips to weather forecasts to medical diagnoses.


1. Sample Space

Examples of Sample Spaces

Experiment Sample Space Number of outcomes
Toss 1 coin S={H,T}S = \{\text{H}, \text{T}\} 2
Roll1 die S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\} 6
Toss 2 coins S={HH,HT,TH,T}S = \{\text{HH}, \text{HT}, \text{TH}, \text{T}\} 4
Pick a card S={52 different cards}S = \{52\text{ different cards}\} 52

2. Events

Example Events

For rolling a single die with S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}:

Event Description Event Set Type
"Roll a 4" E1={4}E_1 = \{4\} Simple
"Roll an even number" E2={2,4,6}E_2 = \{2, 4, 6\} Compound
"Roll less than 7" E3={1,2,3,4,5,6}=SE_3 = \{1,2,3,4,5,6\} = S Sure event
"Roll a 7" E4=E_4 = \emptyset Impossible
Figure — Probability basics — sample space, events, P(E) = favourable - total

3. The Fundamental Probability Formula

Why This Formula Works — Derivation from First Principles

Start with the axioms of probability:

  1. Axiom 1: For any event EE, 0P(E)10 \leq P(E) \leq 1
  2. Axiom 2: P(S)=1P(S) = 1 (something must happen)
  3. Axiom 3: If events are mutually exclusive, P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)

For equally likely outcomes:

If sample space has nn outcomes, each equally likely, and probability of something happening is 1:

P(outcome1)+P(outcome2)++P(outcomen)=1P(\text{outcome}_1) + P(\text{outcome}_2) + \cdots + P(\text{outcome}_n) = 1

Since they're all equal, let P(each outcome)=pP(\text{each outcome}) = p:

np=1    p=1nn \cdot p = 1 \implies p = \frac{1}{n}

Each outcome has probability 1n(S)\frac{1}{n(S)}.

Now if event EE contains kk outcomes, by Axiom 3 (they're mutually exclusive):

P(E)=1n(S)+1n(S)++1n(S)k times=kn(S)=n(E)n(S)P(E) = \underbrace{\frac{1}{n(S)} + \frac{1}{n(S)} + \cdots + \frac{1}{n(S)}}_{k \text{ times}} = \frac{k}{n(S)} = \frac{n(E)}{n(S)}

This is why counting works for probability!


4. Key Properties


5. Worked Examples with Step-by-Step WHY


6. Common Mistakes & How to Fix Them


7. Active Recall Practice

Recall Feynman Technique — Explain to a 12-Year-Old

Imagine you're explaining probability to your younger sibling:

"Okay, so probability is like guessing games. Say you have a box with 10 toys—7 cars and 3 dolls. You close your eyes and grab one. What are your chances of getting a car?

First, count ALL toys: 10 total. That's everything that could happen.

Next, count what you WANT: 7 cars.

Your chances = the fraction: 7 out of 10, or 7/10. That's 0.7, or 70%. If I said 'What's the chance of NOT getting a car?' — well, that's getting a doll. 3 dols out of 10 toys = 3/10 or 30%.

Notice: 70% + 30% = 100%. Because you MUST get something!

Probability is just: (what you want) ÷ (all possibilities). As long as every toy has an equal chance of being picked, this works perfectly."


Connections

  • Sample Space — all possible outcomes
  • Events and Set Theory — events as subsets, unions, intersections
  • Complement of an Event — what doesn't happen
  • Mutually Exclusive Events — can't happen together
  • Axioms of Probability — the foundation rules
  • Conditional Probability — probability given extra information
  • Counting Principles — permutations and combinations for complex sample spaces
  • Random Variables — numerical outcomes and their probabilities
  • Law of Large Numbers — probability → frequency with many trials

#flashcards/maths

What is a sample space? :: The set of all possible outcomes of a random experiment.

What is an event in probability?
A subset of the sample space; a collection of one or more outcomes we're interested in.
What is the classical probability formula?
P(E)=n(E)n(S)P(E) = \frac{n(E)}{n(S)} where n(E)n(E) is the number of favourable outcomes and n(S)n(S) is the total number of outcomes, assuming all outcomes are equally likely.
What is the range of any probability value?
0P(E)10 \leq P(E) \leq 1. A probability cannot be negative or greater than 1.
What is the complement rule?
P(E)=1P(E)P(E') = 1 - P(E) where EE' is the event that EE does not occur.
If you roll a fair die, what is P(rolling a number ≤ 2)?
26=13\frac{2}{6} = \frac{1}{3} because favourable outcomes are {1, 2} out of 6 total outcomes.
When tossing two coins, what is the sample space?
{HH, HT, TH, TT} — four equally likely outcomes.
What is P(exactly one head) when tossing two fair coins?
24=12\frac{2}{4} = \frac{1}{2} because {HT, TH} are the favourable outcomes out of 4 total.
How many outcomes are in the sample space for rolling two dice?
36 outcomes (6 × 6), represented as ordered pairs (1,1) through (6,6).
What is P(sum = 7) when rolling two dice?
636=16\frac{6}{36} = \frac{1}{6} because there are 6 ways to get sum 7: {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)}.
Why can't we always just count outcomes and divide?
The formula P(E)=n(E)n(S)P(E) = \frac{n(E)}{n(S)} only works when all outcomes in the sample space are equally likely.
In a deck of 52 cards, what is P(drawing a heart)?
1352=14\frac{13}{52} = \frac{1}{4} because there are 13 hearts in52 cards.

Concept Map

lists all outcomes

subset of

1 outcome

many outcomes

equals S

empty set

count gives n of S

count gives n of E

numerator

denominator

requires

Random experiment

Sample Space S

Event E

Simple event

Compound event

Sure event P=1

Impossible event P=0

Total outcomes n of S

Favourable outcomes n of E

P of E = n(E) / n(S)

Equally likely outcomes

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, probability matlab ye samajhne ki koshish hai kioi chez hone ka kitna chance hai. Jaise agar ek bag mein 10 marbles hain — 7 laal aur 3 nele — aur tum bina dekhe ek uthate ho, toh laal marble milne ka chance kya hai? Simple: 7 laal hain total 10 mein se, toh probability = 7/10 ya 70%.

Pehle hum sample space banate hain — matlab sab possible outcomes ko list karte hain. Ek die roll karo toh sample space hai {1, 2, 3, 4, 5, 6}. Do coins toss karo toh {HH, HT, TH, TT} — yahan 4 outcomes hain, kyunki pehla coin aur dosra coin alag-alag outcomes de sakte hain. Phir hum apna event define karte hain — matlab hume kya chahiye. Agar event hai "4 se bada number", toh outcomes {5, 6} hain. Uske baad formula lagao: P(E) = (favourable outcomes) / (total outcomes) = 2/6 = 1/3.

Ek important baat: ye formula tab hi kaam karta hai jab har outcome equally likely ho. Agar do coins toss karke tum socho ki 0head, 1 head, 2 head — teen outcomes hain toh P(1 head) = 1/3, toh galat hai! Actual sample space {HH, HT, TH, TT} hai jisme 1 head ke liye HT aur TH dono favourable hain, toh 2/4 = 1/2. Probability mein accurate counting bohot zaroori hai — warna answer galat aa jayega. Yahi basic foundation hai pore probability ka!

Go deeper — visual, from zero

Test yourself — Basic Data & Probability

Connections