Distribution (Intuition) Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Compare three distributions: (A) uniform (equal probability for all outcomes), (B) right-skewed (most values small, few very large), (C) bimodal (two peaks). Give a real-world example of each.

Solution

  1. 1
    (A) Uniform: rolling a fair die โ€” each outcome (1โ€“6) equally likely; flat histogram
  2. 2
    (B) Right-skewed: household incomes โ€” most people earn moderate amounts, a few earn millions; long right tail
  3. 3
    (C) Bimodal: heights of students in a mixed-grade class (two peaks: younger/shorter and older/taller); two distinct humps
  4. 4
    Key insight: distribution shape determines which statistics are appropriate (mean vs median, SD vs IQR)

Answer

Uniform: dice rolls. Right-skewed: income. Bimodal: mixed-age heights.
Recognizing distribution shape before analysis prevents choosing inappropriate methods. Normal distributions allow mean/SD summaries; skewed distributions require median/IQR; bimodal distributions suggest two underlying groups that should be analyzed separately.

About Distribution (Intuition)

A distribution describes how data values are spread out across their range โ€” which values occur, how often, and whether the data is symmetric or skewed.

Learn more about Distribution (Intuition) โ†’

More Distribution (Intuition) Examples