Notes on Areas Under Normal Curves, Probability Definitions, and Basic Probability
3.1 Areas Under Normal Curves
- Standard normal distribution: mean 3 bmu = 0, b = 1; written as X \u2261 N(bc, b) with bc = 0, b = 1.
- The normal curve areas correspond to population proportions: the area under the curve over an interval equals the proportion of observations in that interval.
- Rationale: the normal curve is the limit of a sequence of histograms as sample size grows and bin width goes to zero; thus areas converge to probabilities.
- Example: if a student’s arrival time in minutes for class is modeled by a standard normal, then:
- half the time the student arrives before class starts.
- 68.27% of the time the student is within minute of the start of class.
- Z-transformation (to connect any normal to the standard normal):
- Define . Then .
- Inverse: to go from standard normal to an arbitrary normal.
- This lets us use the standard normal table to answer questions about any normal distribution.
- Example: IQ distribution for Reggie Jackson
- IQ given: mean , standard deviation , and observed value .
- Compute z-value: .
- Probability to the right of 140: P(X > 140) = P(Z > 2.5) = 0.006 \approx 0.6\%.
- Example: top 2% to join Mensa
- Look up the z-value corresponding to area 0.02 in the upper tail; .
- Convert to the IQ score: .
3.2 Probability Definitions
- Two broad definitions of probability:
- Frequentist: probability of an event is the long-run relative frequency.
- Formal: P[A] = \lim_{n \to \infty} \frac{# \text{ times } A \text{ happens}}{n}.
- Quotation: John Maynard Keynes: “In the long run, we are all dead.”
- Bayesian: probability reflects personal belief; choose a value for based on prior information and coherence with other beliefs; update with data via Bayes’ Rule as new information arrives.
- Requirements for a Bayesian view: must conform to all other personal opinions and must update according to Bayes’ Rule.
- Kolmogorov’s Axioms (probability must satisfy):
- 0 ≤ ≤ 1.
- The probability of some outcome from the sample space equals 1: .
- If A and B are incompatible (disjoint), then .
- Notes:
- Axioms provide the foundation from which all other probability rules are derived.
- Kolmogorov (1903–1987) is cited as a foundational figure for this axiomatization.
3.3 Drawing From A Box
- Box model for randomness requires three pieces of information:
- What are the tickets (numbers) in the box?
- How many draws are taken?
- Are the draws with replacement?
- Applications posed:
- What is the box model for 50 tosses of a (possibly unfair) coin?
- What is the box model for drawing a random sample of 50 students from STA 111 to learn about GPA?
- What is the box model for drawing a random sample of 50 U.S. voters to learn opinion on gun control laws?
3.4 Basic Probability
Core definitions:
- A and B are independent iff .
- A and B are disjoint (mutually exclusive) iff .
- A finite partition: events are incompatible and .
Key rules:
- Complement rule: .
- Inclusive OR (union): .
- Conditional probability: (provided P[B] > 0).
Deck of cards example (A = heart, B = red):
- Independence check: ; hence A and B are not independent.
- Disjoint? No, red cards include hearts, so A and B are not incompatible.
- Partition of a deck: .
- Complement: .
- Inclusive OR:
- Conditional:
DoD draft lottery example (first two draws from December):
- Approach A (enumeration): There are ordered pairs of dates; December pairs number ; Probability = .
- Approach B (conditional product): Let = second draw is December, = first draw is December. Then
Card-draw problems (two-card sequences and independence):
1) Two draws from a standard 52-card deck. Probability that the first card is a king (B) and the second card is a queen (A):
2) Roll a die; probability of a six (A) given that the result is greater than or equal to 3 (B):Die roll pairs (independence reminder):
- Roll a die twice; probability of a six on the second throw (A) given the first throw is a six (B):
- If , then A and B are independent. Independence means the occurrence of one event does not affect the chance of the other.
- Roll a die twice; probability of a six on the second throw (A) given the first throw is a six (B):
Additional card- or dice-based unions (examples):
- Probability of a king or a red card in a single draw:
- Probability of a king or a red card when drawing two cards without replacement can be approached via disjoint cases or via the complement, e.g. for two draws:
- Practical note: hard calculations often have simplifications or tricks.
Summary emphasis:
- Understand the meaning of independence, disjointness, and partition in concrete card/die problems.
- Use the fundamental rules (complement, union, conditional) to decompose complex events.
- Recognize when to use the complement or to condition on a known event to simplify calculations.