DAT QUANTITATIVE REASONING • DATA ANALYSIS & APPLIED PROBLEM SOLVING

Statistics — Apply basic statistical concepts (e.g., mean, median, variance, standard deviation) to analyze data.

Master the foundational descriptive statistics that underpin every quantitative analysis on the DAT.

Historical Context & Motivation

The need to summarize and interpret numerical data is as old as organized society itself, but the formal mathematical machinery we now call descriptive statistics coalesced over several centuries of intellectual effort. Early census records from Babylon, Egypt, and China quantified populations and harvests, yet these inventories lacked any notion of a single representative value for a collection of measurements. The conceptual leap from raw tabulation to a concise numerical summary—what we now term a statistic—required both the development of probability theory and the practical demands of astronomy, where reconciling slightly discrepant observations of the same celestial event was a matter of scientific credibility.

1654
Foundations of Probability
Blaise Pascal and Pierre de Fermat exchanged letters on the problem of points, establishing the combinatorial groundwork that would later support statistical inference and expectation.
1809
Method of Least Squares & the Normal Curve
Carl Friedrich Gauss published Theoria Motus, formally deriving the normal (Gaussian) distribution and demonstrating the arithmetic mean as the maximum-likelihood estimator of a planet's true position.
1893
Karl Pearson & the Standard Deviation
Karl Pearson coined the term standard deviation and systematized the study of distributions, transforming statistics from a collection of ad hoc techniques into a rigorous discipline.
1920s
Fisher's Small-Sample Theory
Ronald A. Fisher introduced the distinction between population parameters and sample statistics, formalized degrees of freedom, and championed the use of variance as the fundamental measure of spread.
1960s–Present
Computational Statistics
With the advent of digital computing, descriptive statistics became instantly calculable for massive datasets, enabling modern biostatistics, machine learning, and evidence-based clinical research.

The central question these pioneers addressed remains the same question you face on the DAT: given a set of numerical observations, how do we best characterize its center and its spread? The concepts of mean, median, variance, and standard deviation provide the definitive answers, and understanding their properties is essential for interpreting experimental data, evaluating research findings, and solving quantitative reasoning problems under timed conditions.

Core Principles & Definitions

Descriptive statistics can be organized around two complementary ideas: measures of central tendency, which identify a typical or representative value in a dataset, and measures of dispersion, which quantify how far individual observations deviate from that center. Together, these two families of statistics provide a compact yet informative summary of any univariate distribution. A solid grasp of the following five foundational concepts will cover the vast majority of DAT quantitative reasoning items related to data analysis.

1

Mean (Arithmetic Average)

The sum of all observations divided by the count. It is the balance point of a distribution and is sensitive to every data value, including outliers.
2

Median

The middle value when observations are arranged in ascending order. It divides the distribution into two equal halves and is resistant to outliers, making it preferable for skewed data.
3

Mode

The most frequently occurring value. It is the only measure of central tendency applicable to categorical data and may be used to identify peaks in a distribution.
4

Variance

The average of the squared deviations from the mean. It quantifies the overall spread of a dataset in squared units, and forms the basis for many advanced statistical tests.
5

Standard Deviation

The positive square root of the variance, returning the measure of spread to the original units of measurement. It is the most commonly reported measure of variability.
KEY TAKEAWAY
Think of the mean as the fulcrum of a seesaw: it is the point at which all the data values, treated as weights along a number line, perfectly balance. The standard deviation then describes how far, on average, those weights sit from the fulcrum. A small standard deviation means the weights are clustered near the center; a large one means they are spread far apart. Together, the mean and standard deviation give you a remarkably complete picture of a dataset's shape and location—just as knowing the fulcrum position and the average lever arm tells you everything about the seesaw's mechanical state.

Visual Explanation — Central Tendency vs. Spread

The diagram below illustrates two datasets that share the same mean (μ = 50) but differ markedly in their standard deviations. Dataset A (σ = 5) concentrates its observations near the center, producing a tall, narrow bell curve, while Dataset B (σ = 15) distributes observations across a wider range, yielding a flatter, broader curve. This visual comparison underscores a critical principle: the mean alone is an incomplete summary. Two distributions can have identical centers yet convey entirely different information about the variability inherent in their underlying processes.

Both curves are centered at μ = 50 (dashed gold line). The cyan curve (σ = 5) is tall and narrow, indicating tightly clustered data. The pink curve (σ = 15) is broad and flat, indicating high variability. On the DAT, recognizing how spread changes a distribution's shape—without changing its center—is essential for interpreting experimental results.

Notice that approximately 68% of observations in any normal distribution fall within one standard deviation of the mean. For Dataset A, this range is 45–55, whereas for Dataset B it extends from 35–65. This 68-95-99.7 rule (also called the empirical rule) states that roughly 68%, 95%, and 99.7% of data lie within 1, 2, and 3 standard deviations of the mean, respectively. While the DAT may not always present perfectly normal data, this rule provides a powerful mental benchmark for assessing whether a given observation is typical or extreme.

Mathematical Framework

With the conceptual groundwork established, we now formalize each statistic algebraically. Pay close attention to the distinction between population parameters (denoted by Greek letters) and sample statistics (denoted by Latin letters), as the DAT occasionally tests this notational convention. The sample formulas use n − 1 in the denominator (Bessel's correction) to produce an unbiased estimate of the population variance.

ARITHMETIC MEAN
x̄ = (1/n) × Σᵢ₌₁ⁿ xᵢ
where is the sample mean, n is the number of observations, and xᵢ is the i-th observation. The population mean is denoted μ.
MEDIAN
Median = x₍₍ₙ₊₁₎/₂₎ if n is odd; (x₍ₙ/₂₎ + x₍ₙ/₂₊₁₎) / 2 if n is even
Sort all observations in ascending order. If the count is odd, the median is the single middle value. If even, it is the average of the two central values.
SAMPLE VARIANCE
s² = (1/(n − 1)) × Σᵢ₌₁ⁿ (xᵢ − x̄)²
The factor n − 1 (degrees of freedom) corrects for the downward bias that results from estimating μ with x̄. The population variance σ² uses N in the denominator.
SAMPLE STANDARD DEVIATION
s = √s² = √[(1/(n − 1)) × Σᵢ₌₁ⁿ (xᵢ − x̄)²]
Taking the square root of the variance converts the measure back to the original units of the data. The population standard deviation is denoted σ.
💡 DAT Tip — Bessel's Correction
When a problem says "find the standard deviation of this sample," divide by n − 1. When it says "find the standard deviation of the population" (or gives you every data point in the entire population), divide by N. On the DAT, most questions specify a sample, so default to n − 1 unless stated otherwise.

Detailed Breakdown — Effect of Outliers and Skew

One of the most frequently tested concepts on the DAT is how outliers and skewness differentially affect the mean and median. Because the mean incorporates every value through summation, a single extreme observation can drag it toward the tail of a distribution, whereas the median, being a positional measure, remains anchored at the center of the ordered dataset. This robustness property makes the median the preferred measure of central tendency for income distributions, home prices, and many biological measurements that exhibit right skew.

Adding a single outlier (50) to the dataset {2, 4, 5, 6, 8} dramatically shifts the mean from 5.0 to 12.5 (a 150% increase), while the median moves only from 5 to 5.5. This robustness makes the median the preferred summary for skewed distributions.

The relationship between mean and median also serves as a quick diagnostic for skewness. In a right-skewed (positively skewed) distribution the mean exceeds the median because the right tail drags the balance point upward. Conversely, in a left-skewed (negatively skewed) distribution the mean is less than the median. When the two measures coincide, the distribution is symmetric. This heuristic—mean vs. median as a skewness indicator—appears regularly on the DAT and should become an automatic check whenever you encounter a dataset.

Quick diagnostic for skewness using mean vs. median
Skew DirectionMean vs. MedianTail Direction
Right (positive) skewMean > MedianLong tail extends to the right
SymmetricMean ≈ MedianTails are approximately equal
Left (negative) skewMean < MedianLong tail extends to the left

Worked Example — Full Descriptive Analysis

A researcher measures the diastolic blood pressure (mmHg) of 8 patients in a clinical trial: 72, 78, 80, 82, 85, 88, 90, 95. Compute the mean, median, variance, and standard deviation of this sample.

Descriptive Statistics for Blood Pressure Data
1
Step 1 — Compute the SumAdd all observations: 72 + 78 + 80 + 82 + 85 + 88 + 90 + 95 = 670. There are n = 8 observations.
Σxᵢ = 670, n = 8
2
Step 2 — Compute the MeanApply the mean formula: x̄ = 670 / 8 = 83.75 mmHg. This is the arithmetic average blood pressure in our sample.
x̄ = 83.75 mmHg
3
Step 3 — Find the MedianThe data are already sorted. With n = 8 (even), the median is the average of the 4th and 5th values: (82 + 85) / 2 = 83.5 mmHg. The median is close to the mean, suggesting approximate symmetry.
Median = 83.5 mmHg
4
Step 4 — Compute Each Squared DeviationSubtract the mean from each observation and square the result: (72 − 83.75)² = 138.0625, (78 − 83.75)² = 33.0625, (80 − 83.75)² = 14.0625, (82 − 83.75)² = 3.0625, (85 − 83.75)² = 1.5625, (88 − 83.75)² = 18.0625, (90 − 83.75)² = 39.0625, (95 − 83.75)² = 126.5625. Sum of squared deviations = 373.5.
Σ(xᵢ − x̄)² = 373.5
5
Step 5 — Compute Variance and Standard DeviationSince this is a sample, we divide by n − 1 = 7. Sample variance: s² = 373.5 / 7 = 53.36 mmHg². Sample standard deviation: s = √53.36 ≈ 7.30 mmHg. This tells us that individual blood pressures typically deviate about 7.3 mmHg from the sample mean.
s² ≈ 53.36 mmHg² | s ≈ 7.30 mmHg

Strengths & Limitations of Each Measure

No single statistic is universally superior; each has contexts in which it excels and situations in which it misleads. The DAT expects you to select the most appropriate measure for a given scenario, so understanding the trade-offs below is as important as knowing the formulas.

Comparison of descriptive statistics: strengths and limitations
MeasureStrengthsLimitations
MeanUses every data point; algebraically tractable; minimizes the sum of squared deviations; essential for computing variance and standard deviation.Sensitive to outliers; can misrepresent highly skewed distributions; not defined for ordinal or nominal data.
MedianResistant to outliers; appropriate for skewed data; applicable to ordinal data; splits data into equal halves.Ignores the magnitude of most values; less amenable to algebraic manipulation; less efficient estimator when data are symmetric.
ModeApplicable to categorical data; identifies peaks; can indicate multimodality in a distribution.May not exist, or may not be unique; carries little information about spread; unstable in small samples.
VarianceAdditive for independent variables; foundational for ANOVA, regression, and many inferential procedures.Expressed in squared units, making direct interpretation unintuitive; sensitive to outliers (even more so than the mean).
Standard DeviationIn the same units as the data; directly interpretable via the empirical rule; widely reported in scientific literature.Still sensitive to outliers; not additive (variances are, but SDs are not); assumes interval or ratio scale.
KEY TAKEAWAY
Choosing between the mean and the median is analogous to choosing between GPS coordinates and a landmark description. GPS (the mean) is precise and mathematically convenient, but a single erroneous satellite signal (an outlier) can place you in the wrong city. A landmark description (the median) is less precise but far more robust—it won't be thrown off by one bad data point. On the DAT, always ask: is this distribution roughly symmetric, or is there skew or outlier contamination? Your answer dictates which summary measure to trust.

Connection to Inferential Statistics & Advanced Theory

Descriptive statistics serve as the gateway to inferential statistics, where sample statistics are used to draw conclusions about population parameters. The Central Limit Theorem guarantees that the distribution of sample means approximates a normal distribution as n grows large, with mean μ and standard deviation σ/√n (the standard error). This result transforms the sample mean from a mere summary into a test statistic that can be compared against hypothesized values, forming the basis of confidence intervals and hypothesis tests.

How descriptive statistics feed into inferential procedures
Descriptive ConceptInferential Extension
Sample mean (x̄)Point estimator of the population mean μ; used in z-tests, t-tests, and ANOVA.
Sample variance (s²)Unbiased estimator of σ²; F-tests compare two variances; chi-square tests evaluate a single variance.
Standard deviation (s)Used to compute the standard error SE = s/√n, the building block of confidence intervals.
MedianFoundation for nonparametric tests (Wilcoxon, Mann-Whitney) when normality cannot be assumed.

While the DAT focuses primarily on descriptive computations, a conceptual understanding of how these quantities extend into inference strengthens your problem-solving intuition. For example, knowing that the standard error decreases with √n explains why larger samples yield more precise estimates—a principle that occasionally surfaces in DAT questions about experimental design and data interpretation. Similarly, recognizing that the variance has the mathematical property of additivity for independent random variables (Var(X + Y) = Var(X) + Var(Y)) helps explain why researchers prefer variance over standard deviation in theoretical derivations, even though standard deviation is more interpretable in applied reporting.

Practice Problems

PROBLEM 1CONCEPTUAL
A dataset of patient recovery times has a mean of 14 days and a median of 10 days. What can you infer about the shape of this distribution, and which measure of central tendency would you recommend reporting to summarize these data? Justify your reasoning.
PROBLEM 2BASIC CALCULATION
Find the mean, median, and mode of the following dataset representing the number of dental caries observed in 7 pediatric patients: 0, 1, 2, 2, 3, 4, 6.
PROBLEM 3INTERMEDIATE
A sample of 6 exam scores is: 68, 72, 75, 81, 88, 92. Compute the sample variance and sample standard deviation. Show all intermediate steps.
PROBLEM 4APPLIED
A dental materials researcher tests the compressive strength (in MPa) of two resin composites. Composite A yields x̄ = 250 MPa, s = 12 MPa (n = 30). Composite B yields x̄ = 248 MPa, s = 35 MPa (n = 30). Both datasets are approximately normally distributed. Using the empirical rule, estimate the interval within which approximately 95% of Composite B's strength measurements fall. Which composite would you recommend if consistency is the priority, and why?
PROBLEM 5CRITICAL THINKING
Prove that for any dataset {x₁, x₂, …, xₙ}, the sum of deviations from the mean is always zero: Σᵢ₌₁ⁿ (xᵢ − x̄) = 0. Then explain why this property necessitates squaring the deviations (or taking absolute values) when constructing a measure of spread.

Summary

Descriptive statistics organize raw data into concise numerical summaries. The mean (arithmetic average) captures the balance point of a distribution and serves as the foundation for the variance and standard deviation, which quantify how tightly observations cluster around that center. The median provides a robust alternative when outliers or skewness distort the mean, and comparing the two reveals the distribution's asymmetry. For samples, always apply Bessel's correction (n − 1) when computing variance and standard deviation.

On the DAT, these concepts translate into concrete skills: computing each statistic by hand, selecting the appropriate measure for a given data scenario, interpreting the empirical rule (68-95-99.7) for normally distributed data, and reasoning about how changes to a dataset (adding outliers, increasing sample size) affect the mean, median, and standard deviation. Mastering these fundamentals also establishes the conceptual vocabulary required for inferential statistics—confidence intervals, hypothesis tests, and regression—where sample statistics serve as estimators of unknown population parameters.

Varsity Tutors • DAT Quantitative Reasoning • Statistics — Apply basic statistical concepts (e.g., mean, median, variance, standard deviation) to analyze data.