6.8 Descriptive Statistics: Center, Spread, and Graphical Displays

Key Takeaways

  • Measures of central tendency summarize data distributions: the mean is sensitive to extreme outliers, whereas the median is resistant to skewness; weighted averages scale values by their proportional importance.
  • Measures of spread quantify dispersion: range represents maximum minus minimum, while standard deviation measures the typical distance of data values from the distribution mean.
  • Theoretical probability ranges from 0 (impossible) to 1 (certain); compound probabilities for independent events multiply directly (P(A and B) = P(A)*P(B)), whereas dependent events without replacement update conditional sample sizes.
  • Transversal intersections create congruent alternate interior, alternate exterior, and corresponding angles, while interior angles on the same side are supplementary (sum to 180 degrees).
  • Fundamental geometric models include right triangle trigonometry/Pythagorean theorem (a^2 + b^2 = c^2), circle metrics (C = 2*pi*r, A = pi*r^2), and three-dimensional volume formulations (rectangular prism V = lwh, cylinder V = pi*r^2*h).
Last updated: August 2026

Descriptive Statistics, Probability Sets & Geometry Fundamentals

Quantitative Synthesis: The final module of the Next-Generation QAS exam measures your ability to interpret statistical data, analyze probability distributions, and solve applied Euclidean and coordinate geometry problems. This section unites data literacy, probability calculus, and geometric measurement into a cohesive quantitative framework.


Measures of Central Tendency & Data Spread

Descriptive statistics summarize the central location and dispersion of a numerical data set.

The Three Measures of Central Tendency

  1. Mean (Arithmetic Average, $\bar{x}$): The sum of all observations divided by the sample size $n$: xˉ=xin=x1+x2++xnn\bar{x} = \frac{\sum x_i}{n} = \frac{x_1 + x_2 + \dots + x_n}{n} Property: Highly sensitive to extreme values (outliers).
  2. Median: The physical middle value when the data set is arranged in ascending order:
    • If $n$ is odd, the median is the value at position $\frac{n+1}{2}$.
    • If $n$ is even, the median is the arithmetic average of the two middle values at positions $\frac{n}{2}$ and $\frac{n}{2} + 1$. Property: Resistant to outliers and skewed distributions.
  3. Mode: The data value that occurs with the highest frequency. A data set may have one mode (unimodal), two modes (bimodal), multiple modes, or no mode at all.

Skewness & The Mean-Median Relationship

  Left-Skewed (Negative Skew)      Symmetric (Bell-Shaped)       Right-Skewed (Positive Skew)
      Mean < Median < Mode           Mean = Median = Mode            Mode < Median < Mean

            ▲                                 ▲                                 ▲
           / \                               / \                               / \
          /   \                             /   \                             /   \
         /     \                           /     \                           /     \
  ──────/       \────────           ──────/       \──────           ────────/       \──────
  Tail on Left                      Balanced Center                 Tail on Right

Measures of Spread (Dispersion)

  • Range: $\text{Range} = \text{Maximum Value} - \text{Minimum Value}$. (Extremely vulnerable to outliers).
  • Standard Deviation ($\sigma$ or $s$): Quantifies how tightly clustered observations are around the arithmetic mean.
    • A small standard deviation indicates that data points are clustered closely around the mean.
    • A large standard deviation indicates substantial variability and wide dispersion across the number line.

Weighted Averages & Missing Score Calculations

When data values contribute unequal importance toward a final metric (such as college course grades or blended mixtures), compute the weighted average:

xˉw=(wixi)wi=w1x1+w2x2++wkxkw1+w2++wk\bar{x}_w = \frac{\sum (w_i \cdot x_i)}{\sum w_i} = \frac{w_1 x_1 + w_2 x_2 + \dots + w_k x_k}{w_1 + w_2 + \dots + w_k}

Worked Example: Target Grade Calculation

A biology student's grade is determined by four components: Lab Reports ($20%$), Midterm 1 ($25%$), Midterm 2 ($25%$), and Final Exam ($30%$). If the student scored 90 on Labs, 82 on Midterm 1, and 76 on Midterm 2, what minimum score on the Final Exam is required to earn an overall average of 84?

  • Step 1 (Current earned weight points): Labs: 0.20×90=18.0\text{Labs: } 0.20 \times 90 = 18.0 Midterm 1: 0.25×82=20.5\text{Midterm 1: } 0.25 \times 82 = 20.5 Midterm 2: 0.25×76=19.0\text{Midterm 2: } 0.25 \times 76 = 19.0 Current Accumulated Points=18.0+20.5+19.0=57.5\text{Current Accumulated Points} = 18.0 + 20.5 + 19.0 = 57.5
  • Step 2 (Set up equation for target 84): 57.5+0.30(F)=8457.5 + 0.30(F) = 84
  • Step 3 (Solve for Final Exam score $F$): 0.30(F)=8457.5=26.5    F=26.50.30=88.330.30(F) = 84 - 57.5 = 26.5 \implies F = \frac{26.5}{0.30} = 88.\overline{33}
  • Conclusion: The student must score at least 88.34 (or 89 on a whole-point test) on the Final Exam.

Graphical Data Interpretation & Scatter Plots

The ACCUPLACER evaluates your ability to extract quantitative conclusions from data displays:

  1. Histograms & Frequency Tables: Bars represent counts within continuous bin intervals. The total sample size $n$ equals the sum of all bar heights.
  2. Scatter Plots & Correlation:
    • Positive Correlation: As $x$ increases, $y$ tends to increase (trend line has positive slope $m > 0$).
    • Negative Correlation: As $x$ increases, $y$ tends to decrease (trend line has negative slope $m < 0$).
    • No Correlation: Points are scattered randomly with no discernible linear slope ($m \approx 0$).
    • Line of Best Fit: Linear equation $\hat{y} = mx + b$ used to predict outcomes (interpolation within the data range; extrapolation outside).

Probability Theory: Simple & Compound Events

The theoretical probability of an event $E$ occurring in a sample space $S$ of equally likely outcomes is:

P(E)=n(E)n(S)=Number of Favorable OutcomesTotal Number of Possible Outcomeswhere 0P(E)1P(E) = \frac{n(E)}{n(S)} = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}} \quad \text{where } 0 \le P(E) \le 1

Fundamental Probability Rules

  • Complement Rule: $P(\text{not } E) = 1 - P(E)$
  • Addition Rule (Union / "OR"): P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B) (If $A$ and $B$ are mutually exclusive (cannot co-occur), $P(A \text{ and } B) = 0$, so $P(A \text{ or } B) = P(A) + P(B)$).
  • Multiplication Rule (Intersection / "AND"):
    • Independent Events (occurrence of $A$ does not alter probability of $B$, such as coin tosses or sampling with replacement): P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)
    • Dependent Events (occurrence of $A$ alters sample space for $B$, such as card draws without replacement): P(A and B)=P(A)×P(BA)P(A \text{ and } B) = P(A) \times P(B \mid A)

Geometric Fundamentals: Angles, Triangles & Polygons

Angle Relationships

  1. Complementary Angles: Sum to $90^\circ$ ($\angle 1 + \angle 2 = 90^\circ$).
  2. Supplementary Angles: Sum to $180^\circ$ ($\angle 1 + \angle 2 = 180^\circ$).
  3. Vertical Angles: Opposite angles formed by two intersecting lines; always congruent ($\angle 1 \cong \angle 3$).
  4. Parallel Lines Cut by a Transversal:
    • Alternate Interior Angles are congruent (e.g., $\angle 3 \cong \angle 6$).
    • Alternate Exterior Angles are congruent (e.g., $\angle 1 \cong \angle 8$).
    • Corresponding Angles are congruent (e.g., $\angle 1 \cong \angle 5$).
    • Consecutive Interior (Same-Side Interior) Angles are supplementary ($\angle 3 + \angle 5 = 180^\circ$).
                               Transversal Angle Relationships
                                         Line t (Transversal)
                                            │
                        Line l  ───(1)───(2)│──────── (Line l ∥ Line m)
                                   (3)   (4)│
                                            │
                        Line m  ───(5)───(6)│────────
                                   (7)   (8)│
                                            │

Triangle Theorems & The Pythagorean Theorem

  • Interior Angle Sum: The interior angles of any triangle sum to $180^\circ$ ($A + B + C = 180^\circ$).
  • Exterior Angle Theorem: The measure of an exterior angle of a triangle equals the sum of the measures of its two remote interior angles ($\angle \text{ext} = \angle A + \angle B$).
  • Triangle Inequality Theorem: The sum of the lengths of any two sides must exceed the length of the third side ($a + b > c$).
  • The Pythagorean Theorem (Right Triangles Only): For legs $a, b$ and hypotenuse $c$: a2+b2=c2    c=a2+b2a^2 + b^2 = c^2 \implies c = \sqrt{a^2 + b^2} Common Pythagorean Triples: $(3, 4, 5)$, $(5, 12, 13)$, $(8, 15, 17)$, $(7, 24, 25)$ and their integer multiples (e.g., $(6, 8, 10)$, $(9, 12, 15)$).

Master Formula Reference Table: 2D & 3D Geometry

Geometric FigurePerimeter / CircumferenceArea ($A$)Volume ($V$) & Surface Area ($SA$)
Rectangle$P = 2l + 2w$$A = l \cdot w$-
Square$P = 4s$$A = s^2$-
Triangle$P = a + b + c$$A = \frac{1}{2}b \cdot h$-
Parallelogram$P = 2a + 2b$$A = b \cdot h$-
Trapezoid$P = a + b_1 + c + b_2$$A = \frac{1}{2}(b_1 + b_2)h$-
Circle$C = 2\pi r = \pi d$$A = \pi r^2$-
Rectangular Prism--$V = l \cdot w \cdot h$; $SA = 2(lw + lh + wh)$
Right Cylinder--$V = \pi r^2 h$; $SA = 2\pi r h + 2\pi r^2$
Sphere--$V = \frac{4}{3}\pi r^3$; $SA = 4\pi r^2$
Right Cone--$V = \frac{1}{3}\pi r^2 h$
Loading diagram...
Geometry and Measurement Formulas Taxonomy
Test Your Knowledge

In a collegiate statistics course, a student's final grade is computed as a weighted average: Homework is worth 20%, Midterm 1 is worth 25%, Midterm 2 is worth 25%, and the Final Exam is worth 30%. If Marcus scored 92 on Homework, 78 on Midterm 1, and 84 on Midterm 2, what minimum score must he achieve on the Final Exam to earn an overall course average of at least 85?

A
B
C
D
Test Your Knowledge

A laboratory storage box contains 8 blue sample vials, 5 amber sample vials, and 7 clear sample vials. If two vials are selected at random without replacement, what is the probability that both selected vials are amber?

A
B
C
D
Test Your Knowledge

A right circular cylindrical chemical storage tank has a base radius of 4 meters and a height of 9 meters. A solid spherical metal buoy with a radius of 3 meters is placed inside the tank, and water is pumped in to completely submerge the buoy and fill the tank to its brim. In terms of $\pi$, what is the exact volume of water contained in the filled tank?

A
B
C
D